Shades of Lucky Point #252D50
Tints of Lucky Point #252D50
RGB
CMYK
RGB Variations
Color information
#252D50 (or 0x252D50) is known color: Lucky Point. HEX triplet: 25, 2D and 50. RGB value is (37,45,80). Sum of RGB (Red+Green+Blue) = 37+45+80=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #252D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252D50 is #DAD2AF. Grayscale: #2E2E2E. Windows color (decimal): -14340784 or 5254437. OLE color: 5254437.
HSL color Cylindrical-coordinate representation of color #252D50: hue angle of 228.84º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #252D50 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 45 | 80 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.69 |
| HSL | 228.84º | 0.37% | 0.23% | - |
| HSV(B) | 228.84º | 0.54% | 0.31% | - |
| XYZ | 3.15 | 2.85 | 7.97 | - |
| YUV | 46.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 45 | 80 | 0.54 | 0.44 | 0 | 0.69 | 228.84 | 0.37 | 0.23 |
| Hex | 25 | 2D | 50 | 36 | 2C | 0 | 45 | E5 | 25 | 17 |
| Octal | 45 | 55 | 120 | 66 | 54 | 0 | 105 | 345 | 45 | 27 |
| Binary | 100101 | 101101 | 1010000 | 110110 | 101100 | 0 | 1000101 | 11100101 | 100101 | 10111 |
Color Harmonies of #252D50
Complementary color
Monochromatic Colors of #252D50
Black with #252D50
Text Example
Text Example
White with #252D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252D50; }
p { color: rgb(37,45,80); }
H1.HeaderClassName
{
color: #252D50;
}
.AnyTagClassName
{
color: #252D50;
}
</style>
background-color css
<style>
a { background-color: #252D50; }
a { background-color: rgb(37,45,80); }
div.DivClassName
{
background-color: #252D50;
}
.BgClassName
{
background-color: #252D50;
}
</style>
border-color css
<style>
span { border-color: #252D50; }
span { border-color: rgb(37,45,80); }
td.TdClassName
{
border-color: #252D50;
}
.TagClassName
{
border-color: #252D50;
}
</style>