Shades of Tax Break #3F686B
Tints of Tax Break #3F686B
RGB
CMYK
RGB Variations
Color information
#3F686B (or 0x3F686B) is known color: Tax Break. HEX triplet: 3F, 68 and 6B. RGB value is (63,104,107). Sum of RGB (Red+Green+Blue) = 63+104+107=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 107 - color contains mainly: blue. Hex color #3F686B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F686B is #C09794. Grayscale: #5C5C5C. Windows color (decimal): -12621717 or 7039039. OLE color: 7039039.
HSL color Cylindrical-coordinate representation of color #3F686B: hue angle of 184.09º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F686B is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 104 | 107 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.58 |
| HSL | 184.09º | 0.26% | 0.33% | - |
| HSV(B) | 184.09º | 0.41% | 0.42% | - |
| XYZ | 9.65 | 12.02 | 15.72 | - |
| YUV | 92.08 | 136.42 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 107 | 0.41 | 0.03 | 0 | 0.58 | 184.09 | 0.26 | 0.33 |
| Hex | 3F | 68 | 6B | 29 | 3 | 0 | 3A | B8 | 1A | 21 |
| Octal | 77 | 150 | 153 | 51 | 3 | 0 | 72 | 270 | 32 | 41 |
| Binary | 111111 | 1101000 | 1101011 | 101001 | 11 | 0 | 111010 | 10111000 | 11010 | 100001 |
Color Harmonies of #3F686B
Complementary color
Monochromatic Colors of #3F686B
Black with #3F686B
Text Example
Text Example
White with #3F686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F686B; }
p { color: rgb(63,104,107); }
H1.HeaderClassName
{
color: #3F686B;
}
.AnyTagClassName
{
color: #3F686B;
}
</style>
background-color css
<style>
a { background-color: #3F686B; }
a { background-color: rgb(63,104,107); }
div.DivClassName
{
background-color: #3F686B;
}
.BgClassName
{
background-color: #3F686B;
}
</style>
border-color css
<style>
span { border-color: #3F686B; }
span { border-color: rgb(63,104,107); }
td.TdClassName
{
border-color: #3F686B;
}
.TagClassName
{
border-color: #3F686B;
}
</style>