Shades of Lucky Point #162352
Tints of Lucky Point #162352
RGB
CMYK
RGB Variations
Color information
#162352 (or 0x162352) is known color: Lucky Point. HEX triplet: 16, 23 and 52. RGB value is (22,35,82). Sum of RGB (Red+Green+Blue) = 22+35+82=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 82 (32.42% from 255 or 58.99% from 139); Max value from RGB is 82 - color contains mainly: blue. Hex color #162352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162352 is #E9DCAD. Grayscale: #242424. Windows color (decimal): -15326382 or 5382934. OLE color: 5382934.
HSL color Cylindrical-coordinate representation of color #162352: hue angle of 227º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #162352 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 35 | 82 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.68 |
| HSL | 227º | 0.58% | 0.2% | - |
| HSV(B) | 227º | 0.73% | 0.32% | - |
| XYZ | 2.45 | 1.98 | 8.24 | - |
| YUV | 36.47 | 153.69 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 35 | 82 | 0.73 | 0.57 | 0 | 0.68 | 227 | 0.58 | 0.2 |
| Hex | 16 | 23 | 52 | 49 | 39 | 0 | 44 | E3 | 3A | 14 |
| Octal | 26 | 43 | 122 | 111 | 71 | 0 | 104 | 343 | 72 | 24 |
| Binary | 10110 | 100011 | 1010010 | 1001001 | 111001 | 0 | 1000100 | 11100011 | 111010 | 10100 |
Color Harmonies of #162352
Complementary color
Monochromatic Colors of #162352
Black with #162352
Text Example
Text Example
White with #162352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162352; }
p { color: rgb(22,35,82); }
H1.HeaderClassName
{
color: #162352;
}
.AnyTagClassName
{
color: #162352;
}
</style>
background-color css
<style>
a { background-color: #162352; }
a { background-color: rgb(22,35,82); }
div.DivClassName
{
background-color: #162352;
}
.BgClassName
{
background-color: #162352;
}
</style>
border-color css
<style>
span { border-color: #162352; }
span { border-color: rgb(22,35,82); }
td.TdClassName
{
border-color: #162352;
}
.TagClassName
{
border-color: #162352;
}
</style>