Shades of Tax Break #3B6770
Tints of Tax Break #3B6770
RGB
CMYK
RGB Variations
Color information
#3B6770 (or 0x3B6770) is known color: Tax Break. HEX triplet: 3B, 67 and 70. RGB value is (59,103,112). Sum of RGB (Red+Green+Blue) = 59+103+112=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #3B6770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6770 is #C4988F. Grayscale: #5A5A5A. Windows color (decimal): -12884112 or 7366459. OLE color: 7366459.
HSL color Cylindrical-coordinate representation of color #3B6770: hue angle of 190.19º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B6770 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 103 | 112 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.56 |
| HSL | 190.19º | 0.31% | 0.34% | - |
| HSV(B) | 190.19º | 0.47% | 0.44% | - |
| XYZ | 9.58 | 11.8 | 17.1 | - |
| YUV | 90.87 | 139.92 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 103 | 112 | 0.47 | 0.08 | 0 | 0.56 | 190.19 | 0.31 | 0.34 |
| Hex | 3B | 67 | 70 | 2F | 8 | 0 | 38 | BE | 1F | 22 |
| Octal | 73 | 147 | 160 | 57 | 10 | 0 | 70 | 276 | 37 | 42 |
| Binary | 111011 | 1100111 | 1110000 | 101111 | 1000 | 0 | 111000 | 10111110 | 11111 | 100010 |
Color Harmonies of #3B6770
Complementary color
Monochromatic Colors of #3B6770
Black with #3B6770
Text Example
Text Example
White with #3B6770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6770; }
p { color: rgb(59,103,112); }
H1.HeaderClassName
{
color: #3B6770;
}
.AnyTagClassName
{
color: #3B6770;
}
</style>
background-color css
<style>
a { background-color: #3B6770; }
a { background-color: rgb(59,103,112); }
div.DivClassName
{
background-color: #3B6770;
}
.BgClassName
{
background-color: #3B6770;
}
</style>
border-color css
<style>
span { border-color: #3B6770; }
span { border-color: rgb(59,103,112); }
td.TdClassName
{
border-color: #3B6770;
}
.TagClassName
{
border-color: #3B6770;
}
</style>