Shades of Lucky Point #212E5D
Tints of Lucky Point #212E5D
RGB
CMYK
RGB Variations
Color information
#212E5D (or 0x212E5D) is known color: Lucky Point. HEX triplet: 21, 2E and 5D. RGB value is (33,46,93). Sum of RGB (Red+Green+Blue) = 33+46+93=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #212E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212E5D is #DED1A2. Grayscale: #2F2F2F. Windows color (decimal): -14602659 or 6106657. OLE color: 6106657.
HSL color Cylindrical-coordinate representation of color #212E5D: hue angle of 227º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #212E5D is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 46 | 93 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.64 |
| HSL | 227º | 0.48% | 0.25% | - |
| HSV(B) | 227º | 0.65% | 0.36% | - |
| XYZ | 3.58 | 3.07 | 10.76 | - |
| YUV | 47.47 | 153.69 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 93 | 0.65 | 0.51 | 0 | 0.64 | 227 | 0.48 | 0.25 |
| Hex | 21 | 2E | 5D | 41 | 33 | 0 | 40 | E3 | 30 | 19 |
| Octal | 41 | 56 | 135 | 101 | 63 | 0 | 100 | 343 | 60 | 31 |
| Binary | 100001 | 101110 | 1011101 | 1000001 | 110011 | 0 | 1000000 | 11100011 | 110000 | 11001 |
Color Harmonies of #212E5D
Complementary color
Monochromatic Colors of #212E5D
Black with #212E5D
Text Example
Text Example
White with #212E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E5D; }
p { color: rgb(33,46,93); }
H1.HeaderClassName
{
color: #212E5D;
}
.AnyTagClassName
{
color: #212E5D;
}
</style>
background-color css
<style>
a { background-color: #212E5D; }
a { background-color: rgb(33,46,93); }
div.DivClassName
{
background-color: #212E5D;
}
.BgClassName
{
background-color: #212E5D;
}
</style>
border-color css
<style>
span { border-color: #212E5D; }
span { border-color: rgb(33,46,93); }
td.TdClassName
{
border-color: #212E5D;
}
.TagClassName
{
border-color: #212E5D;
}
</style>