Shades of Smalt #003D99
Tints of Smalt #003D99
RGB
CMYK
RGB Variations
Color information
#003D99 (or 0x003D99) is known color: Smalt. HEX triplet: 00, 3D and 99. RGB value is (0,61,153). Sum of RGB (Red+Green+Blue) = 0+61+153=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 153 (60.16% from 255 or 71.50% from 214); Max value from RGB is 153 - color contains mainly: blue. Hex color #003D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003D99 is #FFC266. Grayscale: #343434. Windows color (decimal): -16761447 or 10042624. OLE color: 10042624.
HSL color Cylindrical-coordinate representation of color #003D99: hue angle of 216.08º 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 #003D99 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 61 | 153 | - |
| CMYK | 1 | 0.60 | 0 | 0.4 |
| HSL | 216.08º | 1% | 0.3% | - |
| HSV(B) | 216.08º | 1% | 0.6% | - |
| XYZ | 7.42 | 5.64 | 30.83 | - |
| YUV | 53.25 | 184.29 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 153 | 1 | 0.60 | 0 | 0.4 | 216.08 | 1 | 0.3 |
| Hex | 0 | 3D | 99 | 64 | 3C | 0 | 28 | D8 | 64 | 1E |
| Octal | 0 | 75 | 231 | 144 | 74 | 0 | 50 | 330 | 144 | 36 |
| Binary | 0 | 111101 | 10011001 | 1100100 | 111100 | 0 | 101000 | 11011000 | 1100100 | 11110 |
Color Harmonies of #003D99
Complementary color
Monochromatic Colors of #003D99
Black with #003D99
Text Example
Text Example
White with #003D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003D99; }
p { color: rgb(0,61,153); }
H1.HeaderClassName
{
color: #003D99;
}
.AnyTagClassName
{
color: #003D99;
}
</style>
background-color css
<style>
a { background-color: #003D99; }
a { background-color: rgb(0,61,153); }
div.DivClassName
{
background-color: #003D99;
}
.BgClassName
{
background-color: #003D99;
}
</style>
border-color css
<style>
span { border-color: #003D99; }
span { border-color: rgb(0,61,153); }
td.TdClassName
{
border-color: #003D99;
}
.TagClassName
{
border-color: #003D99;
}
</style>