Shades of Stromboli #3F675B
Tints of Stromboli #3F675B
RGB
CMYK
RGB Variations
Color information
#3F675B (or 0x3F675B) is known color: Stromboli. HEX triplet: 3F, 67 and 5B. RGB value is (63,103,91). Sum of RGB (Red+Green+Blue) = 63+103+91=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 103 - color contains mainly: green. Hex color #3F675B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F675B is #C098A4. Grayscale: #595959. Windows color (decimal): -12621989 or 5990207. OLE color: 5990207.
HSL color Cylindrical-coordinate representation of color #3F675B: hue angle of 162º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F675B is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 103 | 91 | - |
| CMYK | 0.39 | 0 | 0.12 | 0.60 |
| HSL | 162º | 0.24% | 0.33% | - |
| HSV(B) | 162º | 0.39% | 0.4% | - |
| XYZ | 8.79 | 11.51 | 11.66 | - |
| YUV | 89.67 | 128.75 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 103 | 91 | 0.39 | 0 | 0.12 | 0.60 | 162 | 0.24 | 0.33 |
| Hex | 3F | 67 | 5B | 27 | 0 | C | 3C | A2 | 18 | 21 |
| Octal | 77 | 147 | 133 | 47 | 0 | 14 | 74 | 242 | 30 | 41 |
| Binary | 111111 | 1100111 | 1011011 | 100111 | 0 | 1100 | 111100 | 10100010 | 11000 | 100001 |
Color Harmonies of #3F675B
Complementary color
Monochromatic Colors of #3F675B
Black with #3F675B
Text Example
Text Example
White with #3F675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F675B; }
p { color: rgb(63,103,91); }
H1.HeaderClassName
{
color: #3F675B;
}
.AnyTagClassName
{
color: #3F675B;
}
</style>
background-color css
<style>
a { background-color: #3F675B; }
a { background-color: rgb(63,103,91); }
div.DivClassName
{
background-color: #3F675B;
}
.BgClassName
{
background-color: #3F675B;
}
</style>
border-color css
<style>
span { border-color: #3F675B; }
span { border-color: rgb(63,103,91); }
td.TdClassName
{
border-color: #3F675B;
}
.TagClassName
{
border-color: #3F675B;
}
</style>