Shades of Stromboli #3F625B
Tints of Stromboli #3F625B
RGB
CMYK
RGB Variations
Color information
#3F625B (or 0x3F625B) is known color: Stromboli. HEX triplet: 3F, 62 and 5B. RGB value is (63,98,91). Sum of RGB (Red+Green+Blue) = 63+98+91=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 98 - color contains mainly: green. Hex color #3F625B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F625B is #C09DA4. Grayscale: #565656. Windows color (decimal): -12623269 or 5988927. OLE color: 5988927.
HSL color Cylindrical-coordinate representation of color #3F625B: hue angle of 168º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F625B is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 98 | 91 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.62 |
| HSL | 168º | 0.22% | 0.32% | - |
| HSV(B) | 168º | 0.36% | 0.38% | - |
| XYZ | 8.31 | 10.55 | 11.5 | - |
| YUV | 86.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 98 | 91 | 0.36 | 0 | 0.07 | 0.62 | 168 | 0.22 | 0.32 |
| Hex | 3F | 62 | 5B | 24 | 0 | 7 | 3E | A8 | 16 | 20 |
| Octal | 77 | 142 | 133 | 44 | 0 | 7 | 76 | 250 | 26 | 40 |
| Binary | 111111 | 1100010 | 1011011 | 100100 | 0 | 111 | 111110 | 10101000 | 10110 | 100000 |
Color Harmonies of #3F625B
Complementary color
Monochromatic Colors of #3F625B
Black with #3F625B
Text Example
Text Example
White with #3F625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F625B; }
p { color: rgb(63,98,91); }
H1.HeaderClassName
{
color: #3F625B;
}
.AnyTagClassName
{
color: #3F625B;
}
</style>
background-color css
<style>
a { background-color: #3F625B; }
a { background-color: rgb(63,98,91); }
div.DivClassName
{
background-color: #3F625B;
}
.BgClassName
{
background-color: #3F625B;
}
</style>
border-color css
<style>
span { border-color: #3F625B; }
span { border-color: rgb(63,98,91); }
td.TdClassName
{
border-color: #3F625B;
}
.TagClassName
{
border-color: #3F625B;
}
</style>