Shades of Tax Break #3B676F
Tints of Tax Break #3B676F
RGB
CMYK
RGB Variations
Color information
#3B676F (or 0x3B676F) is known color: Tax Break. HEX triplet: 3B, 67 and 6F. RGB value is (59,103,111). Sum of RGB (Red+Green+Blue) = 59+103+111=273 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.61% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B676F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B676F is #C49890. Grayscale: #5A5A5A. Windows color (decimal): -12884113 or 7300923. OLE color: 7300923.
HSL color Cylindrical-coordinate representation of color #3B676F: hue angle of 189.23º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B676F is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 103 | 111 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.56 |
| HSL | 189.23º | 0.31% | 0.33% | - |
| HSV(B) | 189.23º | 0.47% | 0.44% | - |
| XYZ | 9.52 | 11.78 | 16.81 | - |
| YUV | 90.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 103 | 111 | 0.47 | 0.07 | 0 | 0.56 | 189.23 | 0.31 | 0.33 |
| Hex | 3B | 67 | 6F | 2F | 7 | 0 | 38 | BD | 1F | 21 |
| Octal | 73 | 147 | 157 | 57 | 7 | 0 | 70 | 275 | 37 | 41 |
| Binary | 111011 | 1100111 | 1101111 | 101111 | 111 | 0 | 111000 | 10111101 | 11111 | 100001 |
Color Harmonies of #3B676F
Complementary color
Monochromatic Colors of #3B676F
Black with #3B676F
Text Example
Text Example
White with #3B676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B676F; }
p { color: rgb(59,103,111); }
H1.HeaderClassName
{
color: #3B676F;
}
.AnyTagClassName
{
color: #3B676F;
}
</style>
background-color css
<style>
a { background-color: #3B676F; }
a { background-color: rgb(59,103,111); }
div.DivClassName
{
background-color: #3B676F;
}
.BgClassName
{
background-color: #3B676F;
}
</style>
border-color css
<style>
span { border-color: #3B676F; }
span { border-color: rgb(59,103,111); }
td.TdClassName
{
border-color: #3B676F;
}
.TagClassName
{
border-color: #3B676F;
}
</style>