Shades of Smalt #003598
Tints of Smalt #003598
RGB
CMYK
RGB Variations
Color information
#003598 (or 0x003598) is known color: Smalt. HEX triplet: 00, 35 and 98. RGB value is (0,53,152). Sum of RGB (Red+Green+Blue) = 0+53+152=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 152 (59.77% from 255 or 74.15% from 205); Max value from RGB is 152 - color contains mainly: blue. Hex color #003598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003598 is #FFCA67. Grayscale: #2F2F2F. Windows color (decimal): -16763496 or 9975040. OLE color: 9975040.
HSL color Cylindrical-coordinate representation of color #003598: hue angle of 219.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 #003598 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 53 | 152 | - |
| CMYK | 1 | 0.65 | 0 | 0.40 |
| HSL | 219.08º | 1% | 0.3% | - |
| HSV(B) | 219.08º | 1% | 0.6% | - |
| XYZ | 6.94 | 4.81 | 30.27 | - |
| YUV | 48.44 | 186.44 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 152 | 1 | 0.65 | 0 | 0.40 | 219.08 | 1 | 0.3 |
| Hex | 0 | 35 | 98 | 64 | 41 | 0 | 28 | DB | 64 | 1E |
| Octal | 0 | 65 | 230 | 144 | 101 | 0 | 50 | 333 | 144 | 36 |
| Binary | 0 | 110101 | 10011000 | 1100100 | 1000001 | 0 | 101000 | 11011011 | 1100100 | 11110 |
Color Harmonies of #003598
Complementary color
Monochromatic Colors of #003598
Black with #003598
Text Example
Text Example
White with #003598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003598; }
p { color: rgb(0,53,152); }
H1.HeaderClassName
{
color: #003598;
}
.AnyTagClassName
{
color: #003598;
}
</style>
background-color css
<style>
a { background-color: #003598; }
a { background-color: rgb(0,53,152); }
div.DivClassName
{
background-color: #003598;
}
.BgClassName
{
background-color: #003598;
}
</style>
border-color css
<style>
span { border-color: #003598; }
span { border-color: rgb(0,53,152); }
td.TdClassName
{
border-color: #003598;
}
.TagClassName
{
border-color: #003598;
}
</style>