Shades of Elm #23847D
Tints of Elm #23847D
RGB
CMYK
RGB Variations
Color information
#23847D (or 0x23847D) is known color: Elm. HEX triplet: 23, 84 and 7D. RGB value is (35,132,125). Sum of RGB (Red+Green+Blue) = 35+132+125=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 132 - color contains mainly: green. Hex color #23847D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23847D is #DC7B82. Grayscale: #666666. Windows color (decimal): -14449539 or 8225827. OLE color: 8225827.
HSL color Cylindrical-coordinate representation of color #23847D: hue angle of 175.67º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #23847D is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 132 | 125 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.48 |
| HSL | 175.67º | 0.58% | 0.33% | - |
| HSV(B) | 175.67º | 0.73% | 0.52% | - |
| XYZ | 12.65 | 18.34 | 22.28 | - |
| YUV | 102.2 | 140.86 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 132 | 125 | 0.73 | 0 | 0.05 | 0.48 | 175.67 | 0.58 | 0.33 |
| Hex | 23 | 84 | 7D | 49 | 0 | 5 | 30 | B0 | 3A | 21 |
| Octal | 43 | 204 | 175 | 111 | 0 | 5 | 60 | 260 | 72 | 41 |
| Binary | 100011 | 10000100 | 1111101 | 1001001 | 0 | 101 | 110000 | 10110000 | 111010 | 100001 |
Color Harmonies of #23847D
Complementary color
Monochromatic Colors of #23847D
Black with #23847D
Text Example
Text Example
White with #23847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23847D; }
p { color: rgb(35,132,125); }
H1.HeaderClassName
{
color: #23847D;
}
.AnyTagClassName
{
color: #23847D;
}
</style>
background-color css
<style>
a { background-color: #23847D; }
a { background-color: rgb(35,132,125); }
div.DivClassName
{
background-color: #23847D;
}
.BgClassName
{
background-color: #23847D;
}
</style>
border-color css
<style>
span { border-color: #23847D; }
span { border-color: rgb(35,132,125); }
td.TdClassName
{
border-color: #23847D;
}
.TagClassName
{
border-color: #23847D;
}
</style>