Shades of Elephant #253644
Tints of Elephant #253644
RGB
CMYK
RGB Variations
Color information
#253644 (or 0x253644) is known color: Elephant. HEX triplet: 25, 36 and 44. RGB value is (37,54,68). Sum of RGB (Red+Green+Blue) = 37+54+68=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 68 - color contains mainly: blue. Hex color #253644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253644 is #DAC9BB. Grayscale: #323232. Windows color (decimal): -14338492 or 4470309. OLE color: 4470309.
HSL color Cylindrical-coordinate representation of color #253644: hue angle of 207.1º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #253644 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 54 | 68 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.73 |
| HSL | 207.1º | 0.3% | 0.21% | - |
| HSV(B) | 207.1º | 0.46% | 0.27% | - |
| XYZ | 3.13 | 3.45 | 5.97 | - |
| YUV | 50.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 54 | 68 | 0.46 | 0.21 | 0 | 0.73 | 207.1 | 0.3 | 0.21 |
| Hex | 25 | 36 | 44 | 2E | 15 | 0 | 49 | CF | 1E | 15 |
| Octal | 45 | 66 | 104 | 56 | 25 | 0 | 111 | 317 | 36 | 25 |
| Binary | 100101 | 110110 | 1000100 | 101110 | 10101 | 0 | 1001001 | 11001111 | 11110 | 10101 |
Color Harmonies of #253644
Complementary color
Monochromatic Colors of #253644
Black with #253644
Text Example
Text Example
White with #253644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253644; }
p { color: rgb(37,54,68); }
H1.HeaderClassName
{
color: #253644;
}
.AnyTagClassName
{
color: #253644;
}
</style>
background-color css
<style>
a { background-color: #253644; }
a { background-color: rgb(37,54,68); }
div.DivClassName
{
background-color: #253644;
}
.BgClassName
{
background-color: #253644;
}
</style>
border-color css
<style>
span { border-color: #253644; }
span { border-color: rgb(37,54,68); }
td.TdClassName
{
border-color: #253644;
}
.TagClassName
{
border-color: #253644;
}
</style>