Shades of Spectra #37674F
Tints of Spectra #37674F
RGB
CMYK
RGB Variations
Color information
#37674F (or 0x37674F) is known color: Spectra. HEX triplet: 37, 67 and 4F. RGB value is (55,103,79). Sum of RGB (Red+Green+Blue) = 55+103+79=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 103 (40.62% from 255 or 43.46% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 103 - color contains mainly: green. Hex color #37674F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37674F is #C898B0. Grayscale: #555555. Windows color (decimal): -13146289 or 5203767. OLE color: 5203767.
HSL color Cylindrical-coordinate representation of color #37674F: hue angle of 150º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #37674F is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 55 | 103 | 79 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.60 |
| HSL | 150º | 0.3% | 0.31% | - |
| HSV(B) | 150º | 0.47% | 0.4% | - |
| XYZ | 7.84 | 11.08 | 9.12 | - |
| YUV | 85.91 | 124.1 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 103 | 79 | 0.47 | 0 | 0.23 | 0.60 | 150 | 0.3 | 0.31 |
| Hex | 37 | 67 | 4F | 2F | 0 | 17 | 3C | 96 | 1E | 1F |
| Octal | 67 | 147 | 117 | 57 | 0 | 27 | 74 | 226 | 36 | 37 |
| Binary | 110111 | 1100111 | 1001111 | 101111 | 0 | 10111 | 111100 | 10010110 | 11110 | 11111 |
Color Harmonies of #37674F
Complementary color
Monochromatic Colors of #37674F
Black with #37674F
Text Example
Text Example
White with #37674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37674F; }
p { color: rgb(55,103,79); }
H1.HeaderClassName
{
color: #37674F;
}
.AnyTagClassName
{
color: #37674F;
}
</style>
background-color css
<style>
a { background-color: #37674F; }
a { background-color: rgb(55,103,79); }
div.DivClassName
{
background-color: #37674F;
}
.BgClassName
{
background-color: #37674F;
}
</style>
border-color css
<style>
span { border-color: #37674F; }
span { border-color: rgb(55,103,79); }
td.TdClassName
{
border-color: #37674F;
}
.TagClassName
{
border-color: #37674F;
}
</style>