Shades of Spectra #37644F
Tints of Spectra #37644F
RGB
CMYK
RGB Variations
Color information
#37644F (or 0x37644F) is known color: Spectra. HEX triplet: 37, 64 and 4F. RGB value is (55,100,79). Sum of RGB (Red+Green+Blue) = 55+100+79=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 100 - color contains mainly: green. Hex color #37644F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37644F is #C89BB0. Grayscale: #545454. Windows color (decimal): -13147057 or 5202999. OLE color: 5202999.
HSL color Cylindrical-coordinate representation of color #37644F: hue angle of 152º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #37644F is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 55 | 100 | 79 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.61 |
| HSL | 152º | 0.29% | 0.3% | - |
| HSV(B) | 152º | 0.45% | 0.39% | - |
| XYZ | 7.54 | 10.49 | 9.02 | - |
| YUV | 84.15 | 125.09 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 100 | 79 | 0.45 | 0 | 0.21 | 0.61 | 152 | 0.29 | 0.3 |
| Hex | 37 | 64 | 4F | 2D | 0 | 15 | 3D | 98 | 1D | 1E |
| Octal | 67 | 144 | 117 | 55 | 0 | 25 | 75 | 230 | 35 | 36 |
| Binary | 110111 | 1100100 | 1001111 | 101101 | 0 | 10101 | 111101 | 10011000 | 11101 | 11110 |
Color Harmonies of #37644F
Complementary color
Monochromatic Colors of #37644F
Black with #37644F
Text Example
Text Example
White with #37644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37644F; }
p { color: rgb(55,100,79); }
H1.HeaderClassName
{
color: #37644F;
}
.AnyTagClassName
{
color: #37644F;
}
</style>
background-color css
<style>
a { background-color: #37644F; }
a { background-color: rgb(55,100,79); }
div.DivClassName
{
background-color: #37644F;
}
.BgClassName
{
background-color: #37644F;
}
</style>
border-color css
<style>
span { border-color: #37644F; }
span { border-color: rgb(55,100,79); }
td.TdClassName
{
border-color: #37644F;
}
.TagClassName
{
border-color: #37644F;
}
</style>