Shades of Elm #31867B
Tints of Elm #31867B
RGB
CMYK
RGB Variations
Color information
#31867B (or 0x31867B) is known color: Elm. HEX triplet: 31, 86 and 7B. RGB value is (49,134,123). Sum of RGB (Red+Green+Blue) = 49+134+123=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 134 - color contains mainly: green. Hex color #31867B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31867B is #CE7984. Grayscale: #6B6B6B. Windows color (decimal): -13531525 or 8095281. OLE color: 8095281.
HSL color Cylindrical-coordinate representation of color #31867B: hue angle of 172.24º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31867B is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 134 | 123 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.47 |
| HSL | 172.24º | 0.46% | 0.36% | - |
| HSV(B) | 172.24º | 0.63% | 0.53% | - |
| XYZ | 13.37 | 19.13 | 21.73 | - |
| YUV | 107.33 | 136.84 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 134 | 123 | 0.63 | 0 | 0.08 | 0.47 | 172.24 | 0.46 | 0.36 |
| Hex | 31 | 86 | 7B | 3F | 0 | 8 | 2F | AC | 2E | 24 |
| Octal | 61 | 206 | 173 | 77 | 0 | 10 | 57 | 254 | 56 | 44 |
| Binary | 110001 | 10000110 | 1111011 | 111111 | 0 | 1000 | 101111 | 10101100 | 101110 | 100100 |
Color Harmonies of #31867B
Complementary color
Monochromatic Colors of #31867B
Black with #31867B
Text Example
Text Example
White with #31867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31867B; }
p { color: rgb(49,134,123); }
H1.HeaderClassName
{
color: #31867B;
}
.AnyTagClassName
{
color: #31867B;
}
</style>
background-color css
<style>
a { background-color: #31867B; }
a { background-color: rgb(49,134,123); }
div.DivClassName
{
background-color: #31867B;
}
.BgClassName
{
background-color: #31867B;
}
</style>
border-color css
<style>
span { border-color: #31867B; }
span { border-color: rgb(49,134,123); }
td.TdClassName
{
border-color: #31867B;
}
.TagClassName
{
border-color: #31867B;
}
</style>