Shades of Elephant #263844
Tints of Elephant #263844
RGB
CMYK
RGB Variations
Color information
#263844 (or 0x263844) is known color: Elephant. HEX triplet: 26, 38 and 44. RGB value is (38,56,68). Sum of RGB (Red+Green+Blue) = 38+56+68=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 68 (26.95% from 255 or 41.98% from 162); Max value from RGB is 68 - color contains mainly: blue. Hex color #263844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263844 is #D9C7BB. Grayscale: #333333. Windows color (decimal): -14272444 or 4470822. OLE color: 4470822.
HSL color Cylindrical-coordinate representation of color #263844: hue angle of 204º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #263844 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 56 | 68 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.73 |
| HSL | 204º | 0.28% | 0.21% | - |
| HSV(B) | 204º | 0.44% | 0.27% | - |
| XYZ | 3.26 | 3.66 | 6 | - |
| YUV | 51.99 | 137.04 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 68 | 0.44 | 0.18 | 0 | 0.73 | 204 | 0.28 | 0.21 |
| Hex | 26 | 38 | 44 | 2C | 12 | 0 | 49 | CC | 1C | 15 |
| Octal | 46 | 70 | 104 | 54 | 22 | 0 | 111 | 314 | 34 | 25 |
| Binary | 100110 | 111000 | 1000100 | 101100 | 10010 | 0 | 1001001 | 11001100 | 11100 | 10101 |
Color Harmonies of #263844
Complementary color
Monochromatic Colors of #263844
Black with #263844
Text Example
Text Example
White with #263844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263844; }
p { color: rgb(38,56,68); }
H1.HeaderClassName
{
color: #263844;
}
.AnyTagClassName
{
color: #263844;
}
</style>
background-color css
<style>
a { background-color: #263844; }
a { background-color: rgb(38,56,68); }
div.DivClassName
{
background-color: #263844;
}
.BgClassName
{
background-color: #263844;
}
</style>
border-color css
<style>
span { border-color: #263844; }
span { border-color: rgb(38,56,68); }
td.TdClassName
{
border-color: #263844;
}
.TagClassName
{
border-color: #263844;
}
</style>