Shades of Lucky Point #25264D
Tints of Lucky Point #25264D
RGB
CMYK
RGB Variations
Color information
#25264D (or 0x25264D) is known color: Lucky Point. HEX triplet: 25, 26 and 4D. RGB value is (37,38,77). Sum of RGB (Red+Green+Blue) = 37+38+77=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #25264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25264D is #DAD9B2. Grayscale: #292929. Windows color (decimal): -14342579 or 5056037. OLE color: 5056037.
HSL color Cylindrical-coordinate representation of color #25264D: hue angle of 238.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #25264D is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 38 | 77 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.70 |
| HSL | 238.5º | 0.35% | 0.22% | - |
| HSV(B) | 238.5º | 0.52% | 0.3% | - |
| XYZ | 2.8 | 2.32 | 7.32 | - |
| YUV | 42.15 | 147.67 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 38 | 77 | 0.52 | 0.51 | 0 | 0.70 | 238.5 | 0.35 | 0.22 |
| Hex | 25 | 26 | 4D | 34 | 33 | 0 | 46 | EE | 23 | 16 |
| Octal | 45 | 46 | 115 | 64 | 63 | 0 | 106 | 356 | 43 | 26 |
| Binary | 100101 | 100110 | 1001101 | 110100 | 110011 | 0 | 1000110 | 11101110 | 100011 | 10110 |
Color Harmonies of #25264D
Complementary color
Monochromatic Colors of #25264D
Black with #25264D
Text Example
Text Example
White with #25264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25264D; }
p { color: rgb(37,38,77); }
H1.HeaderClassName
{
color: #25264D;
}
.AnyTagClassName
{
color: #25264D;
}
</style>
background-color css
<style>
a { background-color: #25264D; }
a { background-color: rgb(37,38,77); }
div.DivClassName
{
background-color: #25264D;
}
.BgClassName
{
background-color: #25264D;
}
</style>
border-color css
<style>
span { border-color: #25264D; }
span { border-color: rgb(37,38,77); }
td.TdClassName
{
border-color: #25264D;
}
.TagClassName
{
border-color: #25264D;
}
</style>