Shades of Stromboli #3F675A
Tints of Stromboli #3F675A
RGB
CMYK
RGB Variations
Color information
#3F675A (or 0x3F675A) is known color: Stromboli. HEX triplet: 3F, 67 and 5A. RGB value is (63,103,90). Sum of RGB (Red+Green+Blue) = 63+103+90=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 103 - color contains mainly: green. Hex color #3F675A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F675A is #C098A5. Grayscale: #595959. Windows color (decimal): -12621990 or 5924671. OLE color: 5924671.
HSL color Cylindrical-coordinate representation of color #3F675A: hue angle of 160.5º 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 #3F675A is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 103 | 90 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.60 |
| HSL | 160.5º | 0.24% | 0.33% | - |
| HSV(B) | 160.5º | 0.39% | 0.4% | - |
| XYZ | 8.75 | 11.5 | 11.43 | - |
| YUV | 89.56 | 128.25 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 103 | 90 | 0.39 | 0 | 0.13 | 0.60 | 160.5 | 0.24 | 0.33 |
| Hex | 3F | 67 | 5A | 27 | 0 | D | 3C | A0 | 18 | 21 |
| Octal | 77 | 147 | 132 | 47 | 0 | 15 | 74 | 240 | 30 | 41 |
| Binary | 111111 | 1100111 | 1011010 | 100111 | 0 | 1101 | 111100 | 10100000 | 11000 | 100001 |
Color Harmonies of #3F675A
Complementary color
Monochromatic Colors of #3F675A
Black with #3F675A
Text Example
Text Example
White with #3F675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F675A; }
p { color: rgb(63,103,90); }
H1.HeaderClassName
{
color: #3F675A;
}
.AnyTagClassName
{
color: #3F675A;
}
</style>
background-color css
<style>
a { background-color: #3F675A; }
a { background-color: rgb(63,103,90); }
div.DivClassName
{
background-color: #3F675A;
}
.BgClassName
{
background-color: #3F675A;
}
</style>
border-color css
<style>
span { border-color: #3F675A; }
span { border-color: rgb(63,103,90); }
td.TdClassName
{
border-color: #3F675A;
}
.TagClassName
{
border-color: #3F675A;
}
</style>