Shades of Elephant #253845
Tints of Elephant #253845
RGB
CMYK
RGB Variations
Color information
#253845 (or 0x253845) is known color: Elephant. HEX triplet: 25, 38 and 45. RGB value is (37,56,69). Sum of RGB (Red+Green+Blue) = 37+56+69=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 69 - color contains mainly: blue. Hex color #253845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253845 is #DAC7BA. Grayscale: #333333. Windows color (decimal): -14337979 or 4536357. OLE color: 4536357.
HSL color Cylindrical-coordinate representation of color #253845: hue angle of 204.38º 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 #253845 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 56 | 69 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.73 |
| HSL | 204.38º | 0.3% | 0.21% | - |
| HSV(B) | 204.38º | 0.46% | 0.27% | - |
| XYZ | 3.25 | 3.65 | 6.16 | - |
| YUV | 51.8 | 137.71 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 56 | 69 | 0.46 | 0.19 | 0 | 0.73 | 204.38 | 0.3 | 0.21 |
| Hex | 25 | 38 | 45 | 2E | 13 | 0 | 49 | CC | 1E | 15 |
| Octal | 45 | 70 | 105 | 56 | 23 | 0 | 111 | 314 | 36 | 25 |
| Binary | 100101 | 111000 | 1000101 | 101110 | 10011 | 0 | 1001001 | 11001100 | 11110 | 10101 |
Color Harmonies of #253845
Complementary color
Monochromatic Colors of #253845
Black with #253845
Text Example
Text Example
White with #253845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253845; }
p { color: rgb(37,56,69); }
H1.HeaderClassName
{
color: #253845;
}
.AnyTagClassName
{
color: #253845;
}
</style>
background-color css
<style>
a { background-color: #253845; }
a { background-color: rgb(37,56,69); }
div.DivClassName
{
background-color: #253845;
}
.BgClassName
{
background-color: #253845;
}
</style>
border-color css
<style>
span { border-color: #253845; }
span { border-color: rgb(37,56,69); }
td.TdClassName
{
border-color: #253845;
}
.TagClassName
{
border-color: #253845;
}
</style>