Shades of Lucky Point #252C59
Tints of Lucky Point #252C59
RGB
CMYK
RGB Variations
Color information
#252C59 (or 0x252C59) is known color: Lucky Point. HEX triplet: 25, 2C and 59. RGB value is (37,44,89). Sum of RGB (Red+Green+Blue) = 37+44+89=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #252C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C59 is #DAD3A6. Grayscale: #2E2E2E. Windows color (decimal): -14341031 or 5844005. OLE color: 5844005.
HSL color Cylindrical-coordinate representation of color #252C59: hue angle of 231.92º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #252C59 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 44 | 89 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.65 |
| HSL | 231.92º | 0.41% | 0.25% | - |
| HSV(B) | 231.92º | 0.58% | 0.35% | - |
| XYZ | 3.47 | 2.92 | 9.83 | - |
| YUV | 47.04 | 151.68 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 44 | 89 | 0.58 | 0.51 | 0 | 0.65 | 231.92 | 0.41 | 0.25 |
| Hex | 25 | 2C | 59 | 3A | 33 | 0 | 41 | E8 | 29 | 19 |
| Octal | 45 | 54 | 131 | 72 | 63 | 0 | 101 | 350 | 51 | 31 |
| Binary | 100101 | 101100 | 1011001 | 111010 | 110011 | 0 | 1000001 | 11101000 | 101001 | 11001 |
Color Harmonies of #252C59
Complementary color
Monochromatic Colors of #252C59
Black with #252C59
Text Example
Text Example
White with #252C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252C59; }
p { color: rgb(37,44,89); }
H1.HeaderClassName
{
color: #252C59;
}
.AnyTagClassName
{
color: #252C59;
}
</style>
background-color css
<style>
a { background-color: #252C59; }
a { background-color: rgb(37,44,89); }
div.DivClassName
{
background-color: #252C59;
}
.BgClassName
{
background-color: #252C59;
}
</style>
border-color css
<style>
span { border-color: #252C59; }
span { border-color: rgb(37,44,89); }
td.TdClassName
{
border-color: #252C59;
}
.TagClassName
{
border-color: #252C59;
}
</style>