Shades of Lucky Point #25285F
Tints of Lucky Point #25285F
RGB
CMYK
RGB Variations
Color information
#25285F (or 0x25285F) is known color: Lucky Point. HEX triplet: 25, 28 and 5F. RGB value is (37,40,95). Sum of RGB (Red+Green+Blue) = 37+40+95=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 95 (37.5% from 255 or 55.23% from 172); Max value from RGB is 95 - color contains mainly: blue. Hex color #25285F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25285F is #DAD7A0. Grayscale: #2D2D2D. Windows color (decimal): -14342049 or 6236197. OLE color: 6236197.
HSL color Cylindrical-coordinate representation of color #25285F: hue angle of 236.9º 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 #25285F is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 37 | 40 | 95 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.63 |
| HSL | 236.9º | 0.44% | 0.26% | - |
| HSV(B) | 236.9º | 0.61% | 0.37% | - |
| XYZ | 3.59 | 2.74 | 11.17 | - |
| YUV | 45.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 40 | 95 | 0.61 | 0.58 | 0 | 0.63 | 236.9 | 0.44 | 0.26 |
| Hex | 25 | 28 | 5F | 3D | 3A | 0 | 3F | ED | 2C | 1A |
| Octal | 45 | 50 | 137 | 75 | 72 | 0 | 77 | 355 | 54 | 32 |
| Binary | 100101 | 101000 | 1011111 | 111101 | 111010 | 0 | 111111 | 11101101 | 101100 | 11010 |
Color Harmonies of #25285F
Complementary color
Monochromatic Colors of #25285F
Black with #25285F
Text Example
Text Example
White with #25285F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25285F; }
p { color: rgb(37,40,95); }
H1.HeaderClassName
{
color: #25285F;
}
.AnyTagClassName
{
color: #25285F;
}
</style>
background-color css
<style>
a { background-color: #25285F; }
a { background-color: rgb(37,40,95); }
div.DivClassName
{
background-color: #25285F;
}
.BgClassName
{
background-color: #25285F;
}
</style>
border-color css
<style>
span { border-color: #25285F; }
span { border-color: rgb(37,40,95); }
td.TdClassName
{
border-color: #25285F;
}
.TagClassName
{
border-color: #25285F;
}
</style>