Shades of Smalt #003990
Tints of Smalt #003990
RGB
CMYK
RGB Variations
Color information
#003990 (or 0x003990) is known color: Smalt. HEX triplet: 00, 39 and 90. RGB value is (0,57,144). Sum of RGB (Red+Green+Blue) = 0+57+144=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 144 (56.64% from 255 or 71.64% from 201); Max value from RGB is 144 - color contains mainly: blue. Hex color #003990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003990 is #FFC66F. Grayscale: #313131. Windows color (decimal): -16762480 or 9451776. OLE color: 9451776.
HSL color Cylindrical-coordinate representation of color #003990: hue angle of 216.25º 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 #003990 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 57 | 144 | - |
| CMYK | 1 | 0.60 | 0 | 0.44 |
| HSL | 216.25º | 1% | 0.28% | - |
| HSV(B) | 216.25º | 1% | 0.56% | - |
| XYZ | 6.5 | 4.94 | 27 | - |
| YUV | 49.88 | 181.12 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 144 | 1 | 0.60 | 0 | 0.44 | 216.25 | 1 | 0.28 |
| Hex | 0 | 39 | 90 | 64 | 3C | 0 | 2C | D8 | 64 | 1C |
| Octal | 0 | 71 | 220 | 144 | 74 | 0 | 54 | 330 | 144 | 34 |
| Binary | 0 | 111001 | 10010000 | 1100100 | 111100 | 0 | 101100 | 11011000 | 1100100 | 11100 |
Color Harmonies of #003990
Complementary color
Monochromatic Colors of #003990
Black with #003990
Text Example
Text Example
White with #003990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003990; }
p { color: rgb(0,57,144); }
H1.HeaderClassName
{
color: #003990;
}
.AnyTagClassName
{
color: #003990;
}
</style>
background-color css
<style>
a { background-color: #003990; }
a { background-color: rgb(0,57,144); }
div.DivClassName
{
background-color: #003990;
}
.BgClassName
{
background-color: #003990;
}
</style>
border-color css
<style>
span { border-color: #003990; }
span { border-color: rgb(0,57,144); }
td.TdClassName
{
border-color: #003990;
}
.TagClassName
{
border-color: #003990;
}
</style>