Shades of Elephant #213844
Tints of Elephant #213844
RGB
CMYK
RGB Variations
Color information
#213844 (or 0x213844) is known color: Elephant. HEX triplet: 21, 38 and 44. RGB value is (33,56,68). Sum of RGB (Red+Green+Blue) = 33+56+68=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 68 (26.95% from 255 or 43.31% from 157); Max value from RGB is 68 - color contains mainly: blue. Hex color #213844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213844 is #DEC7BB. Grayscale: #323232. Windows color (decimal): -14600124 or 4470817. OLE color: 4470817.
HSL color Cylindrical-coordinate representation of color #213844: hue angle of 200.57º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #213844 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 56 | 68 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.73 |
| HSL | 200.57º | 0.35% | 0.2% | - |
| HSV(B) | 200.57º | 0.51% | 0.27% | - |
| XYZ | 3.08 | 3.57 | 6 | - |
| YUV | 50.49 | 137.88 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 68 | 0.51 | 0.18 | 0 | 0.73 | 200.57 | 0.35 | 0.2 |
| Hex | 21 | 38 | 44 | 33 | 12 | 0 | 49 | C9 | 23 | 14 |
| Octal | 41 | 70 | 104 | 63 | 22 | 0 | 111 | 311 | 43 | 24 |
| Binary | 100001 | 111000 | 1000100 | 110011 | 10010 | 0 | 1001001 | 11001001 | 100011 | 10100 |
Color Harmonies of #213844
Complementary color
Monochromatic Colors of #213844
Black with #213844
Text Example
Text Example
White with #213844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213844; }
p { color: rgb(33,56,68); }
H1.HeaderClassName
{
color: #213844;
}
.AnyTagClassName
{
color: #213844;
}
</style>
background-color css
<style>
a { background-color: #213844; }
a { background-color: rgb(33,56,68); }
div.DivClassName
{
background-color: #213844;
}
.BgClassName
{
background-color: #213844;
}
</style>
border-color css
<style>
span { border-color: #213844; }
span { border-color: rgb(33,56,68); }
td.TdClassName
{
border-color: #213844;
}
.TagClassName
{
border-color: #213844;
}
</style>