Shades of Tax Break #38676C
Tints of Tax Break #38676C
RGB
CMYK
RGB Variations
Color information
#38676C (or 0x38676C) is known color: Tax Break. HEX triplet: 38, 67 and 6C. RGB value is (56,103,108). Sum of RGB (Red+Green+Blue) = 56+103+108=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 108 - color contains mainly: blue. Hex color #38676C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38676C is #C79893. Grayscale: #595959. Windows color (decimal): -13080724 or 7104312. OLE color: 7104312.
HSL color Cylindrical-coordinate representation of color #38676C: hue angle of 185.77º 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 #38676C is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 103 | 108 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.58 |
| HSL | 185.77º | 0.32% | 0.32% | - |
| HSV(B) | 185.77º | 0.48% | 0.42% | - |
| XYZ | 9.19 | 11.62 | 15.95 | - |
| YUV | 89.52 | 138.43 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 103 | 108 | 0.48 | 0.05 | 0 | 0.58 | 185.77 | 0.32 | 0.32 |
| Hex | 38 | 67 | 6C | 30 | 5 | 0 | 3A | BA | 20 | 20 |
| Octal | 70 | 147 | 154 | 60 | 5 | 0 | 72 | 272 | 40 | 40 |
| Binary | 111000 | 1100111 | 1101100 | 110000 | 101 | 0 | 111010 | 10111010 | 100000 | 100000 |
Color Harmonies of #38676C
Complementary color
Monochromatic Colors of #38676C
Black with #38676C
Text Example
Text Example
White with #38676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38676C; }
p { color: rgb(56,103,108); }
H1.HeaderClassName
{
color: #38676C;
}
.AnyTagClassName
{
color: #38676C;
}
</style>
background-color css
<style>
a { background-color: #38676C; }
a { background-color: rgb(56,103,108); }
div.DivClassName
{
background-color: #38676C;
}
.BgClassName
{
background-color: #38676C;
}
</style>
border-color css
<style>
span { border-color: #38676C; }
span { border-color: rgb(56,103,108); }
td.TdClassName
{
border-color: #38676C;
}
.TagClassName
{
border-color: #38676C;
}
</style>