Shades of Lucky Point #212355
Tints of Lucky Point #212355
RGB
CMYK
RGB Variations
Color information
#212355 (or 0x212355) is known color: Lucky Point. HEX triplet: 21, 23 and 55. RGB value is (33,35,85). Sum of RGB (Red+Green+Blue) = 33+35+85=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #212355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212355 is #DEDCAA. Grayscale: #272727. Windows color (decimal): -14605483 or 5579553. OLE color: 5579553.
HSL color Cylindrical-coordinate representation of color #212355: hue angle of 237.69º 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 #212355 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 35 | 85 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.67 |
| HSL | 237.69º | 0.44% | 0.23% | - |
| HSV(B) | 237.69º | 0.61% | 0.33% | - |
| XYZ | 2.87 | 2.18 | 8.86 | - |
| YUV | 40.1 | 153.34 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 35 | 85 | 0.61 | 0.59 | 0 | 0.67 | 237.69 | 0.44 | 0.23 |
| Hex | 21 | 23 | 55 | 3D | 3B | 0 | 43 | EE | 2C | 17 |
| Octal | 41 | 43 | 125 | 75 | 73 | 0 | 103 | 356 | 54 | 27 |
| Binary | 100001 | 100011 | 1010101 | 111101 | 111011 | 0 | 1000011 | 11101110 | 101100 | 10111 |
Color Harmonies of #212355
Complementary color
Monochromatic Colors of #212355
Black with #212355
Text Example
Text Example
White with #212355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212355; }
p { color: rgb(33,35,85); }
H1.HeaderClassName
{
color: #212355;
}
.AnyTagClassName
{
color: #212355;
}
</style>
background-color css
<style>
a { background-color: #212355; }
a { background-color: rgb(33,35,85); }
div.DivClassName
{
background-color: #212355;
}
.BgClassName
{
background-color: #212355;
}
</style>
border-color css
<style>
span { border-color: #212355; }
span { border-color: rgb(33,35,85); }
td.TdClassName
{
border-color: #212355;
}
.TagClassName
{
border-color: #212355;
}
</style>