Shades of Lucky Point #212D65
Tints of Lucky Point #212D65
RGB
CMYK
RGB Variations
Color information
#212D65 (or 0x212D65) is known color: Lucky Point. HEX triplet: 21, 2D and 65. RGB value is (33,45,101). Sum of RGB (Red+Green+Blue) = 33+45+101=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 101 (39.84% from 255 or 56.42% from 179); Max value from RGB is 101 - color contains mainly: blue. Hex color #212D65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212D65 is #DED29A. Grayscale: #2F2F2F. Windows color (decimal): -14602907 or 6630689. OLE color: 6630689.
HSL color Cylindrical-coordinate representation of color #212D65: hue angle of 229.41º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #212D65 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 45 | 101 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.60 |
| HSL | 229.41º | 0.51% | 0.26% | - |
| HSV(B) | 229.41º | 0.67% | 0.4% | - |
| XYZ | 3.91 | 3.14 | 12.71 | - |
| YUV | 47.8 | 158.02 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 101 | 0.67 | 0.55 | 0 | 0.60 | 229.41 | 0.51 | 0.26 |
| Hex | 21 | 2D | 65 | 43 | 37 | 0 | 3C | E5 | 33 | 1A |
| Octal | 41 | 55 | 145 | 103 | 67 | 0 | 74 | 345 | 63 | 32 |
| Binary | 100001 | 101101 | 1100101 | 1000011 | 110111 | 0 | 111100 | 11100101 | 110011 | 11010 |
Color Harmonies of #212D65
Complementary color
Monochromatic Colors of #212D65
Black with #212D65
Text Example
Text Example
White with #212D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212D65; }
p { color: rgb(33,45,101); }
H1.HeaderClassName
{
color: #212D65;
}
.AnyTagClassName
{
color: #212D65;
}
</style>
background-color css
<style>
a { background-color: #212D65; }
a { background-color: rgb(33,45,101); }
div.DivClassName
{
background-color: #212D65;
}
.BgClassName
{
background-color: #212D65;
}
</style>
border-color css
<style>
span { border-color: #212D65; }
span { border-color: rgb(33,45,101); }
td.TdClassName
{
border-color: #212D65;
}
.TagClassName
{
border-color: #212D65;
}
</style>