Shades of Smalt #003C8C
Tints of Smalt #003C8C
RGB
CMYK
RGB Variations
Color information
#003C8C (or 0x003C8C) is known color: Smalt. HEX triplet: 00, 3C and 8C. RGB value is (0,60,140). Sum of RGB (Red+Green+Blue) = 0+60+140=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 140 (55.08% from 255 or 70% from 200); Max value from RGB is 140 - color contains mainly: blue. Hex color #003C8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003C8C is #FFC373. Grayscale: #323232. Windows color (decimal): -16761716 or 9190400. OLE color: 9190400.
HSL color Cylindrical-coordinate representation of color #003C8C: hue angle of 214.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C8C is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 60 | 140 | - |
| CMYK | 1 | 0.57 | 0 | 0.45 |
| HSL | 214.29º | 1% | 0.27% | - |
| HSV(B) | 214.29º | 1% | 0.55% | - |
| XYZ | 6.35 | 5.13 | 25.47 | - |
| YUV | 51.18 | 178.12 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 140 | 1 | 0.57 | 0 | 0.45 | 214.29 | 1 | 0.27 |
| Hex | 0 | 3C | 8C | 64 | 39 | 0 | 2D | D6 | 64 | 1B |
| Octal | 0 | 74 | 214 | 144 | 71 | 0 | 55 | 326 | 144 | 33 |
| Binary | 0 | 111100 | 10001100 | 1100100 | 111001 | 0 | 101101 | 11010110 | 1100100 | 11011 |
Color Harmonies of #003C8C
Complementary color
Monochromatic Colors of #003C8C
Black with #003C8C
Text Example
Text Example
White with #003C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C8C; }
p { color: rgb(0,60,140); }
H1.HeaderClassName
{
color: #003C8C;
}
.AnyTagClassName
{
color: #003C8C;
}
</style>
background-color css
<style>
a { background-color: #003C8C; }
a { background-color: rgb(0,60,140); }
div.DivClassName
{
background-color: #003C8C;
}
.BgClassName
{
background-color: #003C8C;
}
</style>
border-color css
<style>
span { border-color: #003C8C; }
span { border-color: rgb(0,60,140); }
td.TdClassName
{
border-color: #003C8C;
}
.TagClassName
{
border-color: #003C8C;
}
</style>