Shades of Lucky Point #172352
Tints of Lucky Point #172352
RGB
CMYK
RGB Variations
Color information
#172352 (or 0x172352) is known color: Lucky Point. HEX triplet: 17, 23 and 52. RGB value is (23,35,82). Sum of RGB (Red+Green+Blue) = 23+35+82=140 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.43% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #172352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172352 is #E8DCAD. Grayscale: #242424. Windows color (decimal): -15260846 or 5382935. OLE color: 5382935.
HSL color Cylindrical-coordinate representation of color #172352: hue angle of 227.8º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #172352 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 35 | 82 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.68 |
| HSL | 227.8º | 0.56% | 0.21% | - |
| HSV(B) | 227.8º | 0.72% | 0.32% | - |
| XYZ | 2.48 | 1.99 | 8.24 | - |
| YUV | 36.77 | 153.52 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 35 | 82 | 0.72 | 0.57 | 0 | 0.68 | 227.8 | 0.56 | 0.21 |
| Hex | 17 | 23 | 52 | 48 | 39 | 0 | 44 | E4 | 38 | 15 |
| Octal | 27 | 43 | 122 | 110 | 71 | 0 | 104 | 344 | 70 | 25 |
| Binary | 10111 | 100011 | 1010010 | 1001000 | 111001 | 0 | 1000100 | 11100100 | 111000 | 10101 |
Color Harmonies of #172352
Complementary color
Monochromatic Colors of #172352
Black with #172352
Text Example
Text Example
White with #172352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172352; }
p { color: rgb(23,35,82); }
H1.HeaderClassName
{
color: #172352;
}
.AnyTagClassName
{
color: #172352;
}
</style>
background-color css
<style>
a { background-color: #172352; }
a { background-color: rgb(23,35,82); }
div.DivClassName
{
background-color: #172352;
}
.BgClassName
{
background-color: #172352;
}
</style>
border-color css
<style>
span { border-color: #172352; }
span { border-color: rgb(23,35,82); }
td.TdClassName
{
border-color: #172352;
}
.TagClassName
{
border-color: #172352;
}
</style>