Shades of Tax Break #37686E
Tints of Tax Break #37686E
RGB
CMYK
RGB Variations
Color information
#37686E (or 0x37686E) is known color: Tax Break. HEX triplet: 37, 68 and 6E. RGB value is (55,104,110). Sum of RGB (Red+Green+Blue) = 55+104+110=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 110 - color contains mainly: blue. Hex color #37686E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37686E is #C89791. Grayscale: #595959. Windows color (decimal): -13146002 or 7235639. OLE color: 7235639.
HSL color Cylindrical-coordinate representation of color #37686E: hue angle of 186.55º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37686E is Cyan = 0.5, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 104 | 110 | - |
| CMYK | 0.5 | 0.05 | 0 | 0.57 |
| HSL | 186.55º | 0.33% | 0.32% | - |
| HSV(B) | 186.55º | 0.5% | 0.43% | - |
| XYZ | 9.34 | 11.84 | 16.54 | - |
| YUV | 90.03 | 139.27 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 104 | 110 | 0.5 | 0.05 | 0 | 0.57 | 186.55 | 0.33 | 0.32 |
| Hex | 37 | 68 | 6E | 32 | 5 | 0 | 39 | BB | 21 | 20 |
| Octal | 67 | 150 | 156 | 62 | 5 | 0 | 71 | 273 | 41 | 40 |
| Binary | 110111 | 1101000 | 1101110 | 110010 | 101 | 0 | 111001 | 10111011 | 100001 | 100000 |
Color Harmonies of #37686E
Complementary color
Monochromatic Colors of #37686E
Black with #37686E
Text Example
Text Example
White with #37686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37686E; }
p { color: rgb(55,104,110); }
H1.HeaderClassName
{
color: #37686E;
}
.AnyTagClassName
{
color: #37686E;
}
</style>
background-color css
<style>
a { background-color: #37686E; }
a { background-color: rgb(55,104,110); }
div.DivClassName
{
background-color: #37686E;
}
.BgClassName
{
background-color: #37686E;
}
</style>
border-color css
<style>
span { border-color: #37686E; }
span { border-color: rgb(55,104,110); }
td.TdClassName
{
border-color: #37686E;
}
.TagClassName
{
border-color: #37686E;
}
</style>