Shades of Tax Break #3F6867
Tints of Tax Break #3F6867
RGB
CMYK
RGB Variations
Color information
#3F6867 (or 0x3F6867) is known color: Tax Break. HEX triplet: 3F, 68 and 67. RGB value is (63,104,103). Sum of RGB (Red+Green+Blue) = 63+104+103=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 104 - color contains mainly: green. Hex color #3F6867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6867 is #C09798. Grayscale: #5B5B5B. Windows color (decimal): -12621721 or 6776895. OLE color: 6776895.
HSL color Cylindrical-coordinate representation of color #3F6867: hue angle of 178.54º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F6867 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 104 | 103 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.59 |
| HSL | 178.54º | 0.25% | 0.33% | - |
| HSV(B) | 178.54º | 0.39% | 0.41% | - |
| XYZ | 9.45 | 11.94 | 14.64 | - |
| YUV | 91.63 | 134.42 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 103 | 0.39 | 0 | 0.01 | 0.59 | 178.54 | 0.25 | 0.33 |
| Hex | 3F | 68 | 67 | 27 | 0 | 1 | 3B | B3 | 19 | 21 |
| Octal | 77 | 150 | 147 | 47 | 0 | 1 | 73 | 263 | 31 | 41 |
| Binary | 111111 | 1101000 | 1100111 | 100111 | 0 | 1 | 111011 | 10110011 | 11001 | 100001 |
Color Harmonies of #3F6867
Complementary color
Monochromatic Colors of #3F6867
Black with #3F6867
Text Example
Text Example
White with #3F6867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6867; }
p { color: rgb(63,104,103); }
H1.HeaderClassName
{
color: #3F6867;
}
.AnyTagClassName
{
color: #3F6867;
}
</style>
background-color css
<style>
a { background-color: #3F6867; }
a { background-color: rgb(63,104,103); }
div.DivClassName
{
background-color: #3F6867;
}
.BgClassName
{
background-color: #3F6867;
}
</style>
border-color css
<style>
span { border-color: #3F6867; }
span { border-color: rgb(63,104,103); }
td.TdClassName
{
border-color: #3F6867;
}
.TagClassName
{
border-color: #3F6867;
}
</style>