Shades of Tax Break #3E6366
Tints of Tax Break #3E6366
RGB
CMYK
RGB Variations
Color information
#3E6366 (or 0x3E6366) is known color: Tax Break. HEX triplet: 3E, 63 and 66. RGB value is (62,99,102). Sum of RGB (Red+Green+Blue) = 62+99+102=263 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.57% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 102 - color contains mainly: blue. Hex color #3E6366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6366 is #C19C99. Grayscale: #585858. Windows color (decimal): -12688538 or 6710078. OLE color: 6710078.
HSL color Cylindrical-coordinate representation of color #3E6366: hue angle of 184.5º 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 #3E6366 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 62 | 99 | 102 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.6 |
| HSL | 184.5º | 0.24% | 0.32% | - |
| HSV(B) | 184.5º | 0.39% | 0.4% | - |
| XYZ | 8.85 | 10.91 | 14.21 | - |
| YUV | 88.28 | 135.74 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 99 | 102 | 0.39 | 0.03 | 0 | 0.6 | 184.5 | 0.24 | 0.32 |
| Hex | 3E | 63 | 66 | 27 | 3 | 0 | 3C | B8 | 18 | 20 |
| Octal | 76 | 143 | 146 | 47 | 3 | 0 | 74 | 270 | 30 | 40 |
| Binary | 111110 | 1100011 | 1100110 | 100111 | 11 | 0 | 111100 | 10111000 | 11000 | 100000 |
Color Harmonies of #3E6366
Complementary color
Monochromatic Colors of #3E6366
Black with #3E6366
Text Example
Text Example
White with #3E6366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6366; }
p { color: rgb(62,99,102); }
H1.HeaderClassName
{
color: #3E6366;
}
.AnyTagClassName
{
color: #3E6366;
}
</style>
background-color css
<style>
a { background-color: #3E6366; }
a { background-color: rgb(62,99,102); }
div.DivClassName
{
background-color: #3E6366;
}
.BgClassName
{
background-color: #3E6366;
}
</style>
border-color css
<style>
span { border-color: #3E6366; }
span { border-color: rgb(62,99,102); }
td.TdClassName
{
border-color: #3E6366;
}
.TagClassName
{
border-color: #3E6366;
}
</style>