Shades of Tax Break #3A6467
Tints of Tax Break #3A6467
RGB
CMYK
RGB Variations
Color information
#3A6467 (or 0x3A6467) is known color: Tax Break. HEX triplet: 3A, 64 and 67. RGB value is (58,100,103). Sum of RGB (Red+Green+Blue) = 58+100+103=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 103 - color contains mainly: blue. Hex color #3A6467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6467 is #C59B98. Grayscale: #575757. Windows color (decimal): -12950425 or 6775866. OLE color: 6775866.
HSL color Cylindrical-coordinate representation of color #3A6467: hue angle of 184º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3A6467 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 100 | 103 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.60 |
| HSL | 184º | 0.28% | 0.32% | - |
| HSV(B) | 184º | 0.44% | 0.4% | - |
| XYZ | 8.75 | 10.99 | 14.49 | - |
| YUV | 87.78 | 136.59 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 100 | 103 | 0.44 | 0.03 | 0 | 0.60 | 184 | 0.28 | 0.32 |
| Hex | 3A | 64 | 67 | 2C | 3 | 0 | 3C | B8 | 1C | 20 |
| Octal | 72 | 144 | 147 | 54 | 3 | 0 | 74 | 270 | 34 | 40 |
| Binary | 111010 | 1100100 | 1100111 | 101100 | 11 | 0 | 111100 | 10111000 | 11100 | 100000 |
Color Harmonies of #3A6467
Complementary color
Monochromatic Colors of #3A6467
Black with #3A6467
Text Example
Text Example
White with #3A6467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6467; }
p { color: rgb(58,100,103); }
H1.HeaderClassName
{
color: #3A6467;
}
.AnyTagClassName
{
color: #3A6467;
}
</style>
background-color css
<style>
a { background-color: #3A6467; }
a { background-color: rgb(58,100,103); }
div.DivClassName
{
background-color: #3A6467;
}
.BgClassName
{
background-color: #3A6467;
}
</style>
border-color css
<style>
span { border-color: #3A6467; }
span { border-color: rgb(58,100,103); }
td.TdClassName
{
border-color: #3A6467;
}
.TagClassName
{
border-color: #3A6467;
}
</style>