Shades of Tax Break #3B696E
Tints of Tax Break #3B696E
RGB
CMYK
RGB Variations
Color information
#3B696E (or 0x3B696E) is known color: Tax Break. HEX triplet: 3B, 69 and 6E. RGB value is (59,105,110). Sum of RGB (Red+Green+Blue) = 59+105+110=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B696E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B696E is #C49691. Grayscale: #5B5B5B. Windows color (decimal): -12883602 or 7235899. OLE color: 7235899.
HSL color Cylindrical-coordinate representation of color #3B696E: hue angle of 185.88º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B696E is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 105 | 110 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.57 |
| HSL | 185.88º | 0.3% | 0.33% | - |
| HSV(B) | 185.88º | 0.46% | 0.43% | - |
| XYZ | 9.67 | 12.16 | 16.59 | - |
| YUV | 91.82 | 138.26 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 105 | 110 | 0.46 | 0.05 | 0 | 0.57 | 185.88 | 0.3 | 0.33 |
| Hex | 3B | 69 | 6E | 2E | 5 | 0 | 39 | BA | 1E | 21 |
| Octal | 73 | 151 | 156 | 56 | 5 | 0 | 71 | 272 | 36 | 41 |
| Binary | 111011 | 1101001 | 1101110 | 101110 | 101 | 0 | 111001 | 10111010 | 11110 | 100001 |
Color Harmonies of #3B696E
Complementary color
Monochromatic Colors of #3B696E
Black with #3B696E
Text Example
Text Example
White with #3B696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B696E; }
p { color: rgb(59,105,110); }
H1.HeaderClassName
{
color: #3B696E;
}
.AnyTagClassName
{
color: #3B696E;
}
</style>
background-color css
<style>
a { background-color: #3B696E; }
a { background-color: rgb(59,105,110); }
div.DivClassName
{
background-color: #3B696E;
}
.BgClassName
{
background-color: #3B696E;
}
</style>
border-color css
<style>
span { border-color: #3B696E; }
span { border-color: rgb(59,105,110); }
td.TdClassName
{
border-color: #3B696E;
}
.TagClassName
{
border-color: #3B696E;
}
</style>