Shades of Tax Break #3F6567
Tints of Tax Break #3F6567
RGB
CMYK
RGB Variations
Color information
#3F6567 (or 0x3F6567) is known color: Tax Break. HEX triplet: 3F, 65 and 67. RGB value is (63,101,103). Sum of RGB (Red+Green+Blue) = 63+101+103=267 (35% of max value = 765). Red value is 63 (25% from 255 or 23.60% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F6567 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6567 is #C09A98. Grayscale: #595959. Windows color (decimal): -12622489 or 6776127. OLE color: 6776127.
HSL color Cylindrical-coordinate representation of color #3F6567: hue angle of 183º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F6567 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 101 | 103 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.60 |
| HSL | 183º | 0.24% | 0.33% | - |
| HSV(B) | 183º | 0.39% | 0.4% | - |
| XYZ | 9.15 | 11.34 | 14.54 | - |
| YUV | 89.87 | 135.41 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 101 | 103 | 0.39 | 0.02 | 0 | 0.60 | 183 | 0.24 | 0.33 |
| Hex | 3F | 65 | 67 | 27 | 2 | 0 | 3C | B7 | 18 | 21 |
| Octal | 77 | 145 | 147 | 47 | 2 | 0 | 74 | 267 | 30 | 41 |
| Binary | 111111 | 1100101 | 1100111 | 100111 | 10 | 0 | 111100 | 10110111 | 11000 | 100001 |
Color Harmonies of #3F6567
Complementary color
Monochromatic Colors of #3F6567
Black with #3F6567
Text Example
Text Example
White with #3F6567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6567; }
p { color: rgb(63,101,103); }
H1.HeaderClassName
{
color: #3F6567;
}
.AnyTagClassName
{
color: #3F6567;
}
</style>
background-color css
<style>
a { background-color: #3F6567; }
a { background-color: rgb(63,101,103); }
div.DivClassName
{
background-color: #3F6567;
}
.BgClassName
{
background-color: #3F6567;
}
</style>
border-color css
<style>
span { border-color: #3F6567; }
span { border-color: rgb(63,101,103); }
td.TdClassName
{
border-color: #3F6567;
}
.TagClassName
{
border-color: #3F6567;
}
</style>