Shades of Lucky Point #252A61
Tints of Lucky Point #252A61
RGB
CMYK
RGB Variations
Color information
#252A61 (or 0x252A61) is known color: Lucky Point. HEX triplet: 25, 2A and 61. RGB value is (37,42,97). Sum of RGB (Red+Green+Blue) = 37+42+97=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #252A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252A61 is #DAD59E. Grayscale: #2E2E2E. Windows color (decimal): -14341535 or 6367781. OLE color: 6367781.
HSL color Cylindrical-coordinate representation of color #252A61: hue angle of 235º 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 #252A61 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 42 | 97 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.62 |
| HSL | 235º | 0.45% | 0.26% | - |
| HSV(B) | 235º | 0.62% | 0.38% | - |
| XYZ | 3.75 | 2.91 | 11.67 | - |
| YUV | 46.78 | 156.34 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 97 | 0.62 | 0.57 | 0 | 0.62 | 235 | 0.45 | 0.26 |
| Hex | 25 | 2A | 61 | 3E | 39 | 0 | 3E | EB | 2D | 1A |
| Octal | 45 | 52 | 141 | 76 | 71 | 0 | 76 | 353 | 55 | 32 |
| Binary | 100101 | 101010 | 1100001 | 111110 | 111001 | 0 | 111110 | 11101011 | 101101 | 11010 |
Color Harmonies of #252A61
Complementary color
Monochromatic Colors of #252A61
Black with #252A61
Text Example
Text Example
White with #252A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252A61; }
p { color: rgb(37,42,97); }
H1.HeaderClassName
{
color: #252A61;
}
.AnyTagClassName
{
color: #252A61;
}
</style>
background-color css
<style>
a { background-color: #252A61; }
a { background-color: rgb(37,42,97); }
div.DivClassName
{
background-color: #252A61;
}
.BgClassName
{
background-color: #252A61;
}
</style>
border-color css
<style>
span { border-color: #252A61; }
span { border-color: rgb(37,42,97); }
td.TdClassName
{
border-color: #252A61;
}
.TagClassName
{
border-color: #252A61;
}
</style>