Shades of Tax Break #3E666B
Tints of Tax Break #3E666B
RGB
CMYK
RGB Variations
Color information
#3E666B (or 0x3E666B) is known color: Tax Break. HEX triplet: 3E, 66 and 6B. RGB value is (62,102,107). Sum of RGB (Red+Green+Blue) = 62+102+107=271 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.88% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 107 - color contains mainly: blue. Hex color #3E666B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E666B is #C19994. Grayscale: #5A5A5A. Windows color (decimal): -12687765 or 7038526. OLE color: 7038526.
HSL color Cylindrical-coordinate representation of color #3E666B: hue angle of 186.67º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3E666B is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 102 | 107 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.58 |
| HSL | 186.67º | 0.27% | 0.33% | - |
| HSV(B) | 186.67º | 0.42% | 0.42% | - |
| XYZ | 9.39 | 11.59 | 15.65 | - |
| YUV | 90.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 102 | 107 | 0.42 | 0.05 | 0 | 0.58 | 186.67 | 0.27 | 0.33 |
| Hex | 3E | 66 | 6B | 2A | 5 | 0 | 3A | BB | 1B | 21 |
| Octal | 76 | 146 | 153 | 52 | 5 | 0 | 72 | 273 | 33 | 41 |
| Binary | 111110 | 1100110 | 1101011 | 101010 | 101 | 0 | 111010 | 10111011 | 11011 | 100001 |
Color Harmonies of #3E666B
Complementary color
Monochromatic Colors of #3E666B
Black with #3E666B
Text Example
Text Example
White with #3E666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E666B; }
p { color: rgb(62,102,107); }
H1.HeaderClassName
{
color: #3E666B;
}
.AnyTagClassName
{
color: #3E666B;
}
</style>
background-color css
<style>
a { background-color: #3E666B; }
a { background-color: rgb(62,102,107); }
div.DivClassName
{
background-color: #3E666B;
}
.BgClassName
{
background-color: #3E666B;
}
</style>
border-color css
<style>
span { border-color: #3E666B; }
span { border-color: rgb(62,102,107); }
td.TdClassName
{
border-color: #3E666B;
}
.TagClassName
{
border-color: #3E666B;
}
</style>