Shades of Tax Break #3B6865
Tints of Tax Break #3B6865
RGB
CMYK
RGB Variations
Color information
#3B6865 (or 0x3B6865) is known color: Tax Break. HEX triplet: 3B, 68 and 65. RGB value is (59,104,101). Sum of RGB (Red+Green+Blue) = 59+104+101=264 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.35% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 104 - color contains mainly: green. Hex color #3B6865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6865 is #C4979A. Grayscale: #5A5A5A. Windows color (decimal): -12883867 or 6645819. OLE color: 6645819.
HSL color Cylindrical-coordinate representation of color #3B6865: hue angle of 176º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3B6865 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 59 | 104 | 101 | - |
| CMYK | 0.43 | 0 | 0.03 | 0.59 |
| HSL | 176º | 0.28% | 0.32% | - |
| HSV(B) | 176º | 0.43% | 0.41% | - |
| XYZ | 9.1 | 11.77 | 14.1 | - |
| YUV | 90.2 | 134.09 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 104 | 101 | 0.43 | 0 | 0.03 | 0.59 | 176 | 0.28 | 0.32 |
| Hex | 3B | 68 | 65 | 2B | 0 | 3 | 3B | B0 | 1C | 20 |
| Octal | 73 | 150 | 145 | 53 | 0 | 3 | 73 | 260 | 34 | 40 |
| Binary | 111011 | 1101000 | 1100101 | 101011 | 0 | 11 | 111011 | 10110000 | 11100 | 100000 |
Color Harmonies of #3B6865
Complementary color
Monochromatic Colors of #3B6865
Black with #3B6865
Text Example
Text Example
White with #3B6865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6865; }
p { color: rgb(59,104,101); }
H1.HeaderClassName
{
color: #3B6865;
}
.AnyTagClassName
{
color: #3B6865;
}
</style>
background-color css
<style>
a { background-color: #3B6865; }
a { background-color: rgb(59,104,101); }
div.DivClassName
{
background-color: #3B6865;
}
.BgClassName
{
background-color: #3B6865;
}
</style>
border-color css
<style>
span { border-color: #3B6865; }
span { border-color: rgb(59,104,101); }
td.TdClassName
{
border-color: #3B6865;
}
.TagClassName
{
border-color: #3B6865;
}
</style>