Shades of Lucky Point #25264C
Tints of Lucky Point #25264C
RGB
CMYK
RGB Variations
Color information
#25264C (or 0x25264C) is known color: Lucky Point. HEX triplet: 25, 26 and 4C. RGB value is (37,38,76). Sum of RGB (Red+Green+Blue) = 37+38+76=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #25264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25264C is #DAD9B3. Grayscale: #292929. Windows color (decimal): -14342580 or 4990501. OLE color: 4990501.
HSL color Cylindrical-coordinate representation of color #25264C: hue angle of 238.46º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25264C is Cyan = 0.51, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 38 | 76 | - |
| CMYK | 0.51 | 0.5 | 0 | 0.70 |
| HSL | 238.46º | 0.35% | 0.22% | - |
| HSV(B) | 238.46º | 0.51% | 0.3% | - |
| XYZ | 2.76 | 2.3 | 7.14 | - |
| YUV | 42.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 38 | 76 | 0.51 | 0.5 | 0 | 0.70 | 238.46 | 0.35 | 0.22 |
| Hex | 25 | 26 | 4C | 33 | 32 | 0 | 46 | EE | 23 | 16 |
| Octal | 45 | 46 | 114 | 63 | 62 | 0 | 106 | 356 | 43 | 26 |
| Binary | 100101 | 100110 | 1001100 | 110011 | 110010 | 0 | 1000110 | 11101110 | 100011 | 10110 |
Color Harmonies of #25264C
Complementary color
Monochromatic Colors of #25264C
Black with #25264C
Text Example
Text Example
White with #25264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25264C; }
p { color: rgb(37,38,76); }
H1.HeaderClassName
{
color: #25264C;
}
.AnyTagClassName
{
color: #25264C;
}
</style>
background-color css
<style>
a { background-color: #25264C; }
a { background-color: rgb(37,38,76); }
div.DivClassName
{
background-color: #25264C;
}
.BgClassName
{
background-color: #25264C;
}
</style>
border-color css
<style>
span { border-color: #25264C; }
span { border-color: rgb(37,38,76); }
td.TdClassName
{
border-color: #25264C;
}
.TagClassName
{
border-color: #25264C;
}
</style>