Shades of Lucky Point #212E5E
Tints of Lucky Point #212E5E
RGB
CMYK
RGB Variations
Color information
#212E5E (or 0x212E5E) is known color: Lucky Point. HEX triplet: 21, 2E and 5E. RGB value is (33,46,94). Sum of RGB (Red+Green+Blue) = 33+46+94=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #212E5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212E5E is #DED1A1. Grayscale: #2F2F2F. Windows color (decimal): -14602658 or 6172193. OLE color: 6172193.
HSL color Cylindrical-coordinate representation of color #212E5E: hue angle of 227.21º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #212E5E is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 33 | 46 | 94 | - |
CMYK | 0.65 | 0.51 | 0 | 0.63 |
HSL | 227.21º | 0.48% | 0.25% | - |
HSV(B) | 227.21º | 0.65% | 0.37% | - |
XYZ | 3.62 | 3.09 | 10.99 | - |
YUV | 47.59 | 154.19 | 117.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 33 | 46 | 94 | 0.65 | 0.51 | 0 | 0.63 | 227.21 | 0.48 | 0.25 |
Hex | 21 | 2E | 5E | 41 | 33 | 0 | 3F | E3 | 30 | 19 |
Octal | 41 | 56 | 136 | 101 | 63 | 0 | 77 | 343 | 60 | 31 |
Binary | 100001 | 101110 | 1011110 | 1000001 | 110011 | 0 | 111111 | 11100011 | 110000 | 11001 |
Color Harmonies of #212E5E
Complementary color
Monochromatic Colors of #212E5E
Black with #212E5E
Text Example
Text Example
White with #212E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E5E; }
p { color: rgb(33,46,94); }
H1.HeaderClassName
{
color: #212E5E;
}
.AnyTagClassName
{
color: #212E5E;
}
</style>
background-color css
<style>
a { background-color: #212E5E; }
a { background-color: rgb(33,46,94); }
div.DivClassName
{
background-color: #212E5E;
}
.BgClassName
{
background-color: #212E5E;
}
</style>
border-color css
<style>
span { border-color: #212E5E; }
span { border-color: rgb(33,46,94); }
td.TdClassName
{
border-color: #212E5E;
}
.TagClassName
{
border-color: #212E5E;
}
</style>