Shades of Tax Break #3B646B
Tints of Tax Break #3B646B
RGB
CMYK
RGB Variations
Color information
#3B646B (or 0x3B646B) is known color: Tax Break. HEX triplet: 3B, 64 and 6B. RGB value is (59,100,107). Sum of RGB (Red+Green+Blue) = 59+100+107=266 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.18% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 107 - color contains mainly: blue. Hex color #3B646B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B646B is #C49B94. Grayscale: #585858. Windows color (decimal): -12884885 or 7038011. OLE color: 7038011.
HSL color Cylindrical-coordinate representation of color #3B646B: hue angle of 188.75º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3B646B is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 59 | 100 | 107 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.58 |
| HSL | 188.75º | 0.29% | 0.33% | - |
| HSV(B) | 188.75º | 0.45% | 0.42% | - |
| XYZ | 9.01 | 11.11 | 15.58 | - |
| YUV | 88.54 | 138.42 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 100 | 107 | 0.45 | 0.07 | 0 | 0.58 | 188.75 | 0.29 | 0.33 |
| Hex | 3B | 64 | 6B | 2D | 7 | 0 | 3A | BD | 1D | 21 |
| Octal | 73 | 144 | 153 | 55 | 7 | 0 | 72 | 275 | 35 | 41 |
| Binary | 111011 | 1100100 | 1101011 | 101101 | 111 | 0 | 111010 | 10111101 | 11101 | 100001 |
Color Harmonies of #3B646B
Complementary color
Monochromatic Colors of #3B646B
Black with #3B646B
Text Example
Text Example
White with #3B646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B646B; }
p { color: rgb(59,100,107); }
H1.HeaderClassName
{
color: #3B646B;
}
.AnyTagClassName
{
color: #3B646B;
}
</style>
background-color css
<style>
a { background-color: #3B646B; }
a { background-color: rgb(59,100,107); }
div.DivClassName
{
background-color: #3B646B;
}
.BgClassName
{
background-color: #3B646B;
}
</style>
border-color css
<style>
span { border-color: #3B646B; }
span { border-color: rgb(59,100,107); }
td.TdClassName
{
border-color: #3B646B;
}
.TagClassName
{
border-color: #3B646B;
}
</style>