Shades of Lucky Point #252B51
Tints of Lucky Point #252B51
RGB
CMYK
RGB Variations
Color information
#252B51 (or 0x252B51) is known color: Lucky Point. HEX triplet: 25, 2B and 51. RGB value is (37,43,81). Sum of RGB (Red+Green+Blue) = 37+43+81=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 43 (17.19% from 255 or 26.71% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #252B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252B51 is #DAD4AE. Grayscale: #2D2D2D. Windows color (decimal): -14341295 or 5319461. OLE color: 5319461.
HSL color Cylindrical-coordinate representation of color #252B51: hue angle of 231.82º 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 #252B51 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 43 | 81 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.68 |
| HSL | 231.82º | 0.37% | 0.23% | - |
| HSV(B) | 231.82º | 0.54% | 0.32% | - |
| XYZ | 3.11 | 2.72 | 8.14 | - |
| YUV | 45.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 43 | 81 | 0.54 | 0.47 | 0 | 0.68 | 231.82 | 0.37 | 0.23 |
| Hex | 25 | 2B | 51 | 36 | 2F | 0 | 44 | E8 | 25 | 17 |
| Octal | 45 | 53 | 121 | 66 | 57 | 0 | 104 | 350 | 45 | 27 |
| Binary | 100101 | 101011 | 1010001 | 110110 | 101111 | 0 | 1000100 | 11101000 | 100101 | 10111 |
Color Harmonies of #252B51
Complementary color
Monochromatic Colors of #252B51
Black with #252B51
Text Example
Text Example
White with #252B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252B51; }
p { color: rgb(37,43,81); }
H1.HeaderClassName
{
color: #252B51;
}
.AnyTagClassName
{
color: #252B51;
}
</style>
background-color css
<style>
a { background-color: #252B51; }
a { background-color: rgb(37,43,81); }
div.DivClassName
{
background-color: #252B51;
}
.BgClassName
{
background-color: #252B51;
}
</style>
border-color css
<style>
span { border-color: #252B51; }
span { border-color: rgb(37,43,81); }
td.TdClassName
{
border-color: #252B51;
}
.TagClassName
{
border-color: #252B51;
}
</style>