Shades of Smalt Blue #3C646E
Tints of Smalt Blue #3C646E
RGB
CMYK
RGB Variations
Color information
#3C646E (or 0x3C646E) is known color: Smalt Blue. HEX triplet: 3C, 64 and 6E. RGB value is (60,100,110). Sum of RGB (Red+Green+Blue) = 60+100+110=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C646E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C646E is #C39B91. Grayscale: #595959. Windows color (decimal): -12819346 or 7234620. OLE color: 7234620.
HSL color Cylindrical-coordinate representation of color #3C646E: hue angle of 192º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C646E is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 60 | 100 | 110 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.57 |
| HSL | 192º | 0.29% | 0.33% | - |
| HSV(B) | 192º | 0.45% | 0.43% | - |
| XYZ | 9.24 | 11.2 | 16.43 | - |
| YUV | 89.18 | 139.75 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 100 | 110 | 0.45 | 0.09 | 0 | 0.57 | 192 | 0.29 | 0.33 |
| Hex | 3C | 64 | 6E | 2D | 9 | 0 | 39 | C0 | 1D | 21 |
| Octal | 74 | 144 | 156 | 55 | 11 | 0 | 71 | 300 | 35 | 41 |
| Binary | 111100 | 1100100 | 1101110 | 101101 | 1001 | 0 | 111001 | 11000000 | 11101 | 100001 |
Color Harmonies of #3C646E
Complementary color
Monochromatic Colors of #3C646E
Black with #3C646E
Text Example
Text Example
White with #3C646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C646E; }
p { color: rgb(60,100,110); }
H1.HeaderClassName
{
color: #3C646E;
}
.AnyTagClassName
{
color: #3C646E;
}
</style>
background-color css
<style>
a { background-color: #3C646E; }
a { background-color: rgb(60,100,110); }
div.DivClassName
{
background-color: #3C646E;
}
.BgClassName
{
background-color: #3C646E;
}
</style>
border-color css
<style>
span { border-color: #3C646E; }
span { border-color: rgb(60,100,110); }
td.TdClassName
{
border-color: #3C646E;
}
.TagClassName
{
border-color: #3C646E;
}
</style>