Shades of Tax Break #3D6663
Tints of Tax Break #3D6663
RGB
CMYK
RGB Variations
Color information
#3D6663 (or 0x3D6663) is known color: Tax Break. HEX triplet: 3D, 66 and 63. RGB value is (61,102,99). Sum of RGB (Red+Green+Blue) = 61+102+99=262 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.28% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 102 - color contains mainly: green. Hex color #3D6663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6663 is #C2999C. Grayscale: #595959. Windows color (decimal): -12753309 or 6514237. OLE color: 6514237.
HSL color Cylindrical-coordinate representation of color #3D6663: hue angle of 175.61º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D6663 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 61 | 102 | 99 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.6 |
| HSL | 175.61º | 0.25% | 0.32% | - |
| HSV(B) | 175.61º | 0.4% | 0.4% | - |
| XYZ | 8.93 | 11.4 | 13.53 | - |
| YUV | 89.4 | 133.42 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 102 | 99 | 0.40 | 0 | 0.03 | 0.6 | 175.61 | 0.25 | 0.32 |
| Hex | 3D | 66 | 63 | 28 | 0 | 3 | 3C | B0 | 19 | 20 |
| Octal | 75 | 146 | 143 | 50 | 0 | 3 | 74 | 260 | 31 | 40 |
| Binary | 111101 | 1100110 | 1100011 | 101000 | 0 | 11 | 111100 | 10110000 | 11001 | 100000 |
Color Harmonies of #3D6663
Complementary color
Monochromatic Colors of #3D6663
Black with #3D6663
Text Example
Text Example
White with #3D6663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6663; }
p { color: rgb(61,102,99); }
H1.HeaderClassName
{
color: #3D6663;
}
.AnyTagClassName
{
color: #3D6663;
}
</style>
background-color css
<style>
a { background-color: #3D6663; }
a { background-color: rgb(61,102,99); }
div.DivClassName
{
background-color: #3D6663;
}
.BgClassName
{
background-color: #3D6663;
}
</style>
border-color css
<style>
span { border-color: #3D6663; }
span { border-color: rgb(61,102,99); }
td.TdClassName
{
border-color: #3D6663;
}
.TagClassName
{
border-color: #3D6663;
}
</style>