Shades of Lucky Point #252B4A
Tints of Lucky Point #252B4A
RGB
CMYK
RGB Variations
Color information
#252B4A (or 0x252B4A) is known color: Lucky Point. HEX triplet: 25, 2B and 4A. RGB value is (37,43,74). Sum of RGB (Red+Green+Blue) = 37+43+74=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #252B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252B4A is #DAD4B5. Grayscale: #2C2C2C. Windows color (decimal): -14341302 or 4860709. OLE color: 4860709.
HSL color Cylindrical-coordinate representation of color #252B4A: hue angle of 230.27º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #252B4A is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 43 | 74 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.71 |
| HSL | 230.27º | 0.33% | 0.22% | - |
| HSV(B) | 230.27º | 0.5% | 0.29% | - |
| XYZ | 2.86 | 2.62 | 6.83 | - |
| YUV | 44.74 | 144.51 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 43 | 74 | 0.50 | 0.42 | 0 | 0.71 | 230.27 | 0.33 | 0.22 |
| Hex | 25 | 2B | 4A | 32 | 2A | 0 | 47 | E6 | 21 | 16 |
| Octal | 45 | 53 | 112 | 62 | 52 | 0 | 107 | 346 | 41 | 26 |
| Binary | 100101 | 101011 | 1001010 | 110010 | 101010 | 0 | 1000111 | 11100110 | 100001 | 10110 |
Color Harmonies of #252B4A
Complementary color
Monochromatic Colors of #252B4A
Black with #252B4A
Text Example
Text Example
White with #252B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252B4A; }
p { color: rgb(37,43,74); }
H1.HeaderClassName
{
color: #252B4A;
}
.AnyTagClassName
{
color: #252B4A;
}
</style>
background-color css
<style>
a { background-color: #252B4A; }
a { background-color: rgb(37,43,74); }
div.DivClassName
{
background-color: #252B4A;
}
.BgClassName
{
background-color: #252B4A;
}
</style>
border-color css
<style>
span { border-color: #252B4A; }
span { border-color: rgb(37,43,74); }
td.TdClassName
{
border-color: #252B4A;
}
.TagClassName
{
border-color: #252B4A;
}
</style>