Shades of Stromboli #356658
Tints of Stromboli #356658
RGB
CMYK
RGB Variations
Color information
#356658 (or 0x356658) is known color: Stromboli. HEX triplet: 35, 66 and 58. RGB value is (53,102,88). Sum of RGB (Red+Green+Blue) = 53+102+88=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 88 (34.77% from 255 or 36.21% from 243); Max value from RGB is 102 - color contains mainly: green. Hex color #356658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356658 is #CA99A7. Grayscale: #555555. Windows color (decimal): -13277608 or 5793333. OLE color: 5793333.
HSL color Cylindrical-coordinate representation of color #356658: hue angle of 162.86º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #356658 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 53 | 102 | 88 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.6 |
| HSL | 162.86º | 0.32% | 0.3% | - |
| HSV(B) | 162.86º | 0.48% | 0.4% | - |
| XYZ | 7.98 | 10.96 | 10.93 | - |
| YUV | 85.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 102 | 88 | 0.48 | 0 | 0.14 | 0.6 | 162.86 | 0.32 | 0.3 |
| Hex | 35 | 66 | 58 | 30 | 0 | E | 3C | A3 | 20 | 1E |
| Octal | 65 | 146 | 130 | 60 | 0 | 16 | 74 | 243 | 40 | 36 |
| Binary | 110101 | 1100110 | 1011000 | 110000 | 0 | 1110 | 111100 | 10100011 | 100000 | 11110 |
Color Harmonies of #356658
Complementary color
Monochromatic Colors of #356658
Black with #356658
Text Example
Text Example
White with #356658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356658; }
p { color: rgb(53,102,88); }
H1.HeaderClassName
{
color: #356658;
}
.AnyTagClassName
{
color: #356658;
}
</style>
background-color css
<style>
a { background-color: #356658; }
a { background-color: rgb(53,102,88); }
div.DivClassName
{
background-color: #356658;
}
.BgClassName
{
background-color: #356658;
}
</style>
border-color css
<style>
span { border-color: #356658; }
span { border-color: rgb(53,102,88); }
td.TdClassName
{
border-color: #356658;
}
.TagClassName
{
border-color: #356658;
}
</style>