Shades of Lucky Point #252E61
Tints of Lucky Point #252E61
RGB
CMYK
RGB Variations
Color information
#252E61 (or 0x252E61) is known color: Lucky Point. HEX triplet: 25, 2E and 61. RGB value is (37,46,97). Sum of RGB (Red+Green+Blue) = 37+46+97=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #252E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252E61 is #DAD19E. Grayscale: #303030. Windows color (decimal): -14340511 or 6368805. OLE color: 6368805.
HSL color Cylindrical-coordinate representation of color #252E61: hue angle of 231º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #252E61 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 46 | 97 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.62 |
| HSL | 231º | 0.45% | 0.26% | - |
| HSV(B) | 231º | 0.62% | 0.38% | - |
| XYZ | 3.9 | 3.21 | 11.72 | - |
| YUV | 49.12 | 155.02 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 46 | 97 | 0.62 | 0.53 | 0 | 0.62 | 231 | 0.45 | 0.26 |
| Hex | 25 | 2E | 61 | 3E | 35 | 0 | 3E | E7 | 2D | 1A |
| Octal | 45 | 56 | 141 | 76 | 65 | 0 | 76 | 347 | 55 | 32 |
| Binary | 100101 | 101110 | 1100001 | 111110 | 110101 | 0 | 111110 | 11100111 | 101101 | 11010 |
Color Harmonies of #252E61
Complementary color
Monochromatic Colors of #252E61
Black with #252E61
Text Example
Text Example
White with #252E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252E61; }
p { color: rgb(37,46,97); }
H1.HeaderClassName
{
color: #252E61;
}
.AnyTagClassName
{
color: #252E61;
}
</style>
background-color css
<style>
a { background-color: #252E61; }
a { background-color: rgb(37,46,97); }
div.DivClassName
{
background-color: #252E61;
}
.BgClassName
{
background-color: #252E61;
}
</style>
border-color css
<style>
span { border-color: #252E61; }
span { border-color: rgb(37,46,97); }
td.TdClassName
{
border-color: #252E61;
}
.TagClassName
{
border-color: #252E61;
}
</style>