Shades of Elm #248880
Tints of Elm #248880
RGB
CMYK
RGB Variations
Color information
#248880 (or 0x248880) is known color: Elm. HEX triplet: 24, 88 and 80. RGB value is (36,136,128). Sum of RGB (Red+Green+Blue) = 36+136+128=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #248880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248880 is #DB777F. Grayscale: #696969. Windows color (decimal): -14382976 or 8423460. OLE color: 8423460.
HSL color Cylindrical-coordinate representation of color #248880: hue angle of 175.2º degrees, saturation: 0.58, 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 #248880 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 136 | 128 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.47 |
| HSL | 175.2º | 0.58% | 0.34% | - |
| HSV(B) | 175.2º | 0.74% | 0.53% | - |
| XYZ | 13.43 | 19.54 | 23.49 | - |
| YUV | 105.19 | 140.87 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 136 | 128 | 0.74 | 0 | 0.06 | 0.47 | 175.2 | 0.58 | 0.34 |
| Hex | 24 | 88 | 80 | 4A | 0 | 6 | 2F | AF | 3A | 22 |
| Octal | 44 | 210 | 200 | 112 | 0 | 6 | 57 | 257 | 72 | 42 |
| Binary | 100100 | 10001000 | 10000000 | 1001010 | 0 | 110 | 101111 | 10101111 | 111010 | 100010 |
Color Harmonies of #248880
Complementary color
Monochromatic Colors of #248880
Black with #248880
Text Example
Text Example
White with #248880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248880; }
p { color: rgb(36,136,128); }
H1.HeaderClassName
{
color: #248880;
}
.AnyTagClassName
{
color: #248880;
}
</style>
background-color css
<style>
a { background-color: #248880; }
a { background-color: rgb(36,136,128); }
div.DivClassName
{
background-color: #248880;
}
.BgClassName
{
background-color: #248880;
}
</style>
border-color css
<style>
span { border-color: #248880; }
span { border-color: rgb(36,136,128); }
td.TdClassName
{
border-color: #248880;
}
.TagClassName
{
border-color: #248880;
}
</style>