Shades of Smalt Blue #396166
Tints of Smalt Blue #396166
RGB
CMYK
RGB Variations
Color information
#396166 (or 0x396166) is known color: Smalt Blue. HEX triplet: 39, 61 and 66. RGB value is (57,97,102). Sum of RGB (Red+Green+Blue) = 57+97+102=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 102 - color contains mainly: blue. Hex color #396166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396166 is #C69E99. Grayscale: #555555. Windows color (decimal): -13016730 or 6709561. OLE color: 6709561.
HSL color Cylindrical-coordinate representation of color #396166: hue angle of 186.67º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #396166 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 57 | 97 | 102 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.6 |
| HSL | 186.67º | 0.28% | 0.31% | - |
| HSV(B) | 186.67º | 0.44% | 0.4% | - |
| XYZ | 8.36 | 10.38 | 14.13 | - |
| YUV | 85.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 97 | 102 | 0.44 | 0.05 | 0 | 0.6 | 186.67 | 0.28 | 0.31 |
| Hex | 39 | 61 | 66 | 2C | 5 | 0 | 3C | BB | 1C | 1F |
| Octal | 71 | 141 | 146 | 54 | 5 | 0 | 74 | 273 | 34 | 37 |
| Binary | 111001 | 1100001 | 1100110 | 101100 | 101 | 0 | 111100 | 10111011 | 11100 | 11111 |
Color Harmonies of #396166
Complementary color
Monochromatic Colors of #396166
Black with #396166
Text Example
Text Example
White with #396166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396166; }
p { color: rgb(57,97,102); }
H1.HeaderClassName
{
color: #396166;
}
.AnyTagClassName
{
color: #396166;
}
</style>
background-color css
<style>
a { background-color: #396166; }
a { background-color: rgb(57,97,102); }
div.DivClassName
{
background-color: #396166;
}
.BgClassName
{
background-color: #396166;
}
</style>
border-color css
<style>
span { border-color: #396166; }
span { border-color: rgb(57,97,102); }
td.TdClassName
{
border-color: #396166;
}
.TagClassName
{
border-color: #396166;
}
</style>