Shades of Lucky Point #253060
Tints of Lucky Point #253060
RGB
CMYK
RGB Variations
Color information
#253060 (or 0x253060) is known color: Lucky Point. HEX triplet: 25, 30 and 60. RGB value is (37,48,96). Sum of RGB (Red+Green+Blue) = 37+48+96=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #253060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253060 is #DACF9F. Grayscale: #313131. Windows color (decimal): -14340000 or 6303781. OLE color: 6303781.
HSL color Cylindrical-coordinate representation of color #253060: hue angle of 228.81º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #253060 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 48 | 96 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.62 |
| HSL | 228.81º | 0.44% | 0.26% | - |
| HSV(B) | 228.81º | 0.61% | 0.38% | - |
| XYZ | 3.93 | 3.35 | 11.51 | - |
| YUV | 50.18 | 153.86 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 48 | 96 | 0.61 | 0.50 | 0 | 0.62 | 228.81 | 0.44 | 0.26 |
| Hex | 25 | 30 | 60 | 3D | 32 | 0 | 3E | E5 | 2C | 1A |
| Octal | 45 | 60 | 140 | 75 | 62 | 0 | 76 | 345 | 54 | 32 |
| Binary | 100101 | 110000 | 1100000 | 111101 | 110010 | 0 | 111110 | 11100101 | 101100 | 11010 |
Color Harmonies of #253060
Complementary color
Monochromatic Colors of #253060
Black with #253060
Text Example
Text Example
White with #253060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253060; }
p { color: rgb(37,48,96); }
H1.HeaderClassName
{
color: #253060;
}
.AnyTagClassName
{
color: #253060;
}
</style>
background-color css
<style>
a { background-color: #253060; }
a { background-color: rgb(37,48,96); }
div.DivClassName
{
background-color: #253060;
}
.BgClassName
{
background-color: #253060;
}
</style>
border-color css
<style>
span { border-color: #253060; }
span { border-color: rgb(37,48,96); }
td.TdClassName
{
border-color: #253060;
}
.TagClassName
{
border-color: #253060;
}
</style>