Shades of Tax Break #3C6972
Tints of Tax Break #3C6972
RGB
CMYK
RGB Variations
Color information
#3C6972 (or 0x3C6972) is known color: Tax Break. HEX triplet: 3C, 69 and 72. RGB value is (60,105,114). Sum of RGB (Red+Green+Blue) = 60+105+114=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C6972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6972 is #C3968D. Grayscale: #5C5C5C. Windows color (decimal): -12818062 or 7498044. OLE color: 7498044.
HSL color Cylindrical-coordinate representation of color #3C6972: hue angle of 190º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C6972 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 105 | 114 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.55 |
| HSL | 190º | 0.31% | 0.34% | - |
| HSV(B) | 190º | 0.47% | 0.45% | - |
| XYZ | 9.95 | 12.28 | 17.77 | - |
| YUV | 92.57 | 140.09 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 105 | 114 | 0.47 | 0.08 | 0 | 0.55 | 190 | 0.31 | 0.34 |
| Hex | 3C | 69 | 72 | 2F | 8 | 0 | 37 | BE | 1F | 22 |
| Octal | 74 | 151 | 162 | 57 | 10 | 0 | 67 | 276 | 37 | 42 |
| Binary | 111100 | 1101001 | 1110010 | 101111 | 1000 | 0 | 110111 | 10111110 | 11111 | 100010 |
Color Harmonies of #3C6972
Complementary color
Monochromatic Colors of #3C6972
Black with #3C6972
Text Example
Text Example
White with #3C6972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6972; }
p { color: rgb(60,105,114); }
H1.HeaderClassName
{
color: #3C6972;
}
.AnyTagClassName
{
color: #3C6972;
}
</style>
background-color css
<style>
a { background-color: #3C6972; }
a { background-color: rgb(60,105,114); }
div.DivClassName
{
background-color: #3C6972;
}
.BgClassName
{
background-color: #3C6972;
}
</style>
border-color css
<style>
span { border-color: #3C6972; }
span { border-color: rgb(60,105,114); }
td.TdClassName
{
border-color: #3C6972;
}
.TagClassName
{
border-color: #3C6972;
}
</style>