Shades of Smalt #003D90
Tints of Smalt #003D90
RGB
CMYK
RGB Variations
Color information
#003D90 (or 0x003D90) is known color: Smalt. HEX triplet: 00, 3D and 90. RGB value is (0,61,144). Sum of RGB (Red+Green+Blue) = 0+61+144=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 144 (56.64% from 255 or 70.24% from 205); Max value from RGB is 144 - color contains mainly: blue. Hex color #003D90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003D90 is #FFC26F. Grayscale: #333333. Windows color (decimal): -16761456 or 9452800. OLE color: 9452800.
HSL color Cylindrical-coordinate representation of color #003D90: hue angle of 214.58º 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 #003D90 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 61 | 144 | - |
| CMYK | 1 | 0.58 | 0 | 0.44 |
| HSL | 214.58º | 1% | 0.28% | - |
| HSV(B) | 214.58º | 1% | 0.56% | - |
| XYZ | 6.7 | 5.35 | 27.07 | - |
| YUV | 52.22 | 179.79 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 144 | 1 | 0.58 | 0 | 0.44 | 214.58 | 1 | 0.28 |
| Hex | 0 | 3D | 90 | 64 | 3A | 0 | 2C | D7 | 64 | 1C |
| Octal | 0 | 75 | 220 | 144 | 72 | 0 | 54 | 327 | 144 | 34 |
| Binary | 0 | 111101 | 10010000 | 1100100 | 111010 | 0 | 101100 | 11010111 | 1100100 | 11100 |
Color Harmonies of #003D90
Complementary color
Monochromatic Colors of #003D90
Black with #003D90
Text Example
Text Example
White with #003D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003D90; }
p { color: rgb(0,61,144); }
H1.HeaderClassName
{
color: #003D90;
}
.AnyTagClassName
{
color: #003D90;
}
</style>
background-color css
<style>
a { background-color: #003D90; }
a { background-color: rgb(0,61,144); }
div.DivClassName
{
background-color: #003D90;
}
.BgClassName
{
background-color: #003D90;
}
</style>
border-color css
<style>
span { border-color: #003D90; }
span { border-color: rgb(0,61,144); }
td.TdClassName
{
border-color: #003D90;
}
.TagClassName
{
border-color: #003D90;
}
</style>