Shades of Tax Break #3E6867
Tints of Tax Break #3E6867
RGB
CMYK
RGB Variations
Color information
#3E6867 (or 0x3E6867) is known color: Tax Break. HEX triplet: 3E, 68 and 67. RGB value is (62,104,103). Sum of RGB (Red+Green+Blue) = 62+104+103=269 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.05% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 103 (40.62% from 255 or 38.29% from 269); Max value from RGB is 104 - color contains mainly: green. Hex color #3E6867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6867 is #C19798. Grayscale: #5B5B5B. Windows color (decimal): -12687257 or 6776894. OLE color: 6776894.
HSL color Cylindrical-coordinate representation of color #3E6867: hue angle of 178.57º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E6867 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 104 | 103 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.59 |
| HSL | 178.57º | 0.25% | 0.33% | - |
| HSV(B) | 178.57º | 0.4% | 0.41% | - |
| XYZ | 9.39 | 11.9 | 14.64 | - |
| YUV | 91.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 104 | 103 | 0.40 | 0 | 0.01 | 0.59 | 178.57 | 0.25 | 0.33 |
| Hex | 3E | 68 | 67 | 28 | 0 | 1 | 3B | B3 | 19 | 21 |
| Octal | 76 | 150 | 147 | 50 | 0 | 1 | 73 | 263 | 31 | 41 |
| Binary | 111110 | 1101000 | 1100111 | 101000 | 0 | 1 | 111011 | 10110011 | 11001 | 100001 |
Color Harmonies of #3E6867
Complementary color
Monochromatic Colors of #3E6867
Black with #3E6867
Text Example
Text Example
White with #3E6867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6867; }
p { color: rgb(62,104,103); }
H1.HeaderClassName
{
color: #3E6867;
}
.AnyTagClassName
{
color: #3E6867;
}
</style>
background-color css
<style>
a { background-color: #3E6867; }
a { background-color: rgb(62,104,103); }
div.DivClassName
{
background-color: #3E6867;
}
.BgClassName
{
background-color: #3E6867;
}
</style>
border-color css
<style>
span { border-color: #3E6867; }
span { border-color: rgb(62,104,103); }
td.TdClassName
{
border-color: #3E6867;
}
.TagClassName
{
border-color: #3E6867;
}
</style>