Shades of Smalt #003C8F
Tints of Smalt #003C8F
RGB
CMYK
RGB Variations
Color information
#003C8F (or 0x003C8F) is known color: Smalt. HEX triplet: 00, 3C and 8F. RGB value is (0,60,143). Sum of RGB (Red+Green+Blue) = 0+60+143=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 143 (56.25% from 255 or 70.44% from 203); Max value from RGB is 143 - color contains mainly: blue. Hex color #003C8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003C8F is #FFC370. Grayscale: #333333. Windows color (decimal): -16761713 or 9387008. OLE color: 9387008.
HSL color Cylindrical-coordinate representation of color #003C8F: hue angle of 214.83º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C8F is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 60 | 143 | - |
| CMYK | 1 | 0.58 | 0 | 0.44 |
| HSL | 214.83º | 1% | 0.28% | - |
| HSV(B) | 214.83º | 1% | 0.56% | - |
| XYZ | 6.57 | 5.21 | 26.65 | - |
| YUV | 51.52 | 179.62 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 143 | 1 | 0.58 | 0 | 0.44 | 214.83 | 1 | 0.28 |
| Hex | 0 | 3C | 8F | 64 | 3A | 0 | 2C | D7 | 64 | 1C |
| Octal | 0 | 74 | 217 | 144 | 72 | 0 | 54 | 327 | 144 | 34 |
| Binary | 0 | 111100 | 10001111 | 1100100 | 111010 | 0 | 101100 | 11010111 | 1100100 | 11100 |
Color Harmonies of #003C8F
Complementary color
Monochromatic Colors of #003C8F
Black with #003C8F
Text Example
Text Example
White with #003C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C8F; }
p { color: rgb(0,60,143); }
H1.HeaderClassName
{
color: #003C8F;
}
.AnyTagClassName
{
color: #003C8F;
}
</style>
background-color css
<style>
a { background-color: #003C8F; }
a { background-color: rgb(0,60,143); }
div.DivClassName
{
background-color: #003C8F;
}
.BgClassName
{
background-color: #003C8F;
}
</style>
border-color css
<style>
span { border-color: #003C8F; }
span { border-color: rgb(0,60,143); }
td.TdClassName
{
border-color: #003C8F;
}
.TagClassName
{
border-color: #003C8F;
}
</style>