Shades of Elm #238880
Tints of Elm #238880
RGB
CMYK
RGB Variations
Color information
#238880 (or 0x238880) is known color: Elm. HEX triplet: 23, 88 and 80. RGB value is (35,136,128). Sum of RGB (Red+Green+Blue) = 35+136+128=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #238880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238880 is #DC777F. Grayscale: #686868. Windows color (decimal): -14448512 or 8423459. OLE color: 8423459.
HSL color Cylindrical-coordinate representation of color #238880: hue angle of 175.25º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238880 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 136 | 128 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.47 |
| HSL | 175.25º | 0.59% | 0.34% | - |
| HSV(B) | 175.25º | 0.74% | 0.53% | - |
| XYZ | 13.39 | 19.52 | 23.48 | - |
| YUV | 104.89 | 141.04 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 136 | 128 | 0.74 | 0 | 0.06 | 0.47 | 175.25 | 0.59 | 0.34 |
| Hex | 23 | 88 | 80 | 4A | 0 | 6 | 2F | AF | 3B | 22 |
| Octal | 43 | 210 | 200 | 112 | 0 | 6 | 57 | 257 | 73 | 42 |
| Binary | 100011 | 10001000 | 10000000 | 1001010 | 0 | 110 | 101111 | 10101111 | 111011 | 100010 |
Color Harmonies of #238880
Complementary color
Monochromatic Colors of #238880
Black with #238880
Text Example
Text Example
White with #238880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238880; }
p { color: rgb(35,136,128); }
H1.HeaderClassName
{
color: #238880;
}
.AnyTagClassName
{
color: #238880;
}
</style>
background-color css
<style>
a { background-color: #238880; }
a { background-color: rgb(35,136,128); }
div.DivClassName
{
background-color: #238880;
}
.BgClassName
{
background-color: #238880;
}
</style>
border-color css
<style>
span { border-color: #238880; }
span { border-color: rgb(35,136,128); }
td.TdClassName
{
border-color: #238880;
}
.TagClassName
{
border-color: #238880;
}
</style>