Shades of Smalt #003589
Tints of Smalt #003589
RGB
CMYK
RGB Variations
Color information
#003589 (or 0x003589) is known color: Smalt. HEX triplet: 00, 35 and 89. RGB value is (0,53,137). Sum of RGB (Red+Green+Blue) = 0+53+137=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 137 (53.91% from 255 or 72.11% from 190); Max value from RGB is 137 - color contains mainly: blue. Hex color #003589 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003589 is #FFCA76. Grayscale: #2E2E2E. Windows color (decimal): -16763511 or 8992000. OLE color: 8992000.
HSL color Cylindrical-coordinate representation of color #003589: hue angle of 216.79º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003589 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 53 | 137 | - |
| CMYK | 1 | 0.61 | 0 | 0.46 |
| HSL | 216.79º | 1% | 0.27% | - |
| HSV(B) | 216.79º | 1% | 0.54% | - |
| XYZ | 5.79 | 4.35 | 24.2 | - |
| YUV | 46.73 | 178.94 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 137 | 1 | 0.61 | 0 | 0.46 | 216.79 | 1 | 0.27 |
| Hex | 0 | 35 | 89 | 64 | 3D | 0 | 2E | D9 | 64 | 1B |
| Octal | 0 | 65 | 211 | 144 | 75 | 0 | 56 | 331 | 144 | 33 |
| Binary | 0 | 110101 | 10001001 | 1100100 | 111101 | 0 | 101110 | 11011001 | 1100100 | 11011 |
Color Harmonies of #003589
Complementary color
Monochromatic Colors of #003589
Black with #003589
Text Example
Text Example
White with #003589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003589; }
p { color: rgb(0,53,137); }
H1.HeaderClassName
{
color: #003589;
}
.AnyTagClassName
{
color: #003589;
}
</style>
background-color css
<style>
a { background-color: #003589; }
a { background-color: rgb(0,53,137); }
div.DivClassName
{
background-color: #003589;
}
.BgClassName
{
background-color: #003589;
}
</style>
border-color css
<style>
span { border-color: #003589; }
span { border-color: rgb(0,53,137); }
td.TdClassName
{
border-color: #003589;
}
.TagClassName
{
border-color: #003589;
}
</style>