Shades of Elm #278580
Tints of Elm #278580
RGB
CMYK
RGB Variations
Color information
#278580 (or 0x278580) is known color: Elm. HEX triplet: 27, 85 and 80. RGB value is (39,133,128). Sum of RGB (Red+Green+Blue) = 39+133+128=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #278580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278580 is #D87A7F. Grayscale: #686868. Windows color (decimal): -14187136 or 8422695. OLE color: 8422695.
HSL color Cylindrical-coordinate representation of color #278580: hue angle of 176.81º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #278580 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 133 | 128 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.48 |
| HSL | 176.81º | 0.55% | 0.34% | - |
| HSV(B) | 176.81º | 0.71% | 0.52% | - |
| XYZ | 13.12 | 18.76 | 23.35 | - |
| YUV | 104.32 | 141.36 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 133 | 128 | 0.71 | 0 | 0.04 | 0.48 | 176.81 | 0.55 | 0.34 |
| Hex | 27 | 85 | 80 | 47 | 0 | 4 | 30 | B1 | 37 | 22 |
| Octal | 47 | 205 | 200 | 107 | 0 | 4 | 60 | 261 | 67 | 42 |
| Binary | 100111 | 10000101 | 10000000 | 1000111 | 0 | 100 | 110000 | 10110001 | 110111 | 100010 |
Color Harmonies of #278580
Complementary color
Monochromatic Colors of #278580
Black with #278580
Text Example
Text Example
White with #278580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278580; }
p { color: rgb(39,133,128); }
H1.HeaderClassName
{
color: #278580;
}
.AnyTagClassName
{
color: #278580;
}
</style>
background-color css
<style>
a { background-color: #278580; }
a { background-color: rgb(39,133,128); }
div.DivClassName
{
background-color: #278580;
}
.BgClassName
{
background-color: #278580;
}
</style>
border-color css
<style>
span { border-color: #278580; }
span { border-color: rgb(39,133,128); }
td.TdClassName
{
border-color: #278580;
}
.TagClassName
{
border-color: #278580;
}
</style>