Shades of Smalt Blue #3E6067
Tints of Smalt Blue #3E6067
RGB
CMYK
RGB Variations
Color information
#3E6067 (or 0x3E6067) is known color: Smalt Blue. HEX triplet: 3E, 60 and 67. RGB value is (62,96,103). Sum of RGB (Red+Green+Blue) = 62+96+103=261 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.75% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 103 - color contains mainly: blue. Hex color #3E6067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6067 is #C19F98. Grayscale: #565656. Windows color (decimal): -12689305 or 6774846. OLE color: 6774846.
HSL color Cylindrical-coordinate representation of color #3E6067: hue angle of 190.24º 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 #3E6067 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 96 | 103 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.60 |
| HSL | 190.24º | 0.25% | 0.32% | - |
| HSV(B) | 190.24º | 0.4% | 0.4% | - |
| XYZ | 8.62 | 10.37 | 14.38 | - |
| YUV | 86.63 | 137.24 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 96 | 103 | 0.40 | 0.07 | 0 | 0.60 | 190.24 | 0.25 | 0.32 |
| Hex | 3E | 60 | 67 | 28 | 7 | 0 | 3C | BE | 19 | 20 |
| Octal | 76 | 140 | 147 | 50 | 7 | 0 | 74 | 276 | 31 | 40 |
| Binary | 111110 | 1100000 | 1100111 | 101000 | 111 | 0 | 111100 | 10111110 | 11001 | 100000 |
Color Harmonies of #3E6067
Complementary color
Monochromatic Colors of #3E6067
Black with #3E6067
Text Example
Text Example
White with #3E6067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6067; }
p { color: rgb(62,96,103); }
H1.HeaderClassName
{
color: #3E6067;
}
.AnyTagClassName
{
color: #3E6067;
}
</style>
background-color css
<style>
a { background-color: #3E6067; }
a { background-color: rgb(62,96,103); }
div.DivClassName
{
background-color: #3E6067;
}
.BgClassName
{
background-color: #3E6067;
}
</style>
border-color css
<style>
span { border-color: #3E6067; }
span { border-color: rgb(62,96,103); }
td.TdClassName
{
border-color: #3E6067;
}
.TagClassName
{
border-color: #3E6067;
}
</style>