Shades of Lucky Point #252C5B
Tints of Lucky Point #252C5B
RGB
CMYK
RGB Variations
Color information
#252C5B (or 0x252C5B) is known color: Lucky Point. HEX triplet: 25, 2C and 5B. RGB value is (37,44,91). Sum of RGB (Red+Green+Blue) = 37+44+91=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #252C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C5B is #DAD3A4. Grayscale: #2F2F2F. Windows color (decimal): -14341029 or 5975077. OLE color: 5975077.
HSL color Cylindrical-coordinate representation of color #252C5B: hue angle of 232.22º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #252C5B is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 44 | 91 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.64 |
| HSL | 232.22º | 0.42% | 0.25% | - |
| HSV(B) | 232.22º | 0.59% | 0.36% | - |
| XYZ | 3.55 | 2.95 | 10.28 | - |
| YUV | 47.27 | 152.68 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 44 | 91 | 0.59 | 0.52 | 0 | 0.64 | 232.22 | 0.42 | 0.25 |
| Hex | 25 | 2C | 5B | 3B | 34 | 0 | 40 | E8 | 2A | 19 |
| Octal | 45 | 54 | 133 | 73 | 64 | 0 | 100 | 350 | 52 | 31 |
| Binary | 100101 | 101100 | 1011011 | 111011 | 110100 | 0 | 1000000 | 11101000 | 101010 | 11001 |
Color Harmonies of #252C5B
Complementary color
Monochromatic Colors of #252C5B
Black with #252C5B
Text Example
Text Example
White with #252C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252C5B; }
p { color: rgb(37,44,91); }
H1.HeaderClassName
{
color: #252C5B;
}
.AnyTagClassName
{
color: #252C5B;
}
</style>
background-color css
<style>
a { background-color: #252C5B; }
a { background-color: rgb(37,44,91); }
div.DivClassName
{
background-color: #252C5B;
}
.BgClassName
{
background-color: #252C5B;
}
</style>
border-color css
<style>
span { border-color: #252C5B; }
span { border-color: rgb(37,44,91); }
td.TdClassName
{
border-color: #252C5B;
}
.TagClassName
{
border-color: #252C5B;
}
</style>