Shades of Lucky Point #252853
Tints of Lucky Point #252853
RGB
CMYK
RGB Variations
Color information
#252853 (or 0x252853) is known color: Lucky Point. HEX triplet: 25, 28 and 53. RGB value is (37,40,83). Sum of RGB (Red+Green+Blue) = 37+40+83=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #252853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252853 is #DAD7AC. Grayscale: #2B2B2B. Windows color (decimal): -14342061 or 5449765. OLE color: 5449765.
HSL color Cylindrical-coordinate representation of color #252853: hue angle of 236.09º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #252853 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 40 | 83 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.67 |
| HSL | 236.09º | 0.38% | 0.24% | - |
| HSV(B) | 236.09º | 0.55% | 0.33% | - |
| XYZ | 3.08 | 2.54 | 8.51 | - |
| YUV | 44.01 | 150.01 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 40 | 83 | 0.55 | 0.52 | 0 | 0.67 | 236.09 | 0.38 | 0.24 |
| Hex | 25 | 28 | 53 | 37 | 34 | 0 | 43 | EC | 26 | 18 |
| Octal | 45 | 50 | 123 | 67 | 64 | 0 | 103 | 354 | 46 | 30 |
| Binary | 100101 | 101000 | 1010011 | 110111 | 110100 | 0 | 1000011 | 11101100 | 100110 | 11000 |
Color Harmonies of #252853
Complementary color
Monochromatic Colors of #252853
Black with #252853
Text Example
Text Example
White with #252853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252853; }
p { color: rgb(37,40,83); }
H1.HeaderClassName
{
color: #252853;
}
.AnyTagClassName
{
color: #252853;
}
</style>
background-color css
<style>
a { background-color: #252853; }
a { background-color: rgb(37,40,83); }
div.DivClassName
{
background-color: #252853;
}
.BgClassName
{
background-color: #252853;
}
</style>
border-color css
<style>
span { border-color: #252853; }
span { border-color: rgb(37,40,83); }
td.TdClassName
{
border-color: #252853;
}
.TagClassName
{
border-color: #252853;
}
</style>