Shades of Elm #238277
Tints of Elm #238277
RGB
CMYK
RGB Variations
Color information
#238277 (or 0x238277) is known color: Elm. HEX triplet: 23, 82 and 77. RGB value is (35,130,119). Sum of RGB (Red+Green+Blue) = 35+130+119=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #238277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238277 is #DC7D88. Grayscale: #646464. Windows color (decimal): -14450057 or 7832099. OLE color: 7832099.
HSL color Cylindrical-coordinate representation of color #238277: hue angle of 173.05º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238277 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 130 | 119 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.49 |
| HSL | 173.05º | 0.58% | 0.32% | - |
| HSV(B) | 173.05º | 0.73% | 0.51% | - |
| XYZ | 12.01 | 17.65 | 20.23 | - |
| YUV | 100.34 | 138.53 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 130 | 119 | 0.73 | 0 | 0.08 | 0.49 | 173.05 | 0.58 | 0.32 |
| Hex | 23 | 82 | 77 | 49 | 0 | 8 | 31 | AD | 3A | 20 |
| Octal | 43 | 202 | 167 | 111 | 0 | 10 | 61 | 255 | 72 | 40 |
| Binary | 100011 | 10000010 | 1110111 | 1001001 | 0 | 1000 | 110001 | 10101101 | 111010 | 100000 |
Color Harmonies of #238277
Complementary color
Monochromatic Colors of #238277
Black with #238277
Text Example
Text Example
White with #238277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238277; }
p { color: rgb(35,130,119); }
H1.HeaderClassName
{
color: #238277;
}
.AnyTagClassName
{
color: #238277;
}
</style>
background-color css
<style>
a { background-color: #238277; }
a { background-color: rgb(35,130,119); }
div.DivClassName
{
background-color: #238277;
}
.BgClassName
{
background-color: #238277;
}
</style>
border-color css
<style>
span { border-color: #238277; }
span { border-color: rgb(35,130,119); }
td.TdClassName
{
border-color: #238277;
}
.TagClassName
{
border-color: #238277;
}
</style>