Shades of Stromboli #3F6A5D
Tints of Stromboli #3F6A5D
RGB
CMYK
RGB Variations
Color information
#3F6A5D (or 0x3F6A5D) is known color: Stromboli. HEX triplet: 3F, 6A and 5D. RGB value is (63,106,93). Sum of RGB (Red+Green+Blue) = 63+106+93=262 (34% of max value = 765). Red value is 63 (25% from 255 or 24.05% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 106 - color contains mainly: green. Hex color #3F6A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6A5D is #C095A2. Grayscale: #5B5B5B. Windows color (decimal): -12621219 or 6122047. OLE color: 6122047.
HSL color Cylindrical-coordinate representation of color #3F6A5D: hue angle of 161.86º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F6A5D is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 106 | 93 | - |
| CMYK | 0.41 | 0 | 0.12 | 0.58 |
| HSL | 161.86º | 0.25% | 0.33% | - |
| HSV(B) | 161.86º | 0.41% | 0.42% | - |
| XYZ | 9.18 | 12.16 | 12.22 | - |
| YUV | 91.66 | 128.75 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 106 | 93 | 0.41 | 0 | 0.12 | 0.58 | 161.86 | 0.25 | 0.33 |
| Hex | 3F | 6A | 5D | 29 | 0 | C | 3A | A2 | 19 | 21 |
| Octal | 77 | 152 | 135 | 51 | 0 | 14 | 72 | 242 | 31 | 41 |
| Binary | 111111 | 1101010 | 1011101 | 101001 | 0 | 1100 | 111010 | 10100010 | 11001 | 100001 |
Color Harmonies of #3F6A5D
Complementary color
Monochromatic Colors of #3F6A5D
Black with #3F6A5D
Text Example
Text Example
White with #3F6A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6A5D; }
p { color: rgb(63,106,93); }
H1.HeaderClassName
{
color: #3F6A5D;
}
.AnyTagClassName
{
color: #3F6A5D;
}
</style>
background-color css
<style>
a { background-color: #3F6A5D; }
a { background-color: rgb(63,106,93); }
div.DivClassName
{
background-color: #3F6A5D;
}
.BgClassName
{
background-color: #3F6A5D;
}
</style>
border-color css
<style>
span { border-color: #3F6A5D; }
span { border-color: rgb(63,106,93); }
td.TdClassName
{
border-color: #3F6A5D;
}
.TagClassName
{
border-color: #3F6A5D;
}
</style>