Shades of Stromboli #3F645B
Tints of Stromboli #3F645B
RGB
CMYK
RGB Variations
Color information
#3F645B (or 0x3F645B) is known color: Stromboli. HEX triplet: 3F, 64 and 5B. RGB value is (63,100,91). Sum of RGB (Red+Green+Blue) = 63+100+91=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 100 - color contains mainly: green. Hex color #3F645B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F645B is #C09BA4. Grayscale: #575757. Windows color (decimal): -12622757 or 5989439. OLE color: 5989439.
HSL color Cylindrical-coordinate representation of color #3F645B: hue angle of 165.41º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3F645B is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 100 | 91 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.61 |
| HSL | 165.41º | 0.23% | 0.32% | - |
| HSV(B) | 165.41º | 0.37% | 0.39% | - |
| XYZ | 8.5 | 10.93 | 11.56 | - |
| YUV | 87.91 | 129.74 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 100 | 91 | 0.37 | 0 | 0.09 | 0.61 | 165.41 | 0.23 | 0.32 |
| Hex | 3F | 64 | 5B | 25 | 0 | 9 | 3D | A5 | 17 | 20 |
| Octal | 77 | 144 | 133 | 45 | 0 | 11 | 75 | 245 | 27 | 40 |
| Binary | 111111 | 1100100 | 1011011 | 100101 | 0 | 1001 | 111101 | 10100101 | 10111 | 100000 |
Color Harmonies of #3F645B
Complementary color
Monochromatic Colors of #3F645B
Black with #3F645B
Text Example
Text Example
White with #3F645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F645B; }
p { color: rgb(63,100,91); }
H1.HeaderClassName
{
color: #3F645B;
}
.AnyTagClassName
{
color: #3F645B;
}
</style>
background-color css
<style>
a { background-color: #3F645B; }
a { background-color: rgb(63,100,91); }
div.DivClassName
{
background-color: #3F645B;
}
.BgClassName
{
background-color: #3F645B;
}
</style>
border-color css
<style>
span { border-color: #3F645B; }
span { border-color: rgb(63,100,91); }
td.TdClassName
{
border-color: #3F645B;
}
.TagClassName
{
border-color: #3F645B;
}
</style>