Shades of Elephant #25343E
Tints of Elephant #25343E
RGB
CMYK
RGB Variations
Color information
#25343E (or 0x25343E) is known color: Elephant. HEX triplet: 25, 34 and 3E. RGB value is (37,52,62). Sum of RGB (Red+Green+Blue) = 37+52+62=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 62 - color contains mainly: blue. Hex color #25343E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25343E is #DACBC1. Grayscale: #303030. Windows color (decimal): -14339010 or 4076581. OLE color: 4076581.
HSL color Cylindrical-coordinate representation of color #25343E: hue angle of 204º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #25343E is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 52 | 62 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.76 |
| HSL | 204º | 0.25% | 0.19% | - |
| HSV(B) | 204º | 0.4% | 0.24% | - |
| XYZ | 2.86 | 3.2 | 5.02 | - |
| YUV | 48.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 52 | 62 | 0.40 | 0.16 | 0 | 0.76 | 204 | 0.25 | 0.19 |
| Hex | 25 | 34 | 3E | 28 | 10 | 0 | 4C | CC | 19 | 13 |
| Octal | 45 | 64 | 76 | 50 | 20 | 0 | 114 | 314 | 31 | 23 |
| Binary | 100101 | 110100 | 111110 | 101000 | 10000 | 0 | 1001100 | 11001100 | 11001 | 10011 |
Color Harmonies of #25343E
Complementary color
Monochromatic Colors of #25343E
Black with #25343E
Text Example
Text Example
White with #25343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25343E; }
p { color: rgb(37,52,62); }
H1.HeaderClassName
{
color: #25343E;
}
.AnyTagClassName
{
color: #25343E;
}
</style>
background-color css
<style>
a { background-color: #25343E; }
a { background-color: rgb(37,52,62); }
div.DivClassName
{
background-color: #25343E;
}
.BgClassName
{
background-color: #25343E;
}
</style>
border-color css
<style>
span { border-color: #25343E; }
span { border-color: rgb(37,52,62); }
td.TdClassName
{
border-color: #25343E;
}
.TagClassName
{
border-color: #25343E;
}
</style>