Shades of Tax Break #3A676F
Tints of Tax Break #3A676F
RGB
CMYK
RGB Variations
Color information
#3A676F (or 0x3A676F) is known color: Tax Break. HEX triplet: 3A, 67 and 6F. RGB value is (58,103,111). Sum of RGB (Red+Green+Blue) = 58+103+111=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 111 - color contains mainly: blue. Hex color #3A676F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A676F is #C59890. Grayscale: #5A5A5A. Windows color (decimal): -12949649 or 7300922. OLE color: 7300922.
HSL color Cylindrical-coordinate representation of color #3A676F: hue angle of 189.06º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A676F is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 103 | 111 | - |
| CMYK | 0.48 | 0.07 | 0 | 0.56 |
| HSL | 189.06º | 0.31% | 0.33% | - |
| HSV(B) | 189.06º | 0.48% | 0.44% | - |
| XYZ | 9.46 | 11.75 | 16.81 | - |
| YUV | 90.46 | 139.59 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 103 | 111 | 0.48 | 0.07 | 0 | 0.56 | 189.06 | 0.31 | 0.33 |
| Hex | 3A | 67 | 6F | 30 | 7 | 0 | 38 | BD | 1F | 21 |
| Octal | 72 | 147 | 157 | 60 | 7 | 0 | 70 | 275 | 37 | 41 |
| Binary | 111010 | 1100111 | 1101111 | 110000 | 111 | 0 | 111000 | 10111101 | 11111 | 100001 |
Color Harmonies of #3A676F
Complementary color
Monochromatic Colors of #3A676F
Black with #3A676F
Text Example
Text Example
White with #3A676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A676F; }
p { color: rgb(58,103,111); }
H1.HeaderClassName
{
color: #3A676F;
}
.AnyTagClassName
{
color: #3A676F;
}
</style>
background-color css
<style>
a { background-color: #3A676F; }
a { background-color: rgb(58,103,111); }
div.DivClassName
{
background-color: #3A676F;
}
.BgClassName
{
background-color: #3A676F;
}
</style>
border-color css
<style>
span { border-color: #3A676F; }
span { border-color: rgb(58,103,111); }
td.TdClassName
{
border-color: #3A676F;
}
.TagClassName
{
border-color: #3A676F;
}
</style>