Shades of Lucky Point #172552
Tints of Lucky Point #172552
RGB
CMYK
RGB Variations
Color information
#172552 (or 0x172552) is known color: Lucky Point. HEX triplet: 17, 25 and 52. RGB value is (23,37,82). Sum of RGB (Red+Green+Blue) = 23+37+82=142 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.20% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 82 (32.42% from 255 or 57.75% from 142); Max value from RGB is 82 - color contains mainly: blue. Hex color #172552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172552 is #E8DAAD. Grayscale: #252525. Windows color (decimal): -15260334 or 5383447. OLE color: 5383447.
HSL color Cylindrical-coordinate representation of color #172552: hue angle of 225.76º 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 #172552 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 37 | 82 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.68 |
| HSL | 225.76º | 0.56% | 0.21% | - |
| HSV(B) | 225.76º | 0.72% | 0.32% | - |
| XYZ | 2.54 | 2.11 | 8.26 | - |
| YUV | 37.94 | 152.86 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 37 | 82 | 0.72 | 0.55 | 0 | 0.68 | 225.76 | 0.56 | 0.21 |
| Hex | 17 | 25 | 52 | 48 | 37 | 0 | 44 | E2 | 38 | 15 |
| Octal | 27 | 45 | 122 | 110 | 67 | 0 | 104 | 342 | 70 | 25 |
| Binary | 10111 | 100101 | 1010010 | 1001000 | 110111 | 0 | 1000100 | 11100010 | 111000 | 10101 |
Color Harmonies of #172552
Complementary color
Monochromatic Colors of #172552
Black with #172552
Text Example
Text Example
White with #172552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172552; }
p { color: rgb(23,37,82); }
H1.HeaderClassName
{
color: #172552;
}
.AnyTagClassName
{
color: #172552;
}
</style>
background-color css
<style>
a { background-color: #172552; }
a { background-color: rgb(23,37,82); }
div.DivClassName
{
background-color: #172552;
}
.BgClassName
{
background-color: #172552;
}
</style>
border-color css
<style>
span { border-color: #172552; }
span { border-color: rgb(23,37,82); }
td.TdClassName
{
border-color: #172552;
}
.TagClassName
{
border-color: #172552;
}
</style>