Shades of Elephant #23343E
Tints of Elephant #23343E
RGB
CMYK
RGB Variations
Color information
#23343E (or 0x23343E) is known color: Elephant. HEX triplet: 23, 34 and 3E. RGB value is (35,52,62). Sum of RGB (Red+Green+Blue) = 35+52+62=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 62 (24.61% from 255 or 41.61% from 149); Max value from RGB is 62 - color contains mainly: blue. Hex color #23343E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23343E is #DCCBC1. Grayscale: #303030. Windows color (decimal): -14470082 or 4076579. OLE color: 4076579.
HSL color Cylindrical-coordinate representation of color #23343E: hue angle of 202.22º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #23343E is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 52 | 62 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.76 |
| HSL | 202.22º | 0.28% | 0.19% | - |
| HSV(B) | 202.22º | 0.44% | 0.24% | - |
| XYZ | 2.79 | 3.16 | 5.02 | - |
| YUV | 48.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 62 | 0.44 | 0.16 | 0 | 0.76 | 202.22 | 0.28 | 0.19 |
| Hex | 23 | 34 | 3E | 2C | 10 | 0 | 4C | CA | 1C | 13 |
| Octal | 43 | 64 | 76 | 54 | 20 | 0 | 114 | 312 | 34 | 23 |
| Binary | 100011 | 110100 | 111110 | 101100 | 10000 | 0 | 1001100 | 11001010 | 11100 | 10011 |
Color Harmonies of #23343E
Complementary color
Monochromatic Colors of #23343E
Black with #23343E
Text Example
Text Example
White with #23343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23343E; }
p { color: rgb(35,52,62); }
H1.HeaderClassName
{
color: #23343E;
}
.AnyTagClassName
{
color: #23343E;
}
</style>
background-color css
<style>
a { background-color: #23343E; }
a { background-color: rgb(35,52,62); }
div.DivClassName
{
background-color: #23343E;
}
.BgClassName
{
background-color: #23343E;
}
</style>
border-color css
<style>
span { border-color: #23343E; }
span { border-color: rgb(35,52,62); }
td.TdClassName
{
border-color: #23343E;
}
.TagClassName
{
border-color: #23343E;
}
</style>