Shades of Smalt Blue #3E6166
Tints of Smalt Blue #3E6166
RGB
CMYK
RGB Variations
Color information
#3E6166 (or 0x3E6166) is known color: Smalt Blue. HEX triplet: 3E, 61 and 66. RGB value is (62,97,102). Sum of RGB (Red+Green+Blue) = 62+97+102=261 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.75% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 102 - color contains mainly: blue. Hex color #3E6166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6166 is #C19E99. Grayscale: #575757. Windows color (decimal): -12689050 or 6709566. OLE color: 6709566.
HSL color Cylindrical-coordinate representation of color #3E6166: hue angle of 187.5º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E6166 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 62 | 97 | 102 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.6 |
| HSL | 187.5º | 0.24% | 0.32% | - |
| HSV(B) | 187.5º | 0.39% | 0.4% | - |
| XYZ | 8.66 | 10.53 | 14.15 | - |
| YUV | 87.11 | 136.4 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 97 | 102 | 0.39 | 0.05 | 0 | 0.6 | 187.5 | 0.24 | 0.32 |
| Hex | 3E | 61 | 66 | 27 | 5 | 0 | 3C | BC | 18 | 20 |
| Octal | 76 | 141 | 146 | 47 | 5 | 0 | 74 | 274 | 30 | 40 |
| Binary | 111110 | 1100001 | 1100110 | 100111 | 101 | 0 | 111100 | 10111100 | 11000 | 100000 |
Color Harmonies of #3E6166
Complementary color
Monochromatic Colors of #3E6166
Black with #3E6166
Text Example
Text Example
White with #3E6166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6166; }
p { color: rgb(62,97,102); }
H1.HeaderClassName
{
color: #3E6166;
}
.AnyTagClassName
{
color: #3E6166;
}
</style>
background-color css
<style>
a { background-color: #3E6166; }
a { background-color: rgb(62,97,102); }
div.DivClassName
{
background-color: #3E6166;
}
.BgClassName
{
background-color: #3E6166;
}
</style>
border-color css
<style>
span { border-color: #3E6166; }
span { border-color: rgb(62,97,102); }
td.TdClassName
{
border-color: #3E6166;
}
.TagClassName
{
border-color: #3E6166;
}
</style>