Shades of Tax Break #3E6061
Tints of Tax Break #3E6061
RGB
CMYK
RGB Variations
Color information
#3E6061 (or 0x3E6061) is known color: Tax Break. HEX triplet: 3E, 60 and 61. RGB value is (62,96,97). Sum of RGB (Red+Green+Blue) = 62+96+97=255 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.31% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 97 - color contains mainly: blue. Hex color #3E6061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6061 is #C19F9E. Grayscale: #555555. Windows color (decimal): -12689311 or 6381630. OLE color: 6381630.
HSL color Cylindrical-coordinate representation of color #3E6061: hue angle of 181.71º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3E6061 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 96 | 97 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.62 |
| HSL | 181.71º | 0.22% | 0.31% | - |
| HSV(B) | 181.71º | 0.36% | 0.38% | - |
| XYZ | 8.33 | 10.25 | 12.85 | - |
| YUV | 85.95 | 134.24 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 96 | 97 | 0.36 | 0.01 | 0 | 0.62 | 181.71 | 0.22 | 0.31 |
| Hex | 3E | 60 | 61 | 24 | 1 | 0 | 3E | B6 | 16 | 1F |
| Octal | 76 | 140 | 141 | 44 | 1 | 0 | 76 | 266 | 26 | 37 |
| Binary | 111110 | 1100000 | 1100001 | 100100 | 1 | 0 | 111110 | 10110110 | 10110 | 11111 |
Color Harmonies of #3E6061
Complementary color
Monochromatic Colors of #3E6061
Black with #3E6061
Text Example
Text Example
White with #3E6061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6061; }
p { color: rgb(62,96,97); }
H1.HeaderClassName
{
color: #3E6061;
}
.AnyTagClassName
{
color: #3E6061;
}
</style>
background-color css
<style>
a { background-color: #3E6061; }
a { background-color: rgb(62,96,97); }
div.DivClassName
{
background-color: #3E6061;
}
.BgClassName
{
background-color: #3E6061;
}
</style>
border-color css
<style>
span { border-color: #3E6061; }
span { border-color: rgb(62,96,97); }
td.TdClassName
{
border-color: #3E6061;
}
.TagClassName
{
border-color: #3E6061;
}
</style>