Shades of Lucky Point #25284A
Tints of Lucky Point #25284A
RGB
CMYK
RGB Variations
Color information
#25284A (or 0x25284A) is known color: Lucky Point. HEX triplet: 25, 28 and 4A. RGB value is (37,40,74). Sum of RGB (Red+Green+Blue) = 37+40+74=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #25284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25284A is #DAD7B5. Grayscale: #2A2A2A. Windows color (decimal): -14342070 or 4859941. OLE color: 4859941.
HSL color Cylindrical-coordinate representation of color #25284A: hue angle of 235.14º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #25284A is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 40 | 74 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.71 |
| HSL | 235.14º | 0.33% | 0.22% | - |
| HSV(B) | 235.14º | 0.5% | 0.29% | - |
| XYZ | 2.76 | 2.41 | 6.8 | - |
| YUV | 42.98 | 145.51 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 40 | 74 | 0.50 | 0.46 | 0 | 0.71 | 235.14 | 0.33 | 0.22 |
| Hex | 25 | 28 | 4A | 32 | 2E | 0 | 47 | EB | 21 | 16 |
| Octal | 45 | 50 | 112 | 62 | 56 | 0 | 107 | 353 | 41 | 26 |
| Binary | 100101 | 101000 | 1001010 | 110010 | 101110 | 0 | 1000111 | 11101011 | 100001 | 10110 |
Color Harmonies of #25284A
Complementary color
Monochromatic Colors of #25284A
Black with #25284A
Text Example
Text Example
White with #25284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25284A; }
p { color: rgb(37,40,74); }
H1.HeaderClassName
{
color: #25284A;
}
.AnyTagClassName
{
color: #25284A;
}
</style>
background-color css
<style>
a { background-color: #25284A; }
a { background-color: rgb(37,40,74); }
div.DivClassName
{
background-color: #25284A;
}
.BgClassName
{
background-color: #25284A;
}
</style>
border-color css
<style>
span { border-color: #25284A; }
span { border-color: rgb(37,40,74); }
td.TdClassName
{
border-color: #25284A;
}
.TagClassName
{
border-color: #25284A;
}
</style>