Shades of Tax Break #3D676F
Tints of Tax Break #3D676F
RGB
CMYK
RGB Variations
Color information
#3D676F (or 0x3D676F) is known color: Tax Break. HEX triplet: 3D, 67 and 6F. RGB value is (61,103,111). Sum of RGB (Red+Green+Blue) = 61+103+111=275 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.18% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 111 - color contains mainly: blue. Hex color #3D676F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D676F is #C29890. Grayscale: #5B5B5B. Windows color (decimal): -12753041 or 7300925. OLE color: 7300925.
HSL color Cylindrical-coordinate representation of color #3D676F: hue angle of 189.6º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3D676F is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 103 | 111 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.56 |
| HSL | 189.6º | 0.29% | 0.34% | - |
| HSV(B) | 189.6º | 0.45% | 0.44% | - |
| XYZ | 9.64 | 11.84 | 16.82 | - |
| YUV | 91.35 | 139.09 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 103 | 111 | 0.45 | 0.07 | 0 | 0.56 | 189.6 | 0.29 | 0.34 |
| Hex | 3D | 67 | 6F | 2D | 7 | 0 | 38 | BE | 1D | 22 |
| Octal | 75 | 147 | 157 | 55 | 7 | 0 | 70 | 276 | 35 | 42 |
| Binary | 111101 | 1100111 | 1101111 | 101101 | 111 | 0 | 111000 | 10111110 | 11101 | 100010 |
Color Harmonies of #3D676F
Complementary color
Monochromatic Colors of #3D676F
Black with #3D676F
Text Example
Text Example
White with #3D676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D676F; }
p { color: rgb(61,103,111); }
H1.HeaderClassName
{
color: #3D676F;
}
.AnyTagClassName
{
color: #3D676F;
}
</style>
background-color css
<style>
a { background-color: #3D676F; }
a { background-color: rgb(61,103,111); }
div.DivClassName
{
background-color: #3D676F;
}
.BgClassName
{
background-color: #3D676F;
}
</style>
border-color css
<style>
span { border-color: #3D676F; }
span { border-color: rgb(61,103,111); }
td.TdClassName
{
border-color: #3D676F;
}
.TagClassName
{
border-color: #3D676F;
}
</style>