Shades of Tax Break #3E6266
Tints of Tax Break #3E6266
RGB
CMYK
RGB Variations
Color information
#3E6266 (or 0x3E6266) is known color: Tax Break. HEX triplet: 3E, 62 and 66. RGB value is (62,98,102). Sum of RGB (Red+Green+Blue) = 62+98+102=262 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.66% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 102 - color contains mainly: blue. Hex color #3E6266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6266 is #C19D99. Grayscale: #575757. Windows color (decimal): -12688794 or 6709822. OLE color: 6709822.
HSL color Cylindrical-coordinate representation of color #3E6266: hue angle of 186º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E6266 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 62 | 98 | 102 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.6 |
| HSL | 186º | 0.24% | 0.32% | - |
| HSV(B) | 186º | 0.39% | 0.4% | - |
| XYZ | 8.75 | 10.72 | 14.18 | - |
| YUV | 87.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 98 | 102 | 0.39 | 0.04 | 0 | 0.6 | 186 | 0.24 | 0.32 |
| Hex | 3E | 62 | 66 | 27 | 4 | 0 | 3C | BA | 18 | 20 |
| Octal | 76 | 142 | 146 | 47 | 4 | 0 | 74 | 272 | 30 | 40 |
| Binary | 111110 | 1100010 | 1100110 | 100111 | 100 | 0 | 111100 | 10111010 | 11000 | 100000 |
Color Harmonies of #3E6266
Complementary color
Monochromatic Colors of #3E6266
Black with #3E6266
Text Example
Text Example
White with #3E6266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6266; }
p { color: rgb(62,98,102); }
H1.HeaderClassName
{
color: #3E6266;
}
.AnyTagClassName
{
color: #3E6266;
}
</style>
background-color css
<style>
a { background-color: #3E6266; }
a { background-color: rgb(62,98,102); }
div.DivClassName
{
background-color: #3E6266;
}
.BgClassName
{
background-color: #3E6266;
}
</style>
border-color css
<style>
span { border-color: #3E6266; }
span { border-color: rgb(62,98,102); }
td.TdClassName
{
border-color: #3E6266;
}
.TagClassName
{
border-color: #3E6266;
}
</style>