Shades of Stromboli #3C625B
Tints of Stromboli #3C625B
RGB
CMYK
RGB Variations
Color information
#3C625B (or 0x3C625B) is known color: Stromboli. HEX triplet: 3C, 62 and 5B. RGB value is (60,98,91). Sum of RGB (Red+Green+Blue) = 60+98+91=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 98 - color contains mainly: green. Hex color #3C625B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C625B is #C39DA4. Grayscale: #555555. Windows color (decimal): -12819877 or 5988924. OLE color: 5988924.
HSL color Cylindrical-coordinate representation of color #3C625B: hue angle of 168.95º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C625B is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 98 | 91 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.62 |
| HSL | 168.95º | 0.24% | 0.31% | - |
| HSV(B) | 168.95º | 0.39% | 0.38% | - |
| XYZ | 8.12 | 10.45 | 11.49 | - |
| YUV | 85.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 98 | 91 | 0.39 | 0 | 0.07 | 0.62 | 168.95 | 0.24 | 0.31 |
| Hex | 3C | 62 | 5B | 27 | 0 | 7 | 3E | A9 | 18 | 1F |
| Octal | 74 | 142 | 133 | 47 | 0 | 7 | 76 | 251 | 30 | 37 |
| Binary | 111100 | 1100010 | 1011011 | 100111 | 0 | 111 | 111110 | 10101001 | 11000 | 11111 |
Color Harmonies of #3C625B
Complementary color
Monochromatic Colors of #3C625B
Black with #3C625B
Text Example
Text Example
White with #3C625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C625B; }
p { color: rgb(60,98,91); }
H1.HeaderClassName
{
color: #3C625B;
}
.AnyTagClassName
{
color: #3C625B;
}
</style>
background-color css
<style>
a { background-color: #3C625B; }
a { background-color: rgb(60,98,91); }
div.DivClassName
{
background-color: #3C625B;
}
.BgClassName
{
background-color: #3C625B;
}
</style>
border-color css
<style>
span { border-color: #3C625B; }
span { border-color: rgb(60,98,91); }
td.TdClassName
{
border-color: #3C625B;
}
.TagClassName
{
border-color: #3C625B;
}
</style>