Shades of Spectra #37584C
Tints of Spectra #37584C
RGB
CMYK
RGB Variations
Color information
#37584C (or 0x37584C) is known color: Spectra. HEX triplet: 37, 58 and 4C. RGB value is (55,88,76). Sum of RGB (Red+Green+Blue) = 55+88+76=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 88 - color contains mainly: green. Hex color #37584C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37584C is #C8A7B3. Grayscale: #4C4C4C. Windows color (decimal): -13150132 or 5003319. OLE color: 5003319.
HSL color Cylindrical-coordinate representation of color #37584C: hue angle of 158.18º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #37584C is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 88 | 76 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.65 |
| HSL | 158.18º | 0.23% | 0.28% | - |
| HSV(B) | 158.18º | 0.38% | 0.35% | - |
| XYZ | 6.37 | 8.31 | 8.11 | - |
| YUV | 76.77 | 127.57 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 88 | 76 | 0.38 | 0 | 0.14 | 0.65 | 158.18 | 0.23 | 0.28 |
| Hex | 37 | 58 | 4C | 26 | 0 | E | 41 | 9E | 17 | 1C |
| Octal | 67 | 130 | 114 | 46 | 0 | 16 | 101 | 236 | 27 | 34 |
| Binary | 110111 | 1011000 | 1001100 | 100110 | 0 | 1110 | 1000001 | 10011110 | 10111 | 11100 |
Color Harmonies of #37584C
Complementary color
Monochromatic Colors of #37584C
Black with #37584C
Text Example
Text Example
White with #37584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37584C; }
p { color: rgb(55,88,76); }
H1.HeaderClassName
{
color: #37584C;
}
.AnyTagClassName
{
color: #37584C;
}
</style>
background-color css
<style>
a { background-color: #37584C; }
a { background-color: rgb(55,88,76); }
div.DivClassName
{
background-color: #37584C;
}
.BgClassName
{
background-color: #37584C;
}
</style>
border-color css
<style>
span { border-color: #37584C; }
span { border-color: rgb(55,88,76); }
td.TdClassName
{
border-color: #37584C;
}
.TagClassName
{
border-color: #37584C;
}
</style>