Shades of Lucky Point #252C61
Tints of Lucky Point #252C61
RGB
CMYK
RGB Variations
Color information
#252C61 (or 0x252C61) is known color: Lucky Point. HEX triplet: 25, 2C and 61. RGB value is (37,44,97). Sum of RGB (Red+Green+Blue) = 37+44+97=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #252C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C61 is #DAD39E. Grayscale: #2F2F2F. Windows color (decimal): -14341023 or 6368293. OLE color: 6368293.
HSL color Cylindrical-coordinate representation of color #252C61: hue angle of 233º 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 #252C61 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 44 | 97 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.62 |
| HSL | 233º | 0.45% | 0.26% | - |
| HSV(B) | 233º | 0.62% | 0.38% | - |
| XYZ | 3.82 | 3.06 | 11.7 | - |
| YUV | 47.95 | 155.68 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 44 | 97 | 0.62 | 0.55 | 0 | 0.62 | 233 | 0.45 | 0.26 |
| Hex | 25 | 2C | 61 | 3E | 37 | 0 | 3E | E9 | 2D | 1A |
| Octal | 45 | 54 | 141 | 76 | 67 | 0 | 76 | 351 | 55 | 32 |
| Binary | 100101 | 101100 | 1100001 | 111110 | 110111 | 0 | 111110 | 11101001 | 101101 | 11010 |
Color Harmonies of #252C61
Complementary color
Monochromatic Colors of #252C61
Black with #252C61
Text Example
Text Example
White with #252C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252C61; }
p { color: rgb(37,44,97); }
H1.HeaderClassName
{
color: #252C61;
}
.AnyTagClassName
{
color: #252C61;
}
</style>
background-color css
<style>
a { background-color: #252C61; }
a { background-color: rgb(37,44,97); }
div.DivClassName
{
background-color: #252C61;
}
.BgClassName
{
background-color: #252C61;
}
</style>
border-color css
<style>
span { border-color: #252C61; }
span { border-color: rgb(37,44,97); }
td.TdClassName
{
border-color: #252C61;
}
.TagClassName
{
border-color: #252C61;
}
</style>