Shades of Stromboli #3F705A
Tints of Stromboli #3F705A
RGB
CMYK
RGB Variations
Color information
#3F705A (or 0x3F705A) is known color: Stromboli. HEX triplet: 3F, 70 and 5A. RGB value is (63,112,90). Sum of RGB (Red+Green+Blue) = 63+112+90=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #3F705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F705A is #C08FA5. Grayscale: #5E5E5E. Windows color (decimal): -12619686 or 5926975. OLE color: 5926975.
HSL color Cylindrical-coordinate representation of color #3F705A: hue angle of 153.06º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F705A is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 112 | 90 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.56 |
| HSL | 153.06º | 0.28% | 0.34% | - |
| HSV(B) | 153.06º | 0.44% | 0.44% | - |
| XYZ | 9.69 | 13.38 | 11.75 | - |
| YUV | 94.84 | 125.27 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 90 | 0.44 | 0 | 0.20 | 0.56 | 153.06 | 0.28 | 0.34 |
| Hex | 3F | 70 | 5A | 2C | 0 | 14 | 38 | 99 | 1C | 22 |
| Octal | 77 | 160 | 132 | 54 | 0 | 24 | 70 | 231 | 34 | 42 |
| Binary | 111111 | 1110000 | 1011010 | 101100 | 0 | 10100 | 111000 | 10011001 | 11100 | 100010 |
Color Harmonies of #3F705A
Complementary color
Monochromatic Colors of #3F705A
Black with #3F705A
Text Example
Text Example
White with #3F705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F705A; }
p { color: rgb(63,112,90); }
H1.HeaderClassName
{
color: #3F705A;
}
.AnyTagClassName
{
color: #3F705A;
}
</style>
background-color css
<style>
a { background-color: #3F705A; }
a { background-color: rgb(63,112,90); }
div.DivClassName
{
background-color: #3F705A;
}
.BgClassName
{
background-color: #3F705A;
}
</style>
border-color css
<style>
span { border-color: #3F705A; }
span { border-color: rgb(63,112,90); }
td.TdClassName
{
border-color: #3F705A;
}
.TagClassName
{
border-color: #3F705A;
}
</style>