Shades of Tax Break #3B6968
Tints of Tax Break #3B6968
RGB
CMYK
RGB Variations
Color information
#3B6968 (or 0x3B6968) is known color: Tax Break. HEX triplet: 3B, 69 and 68. RGB value is (59,105,104). Sum of RGB (Red+Green+Blue) = 59+105+104=268 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.01% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 105 - color contains mainly: green. Hex color #3B6968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6968 is #C49697. Grayscale: #5B5B5B. Windows color (decimal): -12883608 or 6842683. OLE color: 6842683.
HSL color Cylindrical-coordinate representation of color #3B6968: hue angle of 178.7º 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 #3B6968 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 59 | 105 | 104 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.59 |
| HSL | 178.7º | 0.28% | 0.32% | - |
| HSV(B) | 178.7º | 0.44% | 0.41% | - |
| XYZ | 9.35 | 12.03 | 14.93 | - |
| YUV | 91.13 | 135.26 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 105 | 104 | 0.44 | 0 | 0.01 | 0.59 | 178.7 | 0.28 | 0.32 |
| Hex | 3B | 69 | 68 | 2C | 0 | 1 | 3B | B3 | 1C | 20 |
| Octal | 73 | 151 | 150 | 54 | 0 | 1 | 73 | 263 | 34 | 40 |
| Binary | 111011 | 1101001 | 1101000 | 101100 | 0 | 1 | 111011 | 10110011 | 11100 | 100000 |
Color Harmonies of #3B6968
Complementary color
Monochromatic Colors of #3B6968
Black with #3B6968
Text Example
Text Example
White with #3B6968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6968; }
p { color: rgb(59,105,104); }
H1.HeaderClassName
{
color: #3B6968;
}
.AnyTagClassName
{
color: #3B6968;
}
</style>
background-color css
<style>
a { background-color: #3B6968; }
a { background-color: rgb(59,105,104); }
div.DivClassName
{
background-color: #3B6968;
}
.BgClassName
{
background-color: #3B6968;
}
</style>
border-color css
<style>
span { border-color: #3B6968; }
span { border-color: rgb(59,105,104); }
td.TdClassName
{
border-color: #3B6968;
}
.TagClassName
{
border-color: #3B6968;
}
</style>