Shades of Lucky Point #253157
Tints of Lucky Point #253157
RGB
CMYK
RGB Variations
Color information
#253157 (or 0x253157) is known color: Lucky Point. HEX triplet: 25, 31 and 57. RGB value is (37,49,87). Sum of RGB (Red+Green+Blue) = 37+49+87=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #253157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253157 is #DACEA8. Grayscale: #313131. Windows color (decimal): -14339753 or 5714213. OLE color: 5714213.
HSL color Cylindrical-coordinate representation of color #253157: hue angle of 225.6º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #253157 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 37 | 49 | 87 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.66 |
| HSL | 225.6º | 0.4% | 0.24% | - |
| HSV(B) | 225.6º | 0.57% | 0.34% | - |
| XYZ | 3.58 | 3.28 | 9.46 | - |
| YUV | 49.74 | 149.02 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 87 | 0.57 | 0.44 | 0 | 0.66 | 225.6 | 0.4 | 0.24 |
| Hex | 25 | 31 | 57 | 39 | 2C | 0 | 42 | E2 | 28 | 18 |
| Octal | 45 | 61 | 127 | 71 | 54 | 0 | 102 | 342 | 50 | 30 |
| Binary | 100101 | 110001 | 1010111 | 111001 | 101100 | 0 | 1000010 | 11100010 | 101000 | 11000 |
Color Harmonies of #253157
Complementary color
Monochromatic Colors of #253157
Black with #253157
Text Example
Text Example
White with #253157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253157; }
p { color: rgb(37,49,87); }
H1.HeaderClassName
{
color: #253157;
}
.AnyTagClassName
{
color: #253157;
}
</style>
background-color css
<style>
a { background-color: #253157; }
a { background-color: rgb(37,49,87); }
div.DivClassName
{
background-color: #253157;
}
.BgClassName
{
background-color: #253157;
}
</style>
border-color css
<style>
span { border-color: #253157; }
span { border-color: rgb(37,49,87); }
td.TdClassName
{
border-color: #253157;
}
.TagClassName
{
border-color: #253157;
}
</style>