Shades of Lucky Point #252851
Tints of Lucky Point #252851
RGB
CMYK
RGB Variations
Color information
#252851 (or 0x252851) is known color: Lucky Point. HEX triplet: 25, 28 and 51. RGB value is (37,40,81). Sum of RGB (Red+Green+Blue) = 37+40+81=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 81 (32.03% from 255 or 51.27% from 158); Max value from RGB is 81 - color contains mainly: blue. Hex color #252851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252851 is #DAD7AE. Grayscale: #2B2B2B. Windows color (decimal): -14342063 or 5318693. OLE color: 5318693.
HSL color Cylindrical-coordinate representation of color #252851: hue angle of 235.91º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #252851 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 40 | 81 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.68 |
| HSL | 235.91º | 0.37% | 0.23% | - |
| HSV(B) | 235.91º | 0.54% | 0.32% | - |
| XYZ | 3.01 | 2.5 | 8.11 | - |
| YUV | 43.78 | 149.01 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 40 | 81 | 0.54 | 0.51 | 0 | 0.68 | 235.91 | 0.37 | 0.23 |
| Hex | 25 | 28 | 51 | 36 | 33 | 0 | 44 | EC | 25 | 17 |
| Octal | 45 | 50 | 121 | 66 | 63 | 0 | 104 | 354 | 45 | 27 |
| Binary | 100101 | 101000 | 1010001 | 110110 | 110011 | 0 | 1000100 | 11101100 | 100101 | 10111 |
Color Harmonies of #252851
Complementary color
Monochromatic Colors of #252851
Black with #252851
Text Example
Text Example
White with #252851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252851; }
p { color: rgb(37,40,81); }
H1.HeaderClassName
{
color: #252851;
}
.AnyTagClassName
{
color: #252851;
}
</style>
background-color css
<style>
a { background-color: #252851; }
a { background-color: rgb(37,40,81); }
div.DivClassName
{
background-color: #252851;
}
.BgClassName
{
background-color: #252851;
}
</style>
border-color css
<style>
span { border-color: #252851; }
span { border-color: rgb(37,40,81); }
td.TdClassName
{
border-color: #252851;
}
.TagClassName
{
border-color: #252851;
}
</style>