Shades of Elm #338881
Tints of Elm #338881
RGB
CMYK
RGB Variations
Color information
#338881 (or 0x338881) is known color: Elm. HEX triplet: 33, 88 and 81. RGB value is (51,136,129). Sum of RGB (Red+Green+Blue) = 51+136+129=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #338881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338881 is #CC777E. Grayscale: #6D6D6D. Windows color (decimal): -13399935 or 8489011. OLE color: 8489011.
HSL color Cylindrical-coordinate representation of color #338881: hue angle of 175.06º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338881 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 136 | 129 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.47 |
| HSL | 175.06º | 0.45% | 0.37% | - |
| HSV(B) | 175.06º | 0.63% | 0.53% | - |
| XYZ | 14.13 | 19.9 | 23.86 | - |
| YUV | 109.79 | 138.84 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 136 | 129 | 0.62 | 0 | 0.05 | 0.47 | 175.06 | 0.45 | 0.37 |
| Hex | 33 | 88 | 81 | 3E | 0 | 5 | 2F | AF | 2D | 25 |
| Octal | 63 | 210 | 201 | 76 | 0 | 5 | 57 | 257 | 55 | 45 |
| Binary | 110011 | 10001000 | 10000001 | 111110 | 0 | 101 | 101111 | 10101111 | 101101 | 100101 |
Color Harmonies of #338881
Complementary color
Monochromatic Colors of #338881
Black with #338881
Text Example
Text Example
White with #338881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338881; }
p { color: rgb(51,136,129); }
H1.HeaderClassName
{
color: #338881;
}
.AnyTagClassName
{
color: #338881;
}
</style>
background-color css
<style>
a { background-color: #338881; }
a { background-color: rgb(51,136,129); }
div.DivClassName
{
background-color: #338881;
}
.BgClassName
{
background-color: #338881;
}
</style>
border-color css
<style>
span { border-color: #338881; }
span { border-color: rgb(51,136,129); }
td.TdClassName
{
border-color: #338881;
}
.TagClassName
{
border-color: #338881;
}
</style>