Shades of Tax Break #3A676B
Tints of Tax Break #3A676B
RGB
CMYK
RGB Variations
Color information
#3A676B (or 0x3A676B) is known color: Tax Break. HEX triplet: 3A, 67 and 6B. RGB value is (58,103,107). Sum of RGB (Red+Green+Blue) = 58+103+107=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 107 - color contains mainly: blue. Hex color #3A676B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A676B is #C59894. Grayscale: #595959. Windows color (decimal): -12949653 or 7038778. OLE color: 7038778.
HSL color Cylindrical-coordinate representation of color #3A676B: hue angle of 184.9º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A676B is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 103 | 107 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.58 |
| HSL | 184.9º | 0.3% | 0.32% | - |
| HSV(B) | 184.9º | 0.46% | 0.42% | - |
| XYZ | 9.25 | 11.66 | 15.67 | - |
| YUV | 90 | 137.59 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 103 | 107 | 0.46 | 0.04 | 0 | 0.58 | 184.9 | 0.3 | 0.32 |
| Hex | 3A | 67 | 6B | 2E | 4 | 0 | 3A | B9 | 1E | 20 |
| Octal | 72 | 147 | 153 | 56 | 4 | 0 | 72 | 271 | 36 | 40 |
| Binary | 111010 | 1100111 | 1101011 | 101110 | 100 | 0 | 111010 | 10111001 | 11110 | 100000 |
Color Harmonies of #3A676B
Complementary color
Monochromatic Colors of #3A676B
Black with #3A676B
Text Example
Text Example
White with #3A676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A676B; }
p { color: rgb(58,103,107); }
H1.HeaderClassName
{
color: #3A676B;
}
.AnyTagClassName
{
color: #3A676B;
}
</style>
background-color css
<style>
a { background-color: #3A676B; }
a { background-color: rgb(58,103,107); }
div.DivClassName
{
background-color: #3A676B;
}
.BgClassName
{
background-color: #3A676B;
}
</style>
border-color css
<style>
span { border-color: #3A676B; }
span { border-color: rgb(58,103,107); }
td.TdClassName
{
border-color: #3A676B;
}
.TagClassName
{
border-color: #3A676B;
}
</style>