Shades of Lucky Point #252A4E
Tints of Lucky Point #252A4E
RGB
CMYK
RGB Variations
Color information
#252A4E (or 0x252A4E) is known color: Lucky Point. HEX triplet: 25, 2A and 4E. RGB value is (37,42,78). Sum of RGB (Red+Green+Blue) = 37+42+78=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #252A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252A4E is #DAD5B1. Grayscale: #2C2C2C. Windows color (decimal): -14341554 or 5122597. OLE color: 5122597.
HSL color Cylindrical-coordinate representation of color #252A4E: hue angle of 232.68º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #252A4E is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 42 | 78 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.69 |
| HSL | 232.68º | 0.36% | 0.23% | - |
| HSV(B) | 232.68º | 0.53% | 0.31% | - |
| XYZ | 2.97 | 2.6 | 7.55 | - |
| YUV | 44.61 | 146.84 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 78 | 0.53 | 0.46 | 0 | 0.69 | 232.68 | 0.36 | 0.23 |
| Hex | 25 | 2A | 4E | 35 | 2E | 0 | 45 | E9 | 24 | 17 |
| Octal | 45 | 52 | 116 | 65 | 56 | 0 | 105 | 351 | 44 | 27 |
| Binary | 100101 | 101010 | 1001110 | 110101 | 101110 | 0 | 1000101 | 11101001 | 100100 | 10111 |
Color Harmonies of #252A4E
Complementary color
Monochromatic Colors of #252A4E
Black with #252A4E
Text Example
Text Example
White with #252A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252A4E; }
p { color: rgb(37,42,78); }
H1.HeaderClassName
{
color: #252A4E;
}
.AnyTagClassName
{
color: #252A4E;
}
</style>
background-color css
<style>
a { background-color: #252A4E; }
a { background-color: rgb(37,42,78); }
div.DivClassName
{
background-color: #252A4E;
}
.BgClassName
{
background-color: #252A4E;
}
</style>
border-color css
<style>
span { border-color: #252A4E; }
span { border-color: rgb(37,42,78); }
td.TdClassName
{
border-color: #252A4E;
}
.TagClassName
{
border-color: #252A4E;
}
</style>