Shades of Stromboli #3F635A
Tints of Stromboli #3F635A
RGB
CMYK
RGB Variations
Color information
#3F635A (or 0x3F635A) is known color: Stromboli. HEX triplet: 3F, 63 and 5A. RGB value is (63,99,90). Sum of RGB (Red+Green+Blue) = 63+99+90=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 99 - color contains mainly: green. Hex color #3F635A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F635A is #C09CA5. Grayscale: #575757. Windows color (decimal): -12623014 or 5923647. OLE color: 5923647.
HSL color Cylindrical-coordinate representation of color #3F635A: hue angle of 165º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F635A is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 99 | 90 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.61 |
| HSL | 165º | 0.22% | 0.32% | - |
| HSV(B) | 165º | 0.36% | 0.39% | - |
| XYZ | 8.36 | 10.72 | 11.3 | - |
| YUV | 87.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 99 | 90 | 0.36 | 0 | 0.09 | 0.61 | 165 | 0.22 | 0.32 |
| Hex | 3F | 63 | 5A | 24 | 0 | 9 | 3D | A5 | 16 | 20 |
| Octal | 77 | 143 | 132 | 44 | 0 | 11 | 75 | 245 | 26 | 40 |
| Binary | 111111 | 1100011 | 1011010 | 100100 | 0 | 1001 | 111101 | 10100101 | 10110 | 100000 |
Color Harmonies of #3F635A
Complementary color
Monochromatic Colors of #3F635A
Black with #3F635A
Text Example
Text Example
White with #3F635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F635A; }
p { color: rgb(63,99,90); }
H1.HeaderClassName
{
color: #3F635A;
}
.AnyTagClassName
{
color: #3F635A;
}
</style>
background-color css
<style>
a { background-color: #3F635A; }
a { background-color: rgb(63,99,90); }
div.DivClassName
{
background-color: #3F635A;
}
.BgClassName
{
background-color: #3F635A;
}
</style>
border-color css
<style>
span { border-color: #3F635A; }
span { border-color: rgb(63,99,90); }
td.TdClassName
{
border-color: #3F635A;
}
.TagClassName
{
border-color: #3F635A;
}
</style>