Shades of Stromboli #38645C
Tints of Stromboli #38645C
RGB
CMYK
RGB Variations
Color information
#38645C (or 0x38645C) is known color: Stromboli. HEX triplet: 38, 64 and 5C. RGB value is (56,100,92). Sum of RGB (Red+Green+Blue) = 56+100+92=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 100 - color contains mainly: green. Hex color #38645C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38645C is #C79BA3. Grayscale: #555555. Windows color (decimal): -13081508 or 6054968. OLE color: 6054968.
HSL color Cylindrical-coordinate representation of color #38645C: hue angle of 169.09º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #38645C is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 100 | 92 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.61 |
| HSL | 169.09º | 0.28% | 0.31% | - |
| HSV(B) | 169.09º | 0.44% | 0.39% | - |
| XYZ | 8.12 | 10.73 | 11.77 | - |
| YUV | 85.93 | 131.42 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 100 | 92 | 0.44 | 0 | 0.08 | 0.61 | 169.09 | 0.28 | 0.31 |
| Hex | 38 | 64 | 5C | 2C | 0 | 8 | 3D | A9 | 1C | 1F |
| Octal | 70 | 144 | 134 | 54 | 0 | 10 | 75 | 251 | 34 | 37 |
| Binary | 111000 | 1100100 | 1011100 | 101100 | 0 | 1000 | 111101 | 10101001 | 11100 | 11111 |
Color Harmonies of #38645C
Complementary color
Monochromatic Colors of #38645C
Black with #38645C
Text Example
Text Example
White with #38645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38645C; }
p { color: rgb(56,100,92); }
H1.HeaderClassName
{
color: #38645C;
}
.AnyTagClassName
{
color: #38645C;
}
</style>
background-color css
<style>
a { background-color: #38645C; }
a { background-color: rgb(56,100,92); }
div.DivClassName
{
background-color: #38645C;
}
.BgClassName
{
background-color: #38645C;
}
</style>
border-color css
<style>
span { border-color: #38645C; }
span { border-color: rgb(56,100,92); }
td.TdClassName
{
border-color: #38645C;
}
.TagClassName
{
border-color: #38645C;
}
</style>