Color spaces of #213466
RGB | 33 | 52 | 102 |
---|---|---|---|
HSL | 0.62 | 0.51 | 0.26 |
HSV | 223° | 68° | 40° |
CMYK | 0.68 | 0.49 | 0.00 0.60 |
XYZ | 4.2535 | 3.7386 | 13.0678 |
Yxy | 3.7386 | 0.2020 | 0.1775 |
Hunter Lab | 19.3355 | 5.4302 | -26.5361 |
CIE-Lab | 22.7877 | 10.3283 | -31.7777 |
#213466 color RGB value is (33,52,102).
#213466 hex color red value is 33, green value is 52 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #213466 hue: 0.62 , saturation: 0.51 and the lightness value of 213466 is 0.26.
The process color (four color CMYK) of #213466 color hex is 0.68, 0.49, 0.00, 0.60. Web safe color of #213466 is #333366. Color #213466 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 00110100 | 01100110 |
Octal | 41 | 64 | 146 |
Decimal | 33 | 52 | 102 |
Hex | 21 | 34 | 66 |
Shades of #213466
Tints of #213466
RGB Percentages of Color #213466
CMYK Percentages of Color #213466
Complementary Color
#213466 | #665321 |
#213466 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#213466 Color Preview on White Background
Lorem ipsum dolor sit amet.
#213466 Color CSS Codes
.mybgcolor {background-color:#213466; } .myforecolor {color:#213466; } .mybordercolor {border:3px solid #213466; }
#213466 Text Font Color
<p style="color:#213466">Text here</p>
This sample text font color is #213466
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.
#213466 Background Color
<div style="background-color:#213466">
Div content here</div>
This div background color is #213466
#213466 Border Color
<div style="border:3px solid #213466">
Div here</div>
This div border color is #213466
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,52,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #213466; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #213466; -webkit-box-shadow: 1px 1px 3px 2px #213466; box-shadow: 1px 1px 3px 2px #213466; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,52,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #213466">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #213466; -webkit-box-shadow: 1px 1px 3px 2px #213466; box-shadow: 1px 1px 3px 2px #213466;">
Div content here</div>
This div box has shadow with color #213466
Comments
No comments written yet.
Please login to write comment.