Shades of Lucky Point #252C50
Tints of Lucky Point #252C50
RGB
CMYK
RGB Variations
Color information
#252C50 (or 0x252C50) is known color: Lucky Point. HEX triplet: 25, 2C and 50. RGB value is (37,44,80). Sum of RGB (Red+Green+Blue) = 37+44+80=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #252C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C50 is #DAD3AF. Grayscale: #2D2D2D. Windows color (decimal): -14341040 or 5254181. OLE color: 5254181.
HSL color Cylindrical-coordinate representation of color #252C50: hue angle of 230.23º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #252C50 is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 44 | 80 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.69 |
| HSL | 230.23º | 0.37% | 0.23% | - |
| HSV(B) | 230.23º | 0.54% | 0.31% | - |
| XYZ | 3.11 | 2.77 | 7.96 | - |
| YUV | 46.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 44 | 80 | 0.54 | 0.45 | 0 | 0.69 | 230.23 | 0.37 | 0.23 |
| Hex | 25 | 2C | 50 | 36 | 2D | 0 | 45 | E6 | 25 | 17 |
| Octal | 45 | 54 | 120 | 66 | 55 | 0 | 105 | 346 | 45 | 27 |
| Binary | 100101 | 101100 | 1010000 | 110110 | 101101 | 0 | 1000101 | 11100110 | 100101 | 10111 |
Color Harmonies of #252C50
Complementary color
Monochromatic Colors of #252C50
Black with #252C50
Text Example
Text Example
White with #252C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252C50; }
p { color: rgb(37,44,80); }
H1.HeaderClassName
{
color: #252C50;
}
.AnyTagClassName
{
color: #252C50;
}
</style>
background-color css
<style>
a { background-color: #252C50; }
a { background-color: rgb(37,44,80); }
div.DivClassName
{
background-color: #252C50;
}
.BgClassName
{
background-color: #252C50;
}
</style>
border-color css
<style>
span { border-color: #252C50; }
span { border-color: rgb(37,44,80); }
td.TdClassName
{
border-color: #252C50;
}
.TagClassName
{
border-color: #252C50;
}
</style>