Shades of Lucky Point #171E52
Tints of Lucky Point #171E52
RGB
CMYK
RGB Variations
Color information
#171E52 (or 0x171E52) is known color: Lucky Point. HEX triplet: 17, 1E and 52. RGB value is (23,30,82). Sum of RGB (Red+Green+Blue) = 23+30+82=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 82 (32.42% from 255 or 60.74% from 135); Max value from RGB is 82 - color contains mainly: blue. Hex color #171E52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #171E52 is #E8E1AD. Grayscale: #212121. Windows color (decimal): -15262126 or 5381655. OLE color: 5381655.
HSL color Cylindrical-coordinate representation of color #171E52: hue angle of 232.88º 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 #171E52 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 30 | 82 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.68 |
| HSL | 232.88º | 0.56% | 0.21% | - |
| HSV(B) | 232.88º | 0.72% | 0.32% | - |
| XYZ | 2.34 | 1.72 | 8.19 | - |
| YUV | 33.84 | 155.18 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 30 | 82 | 0.72 | 0.63 | 0 | 0.68 | 232.88 | 0.56 | 0.21 |
| Hex | 17 | 1E | 52 | 48 | 3F | 0 | 44 | E9 | 38 | 15 |
| Octal | 27 | 36 | 122 | 110 | 77 | 0 | 104 | 351 | 70 | 25 |
| Binary | 10111 | 11110 | 1010010 | 1001000 | 111111 | 0 | 1000100 | 11101001 | 111000 | 10101 |
Color Harmonies of #171E52
Complementary color
Monochromatic Colors of #171E52
Black with #171E52
Text Example
Text Example
White with #171E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171E52; }
p { color: rgb(23,30,82); }
H1.HeaderClassName
{
color: #171E52;
}
.AnyTagClassName
{
color: #171E52;
}
</style>
background-color css
<style>
a { background-color: #171E52; }
a { background-color: rgb(23,30,82); }
div.DivClassName
{
background-color: #171E52;
}
.BgClassName
{
background-color: #171E52;
}
</style>
border-color css
<style>
span { border-color: #171E52; }
span { border-color: rgb(23,30,82); }
td.TdClassName
{
border-color: #171E52;
}
.TagClassName
{
border-color: #171E52;
}
</style>