Shades of Lucky Point #252E59
Tints of Lucky Point #252E59
RGB
CMYK
RGB Variations
Color information
#252E59 (or 0x252E59) is known color: Lucky Point. HEX triplet: 25, 2E and 59. RGB value is (37,46,89). Sum of RGB (Red+Green+Blue) = 37+46+89=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #252E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252E59 is #DAD1A6. Grayscale: #303030. Windows color (decimal): -14340519 or 5844517. OLE color: 5844517.
HSL color Cylindrical-coordinate representation of color #252E59: hue angle of 229.62º 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 #252E59 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 46 | 89 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.65 |
| HSL | 229.62º | 0.41% | 0.25% | - |
| HSV(B) | 229.62º | 0.58% | 0.35% | - |
| XYZ | 3.54 | 3.07 | 9.86 | - |
| YUV | 48.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 46 | 89 | 0.58 | 0.48 | 0 | 0.65 | 229.62 | 0.41 | 0.25 |
| Hex | 25 | 2E | 59 | 3A | 30 | 0 | 41 | E6 | 29 | 19 |
| Octal | 45 | 56 | 131 | 72 | 60 | 0 | 101 | 346 | 51 | 31 |
| Binary | 100101 | 101110 | 1011001 | 111010 | 110000 | 0 | 1000001 | 11100110 | 101001 | 11001 |
Color Harmonies of #252E59
Complementary color
Monochromatic Colors of #252E59
Black with #252E59
Text Example
Text Example
White with #252E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252E59; }
p { color: rgb(37,46,89); }
H1.HeaderClassName
{
color: #252E59;
}
.AnyTagClassName
{
color: #252E59;
}
</style>
background-color css
<style>
a { background-color: #252E59; }
a { background-color: rgb(37,46,89); }
div.DivClassName
{
background-color: #252E59;
}
.BgClassName
{
background-color: #252E59;
}
</style>
border-color css
<style>
span { border-color: #252E59; }
span { border-color: rgb(37,46,89); }
td.TdClassName
{
border-color: #252E59;
}
.TagClassName
{
border-color: #252E59;
}
</style>