Shades of Lucky Point #252E5F
Tints of Lucky Point #252E5F
RGB
CMYK
RGB Variations
Color information
#252E5F (or 0x252E5F) is known color: Lucky Point. HEX triplet: 25, 2E and 5F. RGB value is (37,46,95). Sum of RGB (Red+Green+Blue) = 37+46+95=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #252E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252E5F is #DAD1A0. Grayscale: #303030. Windows color (decimal): -14340513 or 6237733. OLE color: 6237733.
HSL color Cylindrical-coordinate representation of color #252E5F: hue angle of 230.69º 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 #252E5F is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 37 | 46 | 95 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.63 |
| HSL | 230.69º | 0.44% | 0.26% | - |
| HSV(B) | 230.69º | 0.61% | 0.37% | - |
| XYZ | 3.81 | 3.17 | 11.24 | - |
| YUV | 48.9 | 154.02 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 46 | 95 | 0.61 | 0.52 | 0 | 0.63 | 230.69 | 0.44 | 0.26 |
| Hex | 25 | 2E | 5F | 3D | 34 | 0 | 3F | E7 | 2C | 1A |
| Octal | 45 | 56 | 137 | 75 | 64 | 0 | 77 | 347 | 54 | 32 |
| Binary | 100101 | 101110 | 1011111 | 111101 | 110100 | 0 | 111111 | 11100111 | 101100 | 11010 |
Color Harmonies of #252E5F
Complementary color
Monochromatic Colors of #252E5F
Black with #252E5F
Text Example
Text Example
White with #252E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252E5F; }
p { color: rgb(37,46,95); }
H1.HeaderClassName
{
color: #252E5F;
}
.AnyTagClassName
{
color: #252E5F;
}
</style>
background-color css
<style>
a { background-color: #252E5F; }
a { background-color: rgb(37,46,95); }
div.DivClassName
{
background-color: #252E5F;
}
.BgClassName
{
background-color: #252E5F;
}
</style>
border-color css
<style>
span { border-color: #252E5F; }
span { border-color: rgb(37,46,95); }
td.TdClassName
{
border-color: #252E5F;
}
.TagClassName
{
border-color: #252E5F;
}
</style>