Shades of Lucky Point #252D5E
Tints of Lucky Point #252D5E
RGB
CMYK
RGB Variations
Color information
#252D5E (or 0x252D5E) is known color: Lucky Point. HEX triplet: 25, 2D and 5E. RGB value is (37,45,94). Sum of RGB (Red+Green+Blue) = 37+45+94=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #252D5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252D5E is #DAD2A1. Grayscale: #2F2F2F. Windows color (decimal): -14340770 or 6171941. OLE color: 6171941.
HSL color Cylindrical-coordinate representation of color #252D5E: hue angle of 231.58º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #252D5E is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 37 | 45 | 94 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.63 |
| HSL | 231.58º | 0.44% | 0.26% | - |
| HSV(B) | 231.58º | 0.61% | 0.37% | - |
| XYZ | 3.72 | 3.08 | 10.99 | - |
| YUV | 48.19 | 153.85 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 45 | 94 | 0.61 | 0.52 | 0 | 0.63 | 231.58 | 0.44 | 0.26 |
| Hex | 25 | 2D | 5E | 3D | 34 | 0 | 3F | E8 | 2C | 1A |
| Octal | 45 | 55 | 136 | 75 | 64 | 0 | 77 | 350 | 54 | 32 |
| Binary | 100101 | 101101 | 1011110 | 111101 | 110100 | 0 | 111111 | 11101000 | 101100 | 11010 |
Color Harmonies of #252D5E
Complementary color
Monochromatic Colors of #252D5E
Black with #252D5E
Text Example
Text Example
White with #252D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252D5E; }
p { color: rgb(37,45,94); }
H1.HeaderClassName
{
color: #252D5E;
}
.AnyTagClassName
{
color: #252D5E;
}
</style>
background-color css
<style>
a { background-color: #252D5E; }
a { background-color: rgb(37,45,94); }
div.DivClassName
{
background-color: #252D5E;
}
.BgClassName
{
background-color: #252D5E;
}
</style>
border-color css
<style>
span { border-color: #252D5E; }
span { border-color: rgb(37,45,94); }
td.TdClassName
{
border-color: #252D5E;
}
.TagClassName
{
border-color: #252D5E;
}
</style>