Shades of Tax Break #3F6A72
Tints of Tax Break #3F6A72
RGB
CMYK
RGB Variations
Color information
#3F6A72 (or 0x3F6A72) is known color: Tax Break. HEX triplet: 3F, 6A and 72. RGB value is (63,106,114). Sum of RGB (Red+Green+Blue) = 63+106+114=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F6A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6A72 is #C0958D. Grayscale: #5D5D5D. Windows color (decimal): -12621198 or 7498303. OLE color: 7498303.
HSL color Cylindrical-coordinate representation of color #3F6A72: hue angle of 189.41º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F6A72 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 106 | 114 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.55 |
| HSL | 189.41º | 0.29% | 0.35% | - |
| HSV(B) | 189.41º | 0.45% | 0.45% | - |
| XYZ | 10.24 | 12.58 | 17.81 | - |
| YUV | 94.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 106 | 114 | 0.45 | 0.07 | 0 | 0.55 | 189.41 | 0.29 | 0.35 |
| Hex | 3F | 6A | 72 | 2D | 7 | 0 | 37 | BD | 1D | 23 |
| Octal | 77 | 152 | 162 | 55 | 7 | 0 | 67 | 275 | 35 | 43 |
| Binary | 111111 | 1101010 | 1110010 | 101101 | 111 | 0 | 110111 | 10111101 | 11101 | 100011 |
Color Harmonies of #3F6A72
Complementary color
Monochromatic Colors of #3F6A72
Black with #3F6A72
Text Example
Text Example
White with #3F6A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6A72; }
p { color: rgb(63,106,114); }
H1.HeaderClassName
{
color: #3F6A72;
}
.AnyTagClassName
{
color: #3F6A72;
}
</style>
background-color css
<style>
a { background-color: #3F6A72; }
a { background-color: rgb(63,106,114); }
div.DivClassName
{
background-color: #3F6A72;
}
.BgClassName
{
background-color: #3F6A72;
}
</style>
border-color css
<style>
span { border-color: #3F6A72; }
span { border-color: rgb(63,106,114); }
td.TdClassName
{
border-color: #3F6A72;
}
.TagClassName
{
border-color: #3F6A72;
}
</style>