Shades of Smalt Blue #3E6165
Tints of Smalt Blue #3E6165
RGB
CMYK
RGB Variations
Color information
#3E6165 (or 0x3E6165) is known color: Smalt Blue. HEX triplet: 3E, 61 and 65. RGB value is (62,97,101). Sum of RGB (Red+Green+Blue) = 62+97+101=260 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.85% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 101 - color contains mainly: blue. Hex color #3E6165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6165 is #C19E9A. Grayscale: #565656. Windows color (decimal): -12689051 or 6644030. OLE color: 6644030.
HSL color Cylindrical-coordinate representation of color #3E6165: hue angle of 186.15º 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 #3E6165 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 97 | 101 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.60 |
| HSL | 186.15º | 0.24% | 0.32% | - |
| HSV(B) | 186.15º | 0.39% | 0.4% | - |
| XYZ | 8.61 | 10.51 | 13.89 | - |
| YUV | 86.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 97 | 101 | 0.39 | 0.04 | 0 | 0.60 | 186.15 | 0.24 | 0.32 |
| Hex | 3E | 61 | 65 | 27 | 4 | 0 | 3C | BA | 18 | 20 |
| Octal | 76 | 141 | 145 | 47 | 4 | 0 | 74 | 272 | 30 | 40 |
| Binary | 111110 | 1100001 | 1100101 | 100111 | 100 | 0 | 111100 | 10111010 | 11000 | 100000 |
Color Harmonies of #3E6165
Complementary color
Monochromatic Colors of #3E6165
Black with #3E6165
Text Example
Text Example
White with #3E6165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6165; }
p { color: rgb(62,97,101); }
H1.HeaderClassName
{
color: #3E6165;
}
.AnyTagClassName
{
color: #3E6165;
}
</style>
background-color css
<style>
a { background-color: #3E6165; }
a { background-color: rgb(62,97,101); }
div.DivClassName
{
background-color: #3E6165;
}
.BgClassName
{
background-color: #3E6165;
}
</style>
border-color css
<style>
span { border-color: #3E6165; }
span { border-color: rgb(62,97,101); }
td.TdClassName
{
border-color: #3E6165;
}
.TagClassName
{
border-color: #3E6165;
}
</style>