Shades of Stromboli #3B705A
Tints of Stromboli #3B705A
RGB
CMYK
RGB Variations
Color information
#3B705A (or 0x3B705A) is known color: Stromboli. HEX triplet: 3B, 70 and 5A. RGB value is (59,112,90). Sum of RGB (Red+Green+Blue) = 59+112+90=261 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.61% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #3B705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B705A is #C48FA5. Grayscale: #5D5D5D. Windows color (decimal): -12881830 or 5926971. OLE color: 5926971.
HSL color Cylindrical-coordinate representation of color #3B705A: hue angle of 155.09º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B705A is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 112 | 90 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.56 |
| HSL | 155.09º | 0.31% | 0.34% | - |
| HSV(B) | 155.09º | 0.47% | 0.44% | - |
| XYZ | 9.44 | 13.26 | 11.73 | - |
| YUV | 93.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 112 | 90 | 0.47 | 0 | 0.20 | 0.56 | 155.09 | 0.31 | 0.34 |
| Hex | 3B | 70 | 5A | 2F | 0 | 14 | 38 | 9B | 1F | 22 |
| Octal | 73 | 160 | 132 | 57 | 0 | 24 | 70 | 233 | 37 | 42 |
| Binary | 111011 | 1110000 | 1011010 | 101111 | 0 | 10100 | 111000 | 10011011 | 11111 | 100010 |
Color Harmonies of #3B705A
Complementary color
Monochromatic Colors of #3B705A
Black with #3B705A
Text Example
Text Example
White with #3B705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B705A; }
p { color: rgb(59,112,90); }
H1.HeaderClassName
{
color: #3B705A;
}
.AnyTagClassName
{
color: #3B705A;
}
</style>
background-color css
<style>
a { background-color: #3B705A; }
a { background-color: rgb(59,112,90); }
div.DivClassName
{
background-color: #3B705A;
}
.BgClassName
{
background-color: #3B705A;
}
</style>
border-color css
<style>
span { border-color: #3B705A; }
span { border-color: rgb(59,112,90); }
td.TdClassName
{
border-color: #3B705A;
}
.TagClassName
{
border-color: #3B705A;
}
</style>