Shades of Tax Break #3B666E
Tints of Tax Break #3B666E
RGB
CMYK
RGB Variations
Color information
#3B666E (or 0x3B666E) is known color: Tax Break. HEX triplet: 3B, 66 and 6E. RGB value is (59,102,110). Sum of RGB (Red+Green+Blue) = 59+102+110=271 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.77% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B666E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B666E is #C49991. Grayscale: #595959. Windows color (decimal): -12884370 or 7235131. OLE color: 7235131.
HSL color Cylindrical-coordinate representation of color #3B666E: hue angle of 189.41º 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 #3B666E is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 102 | 110 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.57 |
| HSL | 189.41º | 0.3% | 0.33% | - |
| HSV(B) | 189.41º | 0.46% | 0.43% | - |
| XYZ | 9.37 | 11.56 | 16.49 | - |
| YUV | 90.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 102 | 110 | 0.46 | 0.07 | 0 | 0.57 | 189.41 | 0.3 | 0.33 |
| Hex | 3B | 66 | 6E | 2E | 7 | 0 | 39 | BD | 1E | 21 |
| Octal | 73 | 146 | 156 | 56 | 7 | 0 | 71 | 275 | 36 | 41 |
| Binary | 111011 | 1100110 | 1101110 | 101110 | 111 | 0 | 111001 | 10111101 | 11110 | 100001 |
Color Harmonies of #3B666E
Complementary color
Monochromatic Colors of #3B666E
Black with #3B666E
Text Example
Text Example
White with #3B666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B666E; }
p { color: rgb(59,102,110); }
H1.HeaderClassName
{
color: #3B666E;
}
.AnyTagClassName
{
color: #3B666E;
}
</style>
background-color css
<style>
a { background-color: #3B666E; }
a { background-color: rgb(59,102,110); }
div.DivClassName
{
background-color: #3B666E;
}
.BgClassName
{
background-color: #3B666E;
}
</style>
border-color css
<style>
span { border-color: #3B666E; }
span { border-color: rgb(59,102,110); }
td.TdClassName
{
border-color: #3B666E;
}
.TagClassName
{
border-color: #3B666E;
}
</style>