Shades of Smalt #003590
Tints of Smalt #003590
RGB
CMYK
RGB Variations
Color information
#003590 (or 0x003590) is known color: Smalt. HEX triplet: 00, 35 and 90. RGB value is (0,53,144). Sum of RGB (Red+Green+Blue) = 0+53+144=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 144 (56.64% from 255 or 73.10% from 197); Max value from RGB is 144 - color contains mainly: blue. Hex color #003590 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003590 is #FFCA6F. Grayscale: #2F2F2F. Windows color (decimal): -16763504 or 9450752. OLE color: 9450752.
HSL color Cylindrical-coordinate representation of color #003590: hue angle of 217.92º 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 #003590 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 53 | 144 | - |
| CMYK | 1 | 0.63 | 0 | 0.44 |
| HSL | 217.92º | 1% | 0.28% | - |
| HSV(B) | 217.92º | 1% | 0.56% | - |
| XYZ | 6.31 | 4.56 | 26.93 | - |
| YUV | 47.53 | 182.44 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 144 | 1 | 0.63 | 0 | 0.44 | 217.92 | 1 | 0.28 |
| Hex | 0 | 35 | 90 | 64 | 3F | 0 | 2C | DA | 64 | 1C |
| Octal | 0 | 65 | 220 | 144 | 77 | 0 | 54 | 332 | 144 | 34 |
| Binary | 0 | 110101 | 10010000 | 1100100 | 111111 | 0 | 101100 | 11011010 | 1100100 | 11100 |
Color Harmonies of #003590
Complementary color
Monochromatic Colors of #003590
Black with #003590
Text Example
Text Example
White with #003590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003590; }
p { color: rgb(0,53,144); }
H1.HeaderClassName
{
color: #003590;
}
.AnyTagClassName
{
color: #003590;
}
</style>
background-color css
<style>
a { background-color: #003590; }
a { background-color: rgb(0,53,144); }
div.DivClassName
{
background-color: #003590;
}
.BgClassName
{
background-color: #003590;
}
</style>
border-color css
<style>
span { border-color: #003590; }
span { border-color: rgb(0,53,144); }
td.TdClassName
{
border-color: #003590;
}
.TagClassName
{
border-color: #003590;
}
</style>