Shades of Stromboli #38685D
Tints of Stromboli #38685D
RGB
CMYK
RGB Variations
Color information
#38685D (or 0x38685D) is known color: Stromboli. HEX triplet: 38, 68 and 5D. RGB value is (56,104,93). Sum of RGB (Red+Green+Blue) = 56+104+93=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 104 - color contains mainly: green. Hex color #38685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38685D is #C797A2. Grayscale: #585858. Windows color (decimal): -13080483 or 6121528. OLE color: 6121528.
HSL color Cylindrical-coordinate representation of color #38685D: hue angle of 166.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38685D is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 56 | 104 | 93 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.59 |
| HSL | 166.25º | 0.3% | 0.31% | - |
| HSV(B) | 166.25º | 0.46% | 0.41% | - |
| XYZ | 8.56 | 11.53 | 12.13 | - |
| YUV | 88.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 104 | 93 | 0.46 | 0 | 0.11 | 0.59 | 166.25 | 0.3 | 0.31 |
| Hex | 38 | 68 | 5D | 2E | 0 | B | 3B | A6 | 1E | 1F |
| Octal | 70 | 150 | 135 | 56 | 0 | 13 | 73 | 246 | 36 | 37 |
| Binary | 111000 | 1101000 | 1011101 | 101110 | 0 | 1011 | 111011 | 10100110 | 11110 | 11111 |
Color Harmonies of #38685D
Complementary color
Monochromatic Colors of #38685D
Black with #38685D
Text Example
Text Example
White with #38685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38685D; }
p { color: rgb(56,104,93); }
H1.HeaderClassName
{
color: #38685D;
}
.AnyTagClassName
{
color: #38685D;
}
</style>
background-color css
<style>
a { background-color: #38685D; }
a { background-color: rgb(56,104,93); }
div.DivClassName
{
background-color: #38685D;
}
.BgClassName
{
background-color: #38685D;
}
</style>
border-color css
<style>
span { border-color: #38685D; }
span { border-color: rgb(56,104,93); }
td.TdClassName
{
border-color: #38685D;
}
.TagClassName
{
border-color: #38685D;
}
</style>