Shades of Tax Break #3E6263
Tints of Tax Break #3E6263
RGB
CMYK
RGB Variations
Color information
#3E6263 (or 0x3E6263) is known color: Tax Break. HEX triplet: 3E, 62 and 63. RGB value is (62,98,99). Sum of RGB (Red+Green+Blue) = 62+98+99=259 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.94% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 99 - color contains mainly: blue. Hex color #3E6263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6263 is #C19D9C. Grayscale: #575757. Windows color (decimal): -12688797 or 6513214. OLE color: 6513214.
HSL color Cylindrical-coordinate representation of color #3E6263: hue angle of 181.62º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E6263 is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 98 | 99 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.61 |
| HSL | 181.62º | 0.23% | 0.32% | - |
| HSV(B) | 181.62º | 0.37% | 0.39% | - |
| XYZ | 8.61 | 10.66 | 13.41 | - |
| YUV | 87.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 98 | 99 | 0.37 | 0.01 | 0 | 0.61 | 181.62 | 0.23 | 0.32 |
| Hex | 3E | 62 | 63 | 25 | 1 | 0 | 3D | B6 | 17 | 20 |
| Octal | 76 | 142 | 143 | 45 | 1 | 0 | 75 | 266 | 27 | 40 |
| Binary | 111110 | 1100010 | 1100011 | 100101 | 1 | 0 | 111101 | 10110110 | 10111 | 100000 |
Color Harmonies of #3E6263
Complementary color
Monochromatic Colors of #3E6263
Black with #3E6263
Text Example
Text Example
White with #3E6263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6263; }
p { color: rgb(62,98,99); }
H1.HeaderClassName
{
color: #3E6263;
}
.AnyTagClassName
{
color: #3E6263;
}
</style>
background-color css
<style>
a { background-color: #3E6263; }
a { background-color: rgb(62,98,99); }
div.DivClassName
{
background-color: #3E6263;
}
.BgClassName
{
background-color: #3E6263;
}
</style>
border-color css
<style>
span { border-color: #3E6263; }
span { border-color: rgb(62,98,99); }
td.TdClassName
{
border-color: #3E6263;
}
.TagClassName
{
border-color: #3E6263;
}
</style>