Shades of Lucky Point #212D58
Tints of Lucky Point #212D58
RGB
CMYK
RGB Variations
Color information
#212D58 (or 0x212D58) is known color: Lucky Point. HEX triplet: 21, 2D and 58. RGB value is (33,45,88). Sum of RGB (Red+Green+Blue) = 33+45+88=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #212D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212D58 is #DED2A7. Grayscale: #2E2E2E. Windows color (decimal): -14602920 or 5778721. OLE color: 5778721.
HSL color Cylindrical-coordinate representation of color #212D58: hue angle of 226.91º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #212D58 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 45 | 88 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.65 |
| HSL | 226.91º | 0.45% | 0.24% | - |
| HSV(B) | 226.91º | 0.63% | 0.35% | - |
| XYZ | 3.33 | 2.9 | 9.62 | - |
| YUV | 46.31 | 151.52 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 88 | 0.62 | 0.49 | 0 | 0.65 | 226.91 | 0.45 | 0.24 |
| Hex | 21 | 2D | 58 | 3E | 31 | 0 | 41 | E3 | 2D | 18 |
| Octal | 41 | 55 | 130 | 76 | 61 | 0 | 101 | 343 | 55 | 30 |
| Binary | 100001 | 101101 | 1011000 | 111110 | 110001 | 0 | 1000001 | 11100011 | 101101 | 11000 |
Color Harmonies of #212D58
Complementary color
Monochromatic Colors of #212D58
Black with #212D58
Text Example
Text Example
White with #212D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212D58; }
p { color: rgb(33,45,88); }
H1.HeaderClassName
{
color: #212D58;
}
.AnyTagClassName
{
color: #212D58;
}
</style>
background-color css
<style>
a { background-color: #212D58; }
a { background-color: rgb(33,45,88); }
div.DivClassName
{
background-color: #212D58;
}
.BgClassName
{
background-color: #212D58;
}
</style>
border-color css
<style>
span { border-color: #212D58; }
span { border-color: rgb(33,45,88); }
td.TdClassName
{
border-color: #212D58;
}
.TagClassName
{
border-color: #212D58;
}
</style>