Shades of Stromboli #326E5A
Tints of Stromboli #326E5A
RGB
CMYK
RGB Variations
Color information
#326E5A (or 0x326E5A) is known color: Stromboli. HEX triplet: 32, 6E and 5A. RGB value is (50,110,90). Sum of RGB (Red+Green+Blue) = 50+110+90=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 110 - color contains mainly: green. Hex color #326E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326E5A is #CD91A5. Grayscale: #595959. Windows color (decimal): -13472166 or 5926450. OLE color: 5926450.
HSL color Cylindrical-coordinate representation of color #326E5A: hue angle of 160º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326E5A is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 110 | 90 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.57 |
| HSL | 160º | 0.38% | 0.31% | - |
| HSV(B) | 160º | 0.55% | 0.43% | - |
| XYZ | 8.74 | 12.57 | 11.64 | - |
| YUV | 89.78 | 128.12 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 90 | 0.55 | 0 | 0.18 | 0.57 | 160 | 0.38 | 0.31 |
| Hex | 32 | 6E | 5A | 37 | 0 | 12 | 39 | A0 | 26 | 1F |
| Octal | 62 | 156 | 132 | 67 | 0 | 22 | 71 | 240 | 46 | 37 |
| Binary | 110010 | 1101110 | 1011010 | 110111 | 0 | 10010 | 111001 | 10100000 | 100110 | 11111 |
Color Harmonies of #326E5A
Complementary color
Monochromatic Colors of #326E5A
Black with #326E5A
Text Example
Text Example
White with #326E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326E5A; }
p { color: rgb(50,110,90); }
H1.HeaderClassName
{
color: #326E5A;
}
.AnyTagClassName
{
color: #326E5A;
}
</style>
background-color css
<style>
a { background-color: #326E5A; }
a { background-color: rgb(50,110,90); }
div.DivClassName
{
background-color: #326E5A;
}
.BgClassName
{
background-color: #326E5A;
}
</style>
border-color css
<style>
span { border-color: #326E5A; }
span { border-color: rgb(50,110,90); }
td.TdClassName
{
border-color: #326E5A;
}
.TagClassName
{
border-color: #326E5A;
}
</style>