Shades of Lucky Point #212C5A
Tints of Lucky Point #212C5A
RGB
CMYK
RGB Variations
Color information
#212C5A (or 0x212C5A) is known color: Lucky Point. HEX triplet: 21, 2C and 5A. RGB value is (33,44,90). Sum of RGB (Red+Green+Blue) = 33+44+90=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #212C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212C5A is #DED3A5. Grayscale: #2D2D2D. Windows color (decimal): -14603174 or 5909537. OLE color: 5909537.
HSL color Cylindrical-coordinate representation of color #212C5A: hue angle of 228.42º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #212C5A is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 44 | 90 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.65 |
| HSL | 228.42º | 0.46% | 0.24% | - |
| HSV(B) | 228.42º | 0.63% | 0.35% | - |
| XYZ | 3.37 | 2.86 | 10.05 | - |
| YUV | 45.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 90 | 0.63 | 0.51 | 0 | 0.65 | 228.42 | 0.46 | 0.24 |
| Hex | 21 | 2C | 5A | 3F | 33 | 0 | 41 | E4 | 2E | 18 |
| Octal | 41 | 54 | 132 | 77 | 63 | 0 | 101 | 344 | 56 | 30 |
| Binary | 100001 | 101100 | 1011010 | 111111 | 110011 | 0 | 1000001 | 11100100 | 101110 | 11000 |
Color Harmonies of #212C5A
Complementary color
Monochromatic Colors of #212C5A
Black with #212C5A
Text Example
Text Example
White with #212C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212C5A; }
p { color: rgb(33,44,90); }
H1.HeaderClassName
{
color: #212C5A;
}
.AnyTagClassName
{
color: #212C5A;
}
</style>
background-color css
<style>
a { background-color: #212C5A; }
a { background-color: rgb(33,44,90); }
div.DivClassName
{
background-color: #212C5A;
}
.BgClassName
{
background-color: #212C5A;
}
</style>
border-color css
<style>
span { border-color: #212C5A; }
span { border-color: rgb(33,44,90); }
td.TdClassName
{
border-color: #212C5A;
}
.TagClassName
{
border-color: #212C5A;
}
</style>