Shades of Stromboli #3D6457
Tints of Stromboli #3D6457
RGB
CMYK
RGB Variations
Color information
#3D6457 (or 0x3D6457) is known color: Stromboli. HEX triplet: 3D, 64 and 57. RGB value is (61,100,87). Sum of RGB (Red+Green+Blue) = 61+100+87=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 100 - color contains mainly: green. Hex color #3D6457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6457 is #C29BA8. Grayscale: #565656. Windows color (decimal): -12753833 or 5727293. OLE color: 5727293.
HSL color Cylindrical-coordinate representation of color #3D6457: hue angle of 160º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3D6457 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 61 | 100 | 87 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.61 |
| HSL | 160º | 0.24% | 0.32% | - |
| HSV(B) | 160º | 0.39% | 0.39% | - |
| XYZ | 8.2 | 10.79 | 10.67 | - |
| YUV | 86.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 100 | 87 | 0.39 | 0 | 0.13 | 0.61 | 160 | 0.24 | 0.32 |
| Hex | 3D | 64 | 57 | 27 | 0 | D | 3D | A0 | 18 | 20 |
| Octal | 75 | 144 | 127 | 47 | 0 | 15 | 75 | 240 | 30 | 40 |
| Binary | 111101 | 1100100 | 1010111 | 100111 | 0 | 1101 | 111101 | 10100000 | 11000 | 100000 |
Color Harmonies of #3D6457
Complementary color
Monochromatic Colors of #3D6457
Black with #3D6457
Text Example
Text Example
White with #3D6457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6457; }
p { color: rgb(61,100,87); }
H1.HeaderClassName
{
color: #3D6457;
}
.AnyTagClassName
{
color: #3D6457;
}
</style>
background-color css
<style>
a { background-color: #3D6457; }
a { background-color: rgb(61,100,87); }
div.DivClassName
{
background-color: #3D6457;
}
.BgClassName
{
background-color: #3D6457;
}
</style>
border-color css
<style>
span { border-color: #3D6457; }
span { border-color: rgb(61,100,87); }
td.TdClassName
{
border-color: #3D6457;
}
.TagClassName
{
border-color: #3D6457;
}
</style>