Shades of Lucky Point #25274A
Tints of Lucky Point #25274A
RGB
CMYK
RGB Variations
Color information
#25274A (or 0x25274A) is known color: Lucky Point. HEX triplet: 25, 27 and 4A. RGB value is (37,39,74). Sum of RGB (Red+Green+Blue) = 37+39+74=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #25274A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25274A is #DAD8B5. Grayscale: #2A2A2A. Windows color (decimal): -14342326 or 4859685. OLE color: 4859685.
HSL color Cylindrical-coordinate representation of color #25274A: hue angle of 236.76º 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 #25274A is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 39 | 74 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.71 |
| HSL | 236.76º | 0.33% | 0.22% | - |
| HSV(B) | 236.76º | 0.5% | 0.29% | - |
| XYZ | 2.72 | 2.34 | 6.79 | - |
| YUV | 42.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 39 | 74 | 0.50 | 0.47 | 0 | 0.71 | 236.76 | 0.33 | 0.22 |
| Hex | 25 | 27 | 4A | 32 | 2F | 0 | 47 | ED | 21 | 16 |
| Octal | 45 | 47 | 112 | 62 | 57 | 0 | 107 | 355 | 41 | 26 |
| Binary | 100101 | 100111 | 1001010 | 110010 | 101111 | 0 | 1000111 | 11101101 | 100001 | 10110 |
Color Harmonies of #25274A
Complementary color
Monochromatic Colors of #25274A
Black with #25274A
Text Example
Text Example
White with #25274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25274A; }
p { color: rgb(37,39,74); }
H1.HeaderClassName
{
color: #25274A;
}
.AnyTagClassName
{
color: #25274A;
}
</style>
background-color css
<style>
a { background-color: #25274A; }
a { background-color: rgb(37,39,74); }
div.DivClassName
{
background-color: #25274A;
}
.BgClassName
{
background-color: #25274A;
}
</style>
border-color css
<style>
span { border-color: #25274A; }
span { border-color: rgb(37,39,74); }
td.TdClassName
{
border-color: #25274A;
}
.TagClassName
{
border-color: #25274A;
}
</style>