Shades of Stromboli #3E675A
Tints of Stromboli #3E675A
RGB
CMYK
RGB Variations
Color information
#3E675A (or 0x3E675A) is known color: Stromboli. HEX triplet: 3E, 67 and 5A. RGB value is (62,103,90). Sum of RGB (Red+Green+Blue) = 62+103+90=255 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.31% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 103 - color contains mainly: green. Hex color #3E675A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E675A is #C198A5. Grayscale: #595959. Windows color (decimal): -12687526 or 5924670. OLE color: 5924670.
HSL color Cylindrical-coordinate representation of color #3E675A: hue angle of 160.98º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E675A is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 103 | 90 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.60 |
| HSL | 160.98º | 0.25% | 0.32% | - |
| HSV(B) | 160.98º | 0.4% | 0.4% | - |
| XYZ | 8.68 | 11.46 | 11.43 | - |
| YUV | 89.26 | 128.42 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 103 | 90 | 0.40 | 0 | 0.13 | 0.60 | 160.98 | 0.25 | 0.32 |
| Hex | 3E | 67 | 5A | 28 | 0 | D | 3C | A1 | 19 | 20 |
| Octal | 76 | 147 | 132 | 50 | 0 | 15 | 74 | 241 | 31 | 40 |
| Binary | 111110 | 1100111 | 1011010 | 101000 | 0 | 1101 | 111100 | 10100001 | 11001 | 100000 |
Color Harmonies of #3E675A
Complementary color
Monochromatic Colors of #3E675A
Black with #3E675A
Text Example
Text Example
White with #3E675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E675A; }
p { color: rgb(62,103,90); }
H1.HeaderClassName
{
color: #3E675A;
}
.AnyTagClassName
{
color: #3E675A;
}
</style>
background-color css
<style>
a { background-color: #3E675A; }
a { background-color: rgb(62,103,90); }
div.DivClassName
{
background-color: #3E675A;
}
.BgClassName
{
background-color: #3E675A;
}
</style>
border-color css
<style>
span { border-color: #3E675A; }
span { border-color: rgb(62,103,90); }
td.TdClassName
{
border-color: #3E675A;
}
.TagClassName
{
border-color: #3E675A;
}
</style>