Shades of Tax Break #38686C
Tints of Tax Break #38686C
RGB
CMYK
RGB Variations
Color information
#38686C (or 0x38686C) is known color: Tax Break. HEX triplet: 38, 68 and 6C. RGB value is (56,104,108). Sum of RGB (Red+Green+Blue) = 56+104+108=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 108 - color contains mainly: blue. Hex color #38686C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38686C is #C79793. Grayscale: #5A5A5A. Windows color (decimal): -13080468 or 7104568. OLE color: 7104568.
HSL color Cylindrical-coordinate representation of color #38686C: hue angle of 184.62º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38686C is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 104 | 108 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.58 |
| HSL | 184.62º | 0.32% | 0.32% | - |
| HSV(B) | 184.62º | 0.48% | 0.42% | - |
| XYZ | 9.29 | 11.82 | 15.98 | - |
| YUV | 90.1 | 138.1 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 104 | 108 | 0.48 | 0.04 | 0 | 0.58 | 184.62 | 0.32 | 0.32 |
| Hex | 38 | 68 | 6C | 30 | 4 | 0 | 3A | B9 | 20 | 20 |
| Octal | 70 | 150 | 154 | 60 | 4 | 0 | 72 | 271 | 40 | 40 |
| Binary | 111000 | 1101000 | 1101100 | 110000 | 100 | 0 | 111010 | 10111001 | 100000 | 100000 |
Color Harmonies of #38686C
Complementary color
Monochromatic Colors of #38686C
Black with #38686C
Text Example
Text Example
White with #38686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38686C; }
p { color: rgb(56,104,108); }
H1.HeaderClassName
{
color: #38686C;
}
.AnyTagClassName
{
color: #38686C;
}
</style>
background-color css
<style>
a { background-color: #38686C; }
a { background-color: rgb(56,104,108); }
div.DivClassName
{
background-color: #38686C;
}
.BgClassName
{
background-color: #38686C;
}
</style>
border-color css
<style>
span { border-color: #38686C; }
span { border-color: rgb(56,104,108); }
td.TdClassName
{
border-color: #38686C;
}
.TagClassName
{
border-color: #38686C;
}
</style>