Shades of Tax Break #3B6569
Tints of Tax Break #3B6569
RGB
CMYK
RGB Variations
Color information
#3B6569 (or 0x3B6569) is known color: Tax Break. HEX triplet: 3B, 65 and 69. RGB value is (59,101,105). Sum of RGB (Red+Green+Blue) = 59+101+105=265 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.26% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 105 - color contains mainly: blue. Hex color #3B6569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6569 is #C49A96. Grayscale: #585858. Windows color (decimal): -12884631 or 6907195. OLE color: 6907195.
HSL color Cylindrical-coordinate representation of color #3B6569: hue angle of 185.22º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B6569 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 59 | 101 | 105 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.59 |
| HSL | 185.22º | 0.28% | 0.32% | - |
| HSV(B) | 185.22º | 0.44% | 0.41% | - |
| XYZ | 9.01 | 11.26 | 15.06 | - |
| YUV | 88.9 | 137.09 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 101 | 105 | 0.44 | 0.04 | 0 | 0.59 | 185.22 | 0.28 | 0.32 |
| Hex | 3B | 65 | 69 | 2C | 4 | 0 | 3B | B9 | 1C | 20 |
| Octal | 73 | 145 | 151 | 54 | 4 | 0 | 73 | 271 | 34 | 40 |
| Binary | 111011 | 1100101 | 1101001 | 101100 | 100 | 0 | 111011 | 10111001 | 11100 | 100000 |
Color Harmonies of #3B6569
Complementary color
Monochromatic Colors of #3B6569
Black with #3B6569
Text Example
Text Example
White with #3B6569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6569; }
p { color: rgb(59,101,105); }
H1.HeaderClassName
{
color: #3B6569;
}
.AnyTagClassName
{
color: #3B6569;
}
</style>
background-color css
<style>
a { background-color: #3B6569; }
a { background-color: rgb(59,101,105); }
div.DivClassName
{
background-color: #3B6569;
}
.BgClassName
{
background-color: #3B6569;
}
</style>
border-color css
<style>
span { border-color: #3B6569; }
span { border-color: rgb(59,101,105); }
td.TdClassName
{
border-color: #3B6569;
}
.TagClassName
{
border-color: #3B6569;
}
</style>