Shades of Stromboli #3F615A
Tints of Stromboli #3F615A
RGB
CMYK
RGB Variations
Color information
#3F615A (or 0x3F615A) is known color: Stromboli. HEX triplet: 3F, 61 and 5A. RGB value is (63,97,90). Sum of RGB (Red+Green+Blue) = 63+97+90=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 97 - color contains mainly: green. Hex color #3F615A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F615A is #C09EA5. Grayscale: #565656. Windows color (decimal): -12623526 or 5923135. OLE color: 5923135.
HSL color Cylindrical-coordinate representation of color #3F615A: hue angle of 167.65º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F615A is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 97 | 90 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.62 |
| HSL | 167.65º | 0.21% | 0.31% | - |
| HSV(B) | 167.65º | 0.35% | 0.38% | - |
| XYZ | 8.17 | 10.34 | 11.24 | - |
| YUV | 86.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 97 | 90 | 0.35 | 0 | 0.07 | 0.62 | 167.65 | 0.21 | 0.31 |
| Hex | 3F | 61 | 5A | 23 | 0 | 7 | 3E | A8 | 15 | 1F |
| Octal | 77 | 141 | 132 | 43 | 0 | 7 | 76 | 250 | 25 | 37 |
| Binary | 111111 | 1100001 | 1011010 | 100011 | 0 | 111 | 111110 | 10101000 | 10101 | 11111 |
Color Harmonies of #3F615A
Complementary color
Monochromatic Colors of #3F615A
Black with #3F615A
Text Example
Text Example
White with #3F615A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F615A; }
p { color: rgb(63,97,90); }
H1.HeaderClassName
{
color: #3F615A;
}
.AnyTagClassName
{
color: #3F615A;
}
</style>
background-color css
<style>
a { background-color: #3F615A; }
a { background-color: rgb(63,97,90); }
div.DivClassName
{
background-color: #3F615A;
}
.BgClassName
{
background-color: #3F615A;
}
</style>
border-color css
<style>
span { border-color: #3F615A; }
span { border-color: rgb(63,97,90); }
td.TdClassName
{
border-color: #3F615A;
}
.TagClassName
{
border-color: #3F615A;
}
</style>