Shades of Lucky Point #222453
Tints of Lucky Point #222453
RGB
CMYK
RGB Variations
Color information
#222453 (or 0x222453) is known color: Lucky Point. HEX triplet: 22, 24 and 53. RGB value is (34,36,83). Sum of RGB (Red+Green+Blue) = 34+36+83=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #222453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222453 is #DDDBAC. Grayscale: #282828. Windows color (decimal): -14539693 or 5448738. OLE color: 5448738.
HSL color Cylindrical-coordinate representation of color #222453: hue angle of 237.55º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #222453 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 36 | 83 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.67 |
| HSL | 237.55º | 0.42% | 0.23% | - |
| HSV(B) | 237.55º | 0.59% | 0.33% | - |
| XYZ | 2.85 | 2.23 | 8.46 | - |
| YUV | 40.76 | 151.84 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 83 | 0.59 | 0.57 | 0 | 0.67 | 237.55 | 0.42 | 0.23 |
| Hex | 22 | 24 | 53 | 3B | 39 | 0 | 43 | EE | 2A | 17 |
| Octal | 42 | 44 | 123 | 73 | 71 | 0 | 103 | 356 | 52 | 27 |
| Binary | 100010 | 100100 | 1010011 | 111011 | 111001 | 0 | 1000011 | 11101110 | 101010 | 10111 |
Color Harmonies of #222453
Complementary color
Monochromatic Colors of #222453
Black with #222453
Text Example
Text Example
White with #222453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222453; }
p { color: rgb(34,36,83); }
H1.HeaderClassName
{
color: #222453;
}
.AnyTagClassName
{
color: #222453;
}
</style>
background-color css
<style>
a { background-color: #222453; }
a { background-color: rgb(34,36,83); }
div.DivClassName
{
background-color: #222453;
}
.BgClassName
{
background-color: #222453;
}
</style>
border-color css
<style>
span { border-color: #222453; }
span { border-color: rgb(34,36,83); }
td.TdClassName
{
border-color: #222453;
}
.TagClassName
{
border-color: #222453;
}
</style>