Color spaces of #21264b
RGB | 33 | 38 | 75 |
---|---|---|---|
HSL | 0.65 | 0.39 | 0.21 |
HSV | 233° | 56° | 29° |
CMYK | 0.56 | 0.49 | 0.00 0.71 |
XYZ | 2.5903 | 2.2176 | 6.9481 |
Yxy | 2.2176 | 0.2203 | 0.1886 |
Hunter Lab | 14.8916 | 4.9886 | -17.2393 |
CIE-Lab | 16.5901 | 9.9922 | -23.7320 |
#21264b color RGB value is (33,38,75).
#21264b hex color red value is 33, green value is 38 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #21264b hue: 0.65 , saturation: 0.39 and the lightness value of 21264b is 0.21.
The process color (four color CMYK) of #21264b color hex is 0.56, 0.49, 0.00, 0.71. Web safe color of #21264b is #333333. Color #21264b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 00100110 | 01001011 |
Octal | 41 | 46 | 113 |
Decimal | 33 | 38 | 75 |
Hex | 21 | 26 | 4B |
Shades of #21264b
Tints of #21264b
RGB Percentages of Color #21264b
CMYK Percentages of Color #21264b
Complementary Color
#21264b | #4b4621 |
#21264b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#21264b Color Preview on White Background
Lorem ipsum dolor sit amet.
#21264b Color CSS Codes
.mybgcolor {background-color:#21264b; } .myforecolor {color:#21264b; } .mybordercolor {border:3px solid #21264b; }
#21264b Text Font Color
<p style="color:#21264b">Text here</p>
This sample text font color is #21264b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#21264b Background Color
<div style="background-color:#21264b">
Div content here</div>
This div background color is #21264b
#21264b Border Color
<div style="border:3px solid #21264b">
Div here</div>
This div border color is #21264b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,38,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #21264b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #21264b; -webkit-box-shadow: 1px 1px 3px 2px #21264b; box-shadow: 1px 1px 3px 2px #21264b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,38,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #21264b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #21264b; -webkit-box-shadow: 1px 1px 3px 2px #21264b; box-shadow: 1px 1px 3px 2px #21264b;">
Div content here</div>
This div box has shadow with color #21264b
Comments
No comments written yet.
Please login to write comment.