Shades of Lucky Point #253061
Tints of Lucky Point #253061
RGB
CMYK
RGB Variations
Color information
#253061 (or 0x253061) is known color: Lucky Point. HEX triplet: 25, 30 and 61. RGB value is (37,48,97). Sum of RGB (Red+Green+Blue) = 37+48+97=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #253061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253061 is #DACF9E. Grayscale: #323232. Windows color (decimal): -14339999 or 6369317. OLE color: 6369317.
HSL color Cylindrical-coordinate representation of color #253061: hue angle of 229º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #253061 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 48 | 97 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.62 |
| HSL | 229º | 0.45% | 0.26% | - |
| HSV(B) | 229º | 0.62% | 0.38% | - |
| XYZ | 3.98 | 3.37 | 11.75 | - |
| YUV | 50.3 | 154.36 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 48 | 97 | 0.62 | 0.51 | 0 | 0.62 | 229 | 0.45 | 0.26 |
| Hex | 25 | 30 | 61 | 3E | 33 | 0 | 3E | E5 | 2D | 1A |
| Octal | 45 | 60 | 141 | 76 | 63 | 0 | 76 | 345 | 55 | 32 |
| Binary | 100101 | 110000 | 1100001 | 111110 | 110011 | 0 | 111110 | 11100101 | 101101 | 11010 |
Color Harmonies of #253061
Complementary color
Monochromatic Colors of #253061
Black with #253061
Text Example
Text Example
White with #253061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253061; }
p { color: rgb(37,48,97); }
H1.HeaderClassName
{
color: #253061;
}
.AnyTagClassName
{
color: #253061;
}
</style>
background-color css
<style>
a { background-color: #253061; }
a { background-color: rgb(37,48,97); }
div.DivClassName
{
background-color: #253061;
}
.BgClassName
{
background-color: #253061;
}
</style>
border-color css
<style>
span { border-color: #253061; }
span { border-color: rgb(37,48,97); }
td.TdClassName
{
border-color: #253061;
}
.TagClassName
{
border-color: #253061;
}
</style>