Shades of Stromboli #3F605A
Tints of Stromboli #3F605A
RGB
CMYK
RGB Variations
Color information
#3F605A (or 0x3F605A) is known color: Stromboli. HEX triplet: 3F, 60 and 5A. RGB value is (63,96,90). Sum of RGB (Red+Green+Blue) = 63+96+90=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 96 - color contains mainly: green. Hex color #3F605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F605A is #C09FA5. Grayscale: #555555. Windows color (decimal): -12623782 or 5922879. OLE color: 5922879.
HSL color Cylindrical-coordinate representation of color #3F605A: hue angle of 169.09º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F605A is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 96 | 90 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.62 |
| HSL | 169.09º | 0.21% | 0.31% | - |
| HSV(B) | 169.09º | 0.34% | 0.38% | - |
| XYZ | 8.08 | 10.16 | 11.21 | - |
| YUV | 85.45 | 130.57 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 96 | 90 | 0.34 | 0 | 0.06 | 0.62 | 169.09 | 0.21 | 0.31 |
| Hex | 3F | 60 | 5A | 22 | 0 | 6 | 3E | A9 | 15 | 1F |
| Octal | 77 | 140 | 132 | 42 | 0 | 6 | 76 | 251 | 25 | 37 |
| Binary | 111111 | 1100000 | 1011010 | 100010 | 0 | 110 | 111110 | 10101001 | 10101 | 11111 |
Color Harmonies of #3F605A
Complementary color
Monochromatic Colors of #3F605A
Black with #3F605A
Text Example
Text Example
White with #3F605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F605A; }
p { color: rgb(63,96,90); }
H1.HeaderClassName
{
color: #3F605A;
}
.AnyTagClassName
{
color: #3F605A;
}
</style>
background-color css
<style>
a { background-color: #3F605A; }
a { background-color: rgb(63,96,90); }
div.DivClassName
{
background-color: #3F605A;
}
.BgClassName
{
background-color: #3F605A;
}
</style>
border-color css
<style>
span { border-color: #3F605A; }
span { border-color: rgb(63,96,90); }
td.TdClassName
{
border-color: #3F605A;
}
.TagClassName
{
border-color: #3F605A;
}
</style>