Shades of Elm #286A6B
Tints of Elm #286A6B
RGB
CMYK
RGB Variations
Color information
#286A6B (or 0x286A6B) is known color: Elm. HEX triplet: 28, 6A and 6B. RGB value is (40,106,107). Sum of RGB (Red+Green+Blue) = 40+106+107=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 107 - color contains mainly: blue. Hex color #286A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286A6B is #D79594. Grayscale: #565656. Windows color (decimal): -14128533 or 7039528. OLE color: 7039528.
HSL color Cylindrical-coordinate representation of color #286A6B: hue angle of 180.9º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286A6B is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 106 | 107 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.58 |
| HSL | 180.9º | 0.46% | 0.29% | - |
| HSV(B) | 180.9º | 0.63% | 0.42% | - |
| XYZ | 8.68 | 11.82 | 15.73 | - |
| YUV | 86.38 | 139.63 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 106 | 107 | 0.63 | 0.01 | 0 | 0.58 | 180.9 | 0.46 | 0.29 |
| Hex | 28 | 6A | 6B | 3F | 1 | 0 | 3A | B5 | 2E | 1D |
| Octal | 50 | 152 | 153 | 77 | 1 | 0 | 72 | 265 | 56 | 35 |
| Binary | 101000 | 1101010 | 1101011 | 111111 | 1 | 0 | 111010 | 10110101 | 101110 | 11101 |
Color Harmonies of #286A6B
Complementary color
Monochromatic Colors of #286A6B
Black with #286A6B
Text Example
Text Example
White with #286A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286A6B; }
p { color: rgb(40,106,107); }
H1.HeaderClassName
{
color: #286A6B;
}
.AnyTagClassName
{
color: #286A6B;
}
</style>
background-color css
<style>
a { background-color: #286A6B; }
a { background-color: rgb(40,106,107); }
div.DivClassName
{
background-color: #286A6B;
}
.BgClassName
{
background-color: #286A6B;
}
</style>
border-color css
<style>
span { border-color: #286A6B; }
span { border-color: rgb(40,106,107); }
td.TdClassName
{
border-color: #286A6B;
}
.TagClassName
{
border-color: #286A6B;
}
</style>