Shades of Elephant #253540
Tints of Elephant #253540
RGB
CMYK
RGB Variations
Color information
#253540 (or 0x253540) is known color: Elephant. HEX triplet: 25, 35 and 40. RGB value is (37,53,64). Sum of RGB (Red+Green+Blue) = 37+53+64=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 64 - color contains mainly: blue. Hex color #253540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253540 is #DACABF. Grayscale: #313131. Windows color (decimal): -14338752 or 4207909. OLE color: 4207909.
HSL color Cylindrical-coordinate representation of color #253540: hue angle of 204.44º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #253540 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 53 | 64 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.75 |
| HSL | 204.44º | 0.27% | 0.2% | - |
| HSV(B) | 204.44º | 0.42% | 0.25% | - |
| XYZ | 2.96 | 3.31 | 5.33 | - |
| YUV | 49.47 | 136.2 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 64 | 0.42 | 0.17 | 0 | 0.75 | 204.44 | 0.27 | 0.2 |
| Hex | 25 | 35 | 40 | 2A | 11 | 0 | 4B | CC | 1B | 14 |
| Octal | 45 | 65 | 100 | 52 | 21 | 0 | 113 | 314 | 33 | 24 |
| Binary | 100101 | 110101 | 1000000 | 101010 | 10001 | 0 | 1001011 | 11001100 | 11011 | 10100 |
Color Harmonies of #253540
Complementary color
Monochromatic Colors of #253540
Black with #253540
Text Example
Text Example
White with #253540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253540; }
p { color: rgb(37,53,64); }
H1.HeaderClassName
{
color: #253540;
}
.AnyTagClassName
{
color: #253540;
}
</style>
background-color css
<style>
a { background-color: #253540; }
a { background-color: rgb(37,53,64); }
div.DivClassName
{
background-color: #253540;
}
.BgClassName
{
background-color: #253540;
}
</style>
border-color css
<style>
span { border-color: #253540; }
span { border-color: rgb(37,53,64); }
td.TdClassName
{
border-color: #253540;
}
.TagClassName
{
border-color: #253540;
}
</style>