Shades of Elephant #263942
Tints of Elephant #263942
RGB
CMYK
RGB Variations
Color information
#263942 (or 0x263942) is known color: Elephant. HEX triplet: 26, 39 and 42. RGB value is (38,57,66). Sum of RGB (Red+Green+Blue) = 38+57+66=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 66 - color contains mainly: blue. Hex color #263942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263942 is #D9C6BD. Grayscale: #343434. Windows color (decimal): -14272190 or 4340006. OLE color: 4340006.
HSL color Cylindrical-coordinate representation of color #263942: hue angle of 199.29º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #263942 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 57 | 66 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.74 |
| HSL | 199.29º | 0.27% | 0.2% | - |
| HSV(B) | 199.29º | 0.42% | 0.26% | - |
| XYZ | 3.25 | 3.73 | 5.7 | - |
| YUV | 52.35 | 135.71 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 57 | 66 | 0.42 | 0.14 | 0 | 0.74 | 199.29 | 0.27 | 0.2 |
| Hex | 26 | 39 | 42 | 2A | E | 0 | 4A | C7 | 1B | 14 |
| Octal | 46 | 71 | 102 | 52 | 16 | 0 | 112 | 307 | 33 | 24 |
| Binary | 100110 | 111001 | 1000010 | 101010 | 1110 | 0 | 1001010 | 11000111 | 11011 | 10100 |
Color Harmonies of #263942
Complementary color
Monochromatic Colors of #263942
Black with #263942
Text Example
Text Example
White with #263942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263942; }
p { color: rgb(38,57,66); }
H1.HeaderClassName
{
color: #263942;
}
.AnyTagClassName
{
color: #263942;
}
</style>
background-color css
<style>
a { background-color: #263942; }
a { background-color: rgb(38,57,66); }
div.DivClassName
{
background-color: #263942;
}
.BgClassName
{
background-color: #263942;
}
</style>
border-color css
<style>
span { border-color: #263942; }
span { border-color: rgb(38,57,66); }
td.TdClassName
{
border-color: #263942;
}
.TagClassName
{
border-color: #263942;
}
</style>