Shades of Lucky Point #172358
Tints of Lucky Point #172358
RGB
CMYK
RGB Variations
Color information
#172358 (or 0x172358) is known color: Lucky Point. HEX triplet: 17, 23 and 58. RGB value is (23,35,88). Sum of RGB (Red+Green+Blue) = 23+35+88=146 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.75% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 88 (34.77% from 255 or 60.27% from 146); Max value from RGB is 88 - color contains mainly: blue. Hex color #172358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172358 is #E8DCA7. Grayscale: #252525. Windows color (decimal): -15260840 or 5776151. OLE color: 5776151.
HSL color Cylindrical-coordinate representation of color #172358: hue angle of 228.92º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #172358 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 35 | 88 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.65 |
| HSL | 228.92º | 0.59% | 0.22% | - |
| HSV(B) | 228.92º | 0.74% | 0.35% | - |
| XYZ | 2.72 | 2.09 | 9.49 | - |
| YUV | 37.45 | 156.52 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 35 | 88 | 0.74 | 0.60 | 0 | 0.65 | 228.92 | 0.59 | 0.22 |
| Hex | 17 | 23 | 58 | 4A | 3C | 0 | 41 | E5 | 3B | 16 |
| Octal | 27 | 43 | 130 | 112 | 74 | 0 | 101 | 345 | 73 | 26 |
| Binary | 10111 | 100011 | 1011000 | 1001010 | 111100 | 0 | 1000001 | 11100101 | 111011 | 10110 |
Color Harmonies of #172358
Complementary color
Monochromatic Colors of #172358
Black with #172358
Text Example
Text Example
White with #172358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172358; }
p { color: rgb(23,35,88); }
H1.HeaderClassName
{
color: #172358;
}
.AnyTagClassName
{
color: #172358;
}
</style>
background-color css
<style>
a { background-color: #172358; }
a { background-color: rgb(23,35,88); }
div.DivClassName
{
background-color: #172358;
}
.BgClassName
{
background-color: #172358;
}
</style>
border-color css
<style>
span { border-color: #172358; }
span { border-color: rgb(23,35,88); }
td.TdClassName
{
border-color: #172358;
}
.TagClassName
{
border-color: #172358;
}
</style>