Shades of Smalt #003F98
Tints of Smalt #003F98
RGB
CMYK
RGB Variations
Color information
#003F98 (or 0x003F98) is known color: Smalt. HEX triplet: 00, 3F and 98. RGB value is (0,63,152). Sum of RGB (Red+Green+Blue) = 0+63+152=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 152 (59.77% from 255 or 70.70% from 215); Max value from RGB is 152 - color contains mainly: blue. Hex color #003F98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003F98 is #FFC067. Grayscale: #353535. Windows color (decimal): -16760936 or 9977600. OLE color: 9977600.
HSL color Cylindrical-coordinate representation of color #003F98: hue angle of 215.13º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F98 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 63 | 152 | - |
| CMYK | 1 | 0.59 | 0 | 0.40 |
| HSL | 215.13º | 1% | 0.3% | - |
| HSV(B) | 215.13º | 1% | 0.6% | - |
| XYZ | 7.45 | 5.82 | 30.44 | - |
| YUV | 54.31 | 183.13 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 152 | 1 | 0.59 | 0 | 0.40 | 215.13 | 1 | 0.3 |
| Hex | 0 | 3F | 98 | 64 | 3B | 0 | 28 | D7 | 64 | 1E |
| Octal | 0 | 77 | 230 | 144 | 73 | 0 | 50 | 327 | 144 | 36 |
| Binary | 0 | 111111 | 10011000 | 1100100 | 111011 | 0 | 101000 | 11010111 | 1100100 | 11110 |
Color Harmonies of #003F98
Complementary color
Monochromatic Colors of #003F98
Black with #003F98
Text Example
Text Example
White with #003F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F98; }
p { color: rgb(0,63,152); }
H1.HeaderClassName
{
color: #003F98;
}
.AnyTagClassName
{
color: #003F98;
}
</style>
background-color css
<style>
a { background-color: #003F98; }
a { background-color: rgb(0,63,152); }
div.DivClassName
{
background-color: #003F98;
}
.BgClassName
{
background-color: #003F98;
}
</style>
border-color css
<style>
span { border-color: #003F98; }
span { border-color: rgb(0,63,152); }
td.TdClassName
{
border-color: #003F98;
}
.TagClassName
{
border-color: #003F98;
}
</style>