Shades of Elephant #243A42
Tints of Elephant #243A42
RGB
CMYK
RGB Variations
Color information
#243A42 (or 0x243A42) is known color: Elephant. HEX triplet: 24, 3A and 42. RGB value is (36,58,66). Sum of RGB (Red+Green+Blue) = 36+58+66=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 66 - color contains mainly: blue. Hex color #243A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243A42 is #DBC5BD. Grayscale: #343434. Windows color (decimal): -14403006 or 4340260. OLE color: 4340260.
HSL color Cylindrical-coordinate representation of color #243A42: hue angle of 196º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #243A42 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 36 | 58 | 66 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.74 |
| HSL | 196º | 0.29% | 0.2% | - |
| HSV(B) | 196º | 0.45% | 0.26% | - |
| XYZ | 3.22 | 3.79 | 5.72 | - |
| YUV | 52.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 66 | 0.45 | 0.12 | 0 | 0.74 | 196 | 0.29 | 0.2 |
| Hex | 24 | 3A | 42 | 2D | C | 0 | 4A | C4 | 1D | 14 |
| Octal | 44 | 72 | 102 | 55 | 14 | 0 | 112 | 304 | 35 | 24 |
| Binary | 100100 | 111010 | 1000010 | 101101 | 1100 | 0 | 1001010 | 11000100 | 11101 | 10100 |
Color Harmonies of #243A42
Complementary color
Monochromatic Colors of #243A42
Black with #243A42
Text Example
Text Example
White with #243A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243A42; }
p { color: rgb(36,58,66); }
H1.HeaderClassName
{
color: #243A42;
}
.AnyTagClassName
{
color: #243A42;
}
</style>
background-color css
<style>
a { background-color: #243A42; }
a { background-color: rgb(36,58,66); }
div.DivClassName
{
background-color: #243A42;
}
.BgClassName
{
background-color: #243A42;
}
</style>
border-color css
<style>
span { border-color: #243A42; }
span { border-color: rgb(36,58,66); }
td.TdClassName
{
border-color: #243A42;
}
.TagClassName
{
border-color: #243A42;
}
</style>