Shades of Elm #238682
Tints of Elm #238682
RGB
CMYK
RGB Variations
Color information
#238682 (or 0x238682) is known color: Elm. HEX triplet: 23, 86 and 82. RGB value is (35,134,130). Sum of RGB (Red+Green+Blue) = 35+134+130=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #238682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238682 is #DC797D. Grayscale: #676767. Windows color (decimal): -14449022 or 8554019. OLE color: 8554019.
HSL color Cylindrical-coordinate representation of color #238682: hue angle of 177.58º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238682 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 134 | 130 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.47 |
| HSL | 177.58º | 0.59% | 0.33% | - |
| HSV(B) | 177.58º | 0.74% | 0.53% | - |
| XYZ | 13.25 | 19.02 | 24.09 | - |
| YUV | 103.94 | 142.7 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 134 | 130 | 0.74 | 0 | 0.03 | 0.47 | 177.58 | 0.59 | 0.33 |
| Hex | 23 | 86 | 82 | 4A | 0 | 3 | 2F | B2 | 3B | 21 |
| Octal | 43 | 206 | 202 | 112 | 0 | 3 | 57 | 262 | 73 | 41 |
| Binary | 100011 | 10000110 | 10000010 | 1001010 | 0 | 11 | 101111 | 10110010 | 111011 | 100001 |
Color Harmonies of #238682
Complementary color
Monochromatic Colors of #238682
Black with #238682
Text Example
Text Example
White with #238682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238682; }
p { color: rgb(35,134,130); }
H1.HeaderClassName
{
color: #238682;
}
.AnyTagClassName
{
color: #238682;
}
</style>
background-color css
<style>
a { background-color: #238682; }
a { background-color: rgb(35,134,130); }
div.DivClassName
{
background-color: #238682;
}
.BgClassName
{
background-color: #238682;
}
</style>
border-color css
<style>
span { border-color: #238682; }
span { border-color: rgb(35,134,130); }
td.TdClassName
{
border-color: #238682;
}
.TagClassName
{
border-color: #238682;
}
</style>