Shades of Lucky Point #212D55
Tints of Lucky Point #212D55
RGB
CMYK
RGB Variations
Color information
#212D55 (or 0x212D55) is known color: Lucky Point. HEX triplet: 21, 2D and 55. RGB value is (33,45,85). Sum of RGB (Red+Green+Blue) = 33+45+85=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #212D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212D55 is #DED2AA. Grayscale: #2D2D2D. Windows color (decimal): -14602923 or 5582113. OLE color: 5582113.
HSL color Cylindrical-coordinate representation of color #212D55: hue angle of 226.15º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #212D55 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 45 | 85 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.67 |
| HSL | 226.15º | 0.44% | 0.23% | - |
| HSV(B) | 226.15º | 0.61% | 0.33% | - |
| XYZ | 3.21 | 2.86 | 8.98 | - |
| YUV | 45.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 85 | 0.61 | 0.47 | 0 | 0.67 | 226.15 | 0.44 | 0.23 |
| Hex | 21 | 2D | 55 | 3D | 2F | 0 | 43 | E2 | 2C | 17 |
| Octal | 41 | 55 | 125 | 75 | 57 | 0 | 103 | 342 | 54 | 27 |
| Binary | 100001 | 101101 | 1010101 | 111101 | 101111 | 0 | 1000011 | 11100010 | 101100 | 10111 |
Color Harmonies of #212D55
Complementary color
Monochromatic Colors of #212D55
Black with #212D55
Text Example
Text Example
White with #212D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212D55; }
p { color: rgb(33,45,85); }
H1.HeaderClassName
{
color: #212D55;
}
.AnyTagClassName
{
color: #212D55;
}
</style>
background-color css
<style>
a { background-color: #212D55; }
a { background-color: rgb(33,45,85); }
div.DivClassName
{
background-color: #212D55;
}
.BgClassName
{
background-color: #212D55;
}
</style>
border-color css
<style>
span { border-color: #212D55; }
span { border-color: rgb(33,45,85); }
td.TdClassName
{
border-color: #212D55;
}
.TagClassName
{
border-color: #212D55;
}
</style>