Shades of Smalt Blue #3E5E67
Tints of Smalt Blue #3E5E67
RGB
CMYK
RGB Variations
Color information
#3E5E67 (or 0x3E5E67) is known color: Smalt Blue. HEX triplet: 3E, 5E and 67. RGB value is (62,94,103). Sum of RGB (Red+Green+Blue) = 62+94+103=259 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.94% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 103 (40.62% from 255 or 39.77% from 259); Max value from RGB is 103 - color contains mainly: blue. Hex color #3E5E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5E67 is #C1A198. Grayscale: #555555. Windows color (decimal): -12689817 or 6774334. OLE color: 6774334.
HSL color Cylindrical-coordinate representation of color #3E5E67: hue angle of 193.17º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E5E67 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 94 | 103 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.60 |
| HSL | 193.17º | 0.25% | 0.32% | - |
| HSV(B) | 193.17º | 0.4% | 0.4% | - |
| XYZ | 8.44 | 10.01 | 14.32 | - |
| YUV | 85.46 | 137.9 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 94 | 103 | 0.40 | 0.09 | 0 | 0.60 | 193.17 | 0.25 | 0.32 |
| Hex | 3E | 5E | 67 | 28 | 9 | 0 | 3C | C1 | 19 | 20 |
| Octal | 76 | 136 | 147 | 50 | 11 | 0 | 74 | 301 | 31 | 40 |
| Binary | 111110 | 1011110 | 1100111 | 101000 | 1001 | 0 | 111100 | 11000001 | 11001 | 100000 |
Color Harmonies of #3E5E67
Complementary color
Monochromatic Colors of #3E5E67
Black with #3E5E67
Text Example
Text Example
White with #3E5E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5E67; }
p { color: rgb(62,94,103); }
H1.HeaderClassName
{
color: #3E5E67;
}
.AnyTagClassName
{
color: #3E5E67;
}
</style>
background-color css
<style>
a { background-color: #3E5E67; }
a { background-color: rgb(62,94,103); }
div.DivClassName
{
background-color: #3E5E67;
}
.BgClassName
{
background-color: #3E5E67;
}
</style>
border-color css
<style>
span { border-color: #3E5E67; }
span { border-color: rgb(62,94,103); }
td.TdClassName
{
border-color: #3E5E67;
}
.TagClassName
{
border-color: #3E5E67;
}
</style>