Shades of Elephant #223740
Tints of Elephant #223740
RGB
CMYK
RGB Variations
Color information
#223740 (or 0x223740) is known color: Elephant. HEX triplet: 22, 37 and 40. RGB value is (34,55,64). Sum of RGB (Red+Green+Blue) = 34+55+64=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 64 - color contains mainly: blue. Hex color #223740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223740 is #DDC8BF. Grayscale: #313131. Windows color (decimal): -14534848 or 4208418. OLE color: 4208418.
HSL color Cylindrical-coordinate representation of color #223740: hue angle of 198º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #223740 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 55 | 64 | - |
| CMYK | 0.47 | 0.14 | 0 | 0.75 |
| HSL | 198º | 0.31% | 0.19% | - |
| HSV(B) | 198º | 0.47% | 0.25% | - |
| XYZ | 2.95 | 3.44 | 5.36 | - |
| YUV | 49.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 55 | 64 | 0.47 | 0.14 | 0 | 0.75 | 198 | 0.31 | 0.19 |
| Hex | 22 | 37 | 40 | 2F | E | 0 | 4B | C6 | 1F | 13 |
| Octal | 42 | 67 | 100 | 57 | 16 | 0 | 113 | 306 | 37 | 23 |
| Binary | 100010 | 110111 | 1000000 | 101111 | 1110 | 0 | 1001011 | 11000110 | 11111 | 10011 |
Color Harmonies of #223740
Complementary color
Monochromatic Colors of #223740
Black with #223740
Text Example
Text Example
White with #223740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223740; }
p { color: rgb(34,55,64); }
H1.HeaderClassName
{
color: #223740;
}
.AnyTagClassName
{
color: #223740;
}
</style>
background-color css
<style>
a { background-color: #223740; }
a { background-color: rgb(34,55,64); }
div.DivClassName
{
background-color: #223740;
}
.BgClassName
{
background-color: #223740;
}
</style>
border-color css
<style>
span { border-color: #223740; }
span { border-color: rgb(34,55,64); }
td.TdClassName
{
border-color: #223740;
}
.TagClassName
{
border-color: #223740;
}
</style>