Shades of Smalt #003496
Tints of Smalt #003496
RGB
CMYK
RGB Variations
Color information
#003496 (or 0x003496) is known color: Smalt. HEX triplet: 00, 34 and 96. RGB value is (0,52,150). Sum of RGB (Red+Green+Blue) = 0+52+150=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 150 (58.98% from 255 or 74.26% from 202); Max value from RGB is 150 - color contains mainly: blue. Hex color #003496 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003496 is #FFCB69. Grayscale: #2F2F2F. Windows color (decimal): -16763754 or 9843712. OLE color: 9843712.
HSL color Cylindrical-coordinate representation of color #003496: hue angle of 219.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003496 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 52 | 150 | - |
| CMYK | 1 | 0.65 | 0 | 0.41 |
| HSL | 219.2º | 1% | 0.29% | - |
| HSV(B) | 219.2º | 1% | 0.59% | - |
| XYZ | 6.73 | 4.66 | 29.4 | - |
| YUV | 47.62 | 185.77 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 150 | 1 | 0.65 | 0 | 0.41 | 219.2 | 1 | 0.29 |
| Hex | 0 | 34 | 96 | 64 | 41 | 0 | 29 | DB | 64 | 1D |
| Octal | 0 | 64 | 226 | 144 | 101 | 0 | 51 | 333 | 144 | 35 |
| Binary | 0 | 110100 | 10010110 | 1100100 | 1000001 | 0 | 101001 | 11011011 | 1100100 | 11101 |
Color Harmonies of #003496
Complementary color
Monochromatic Colors of #003496
Black with #003496
Text Example
Text Example
White with #003496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003496; }
p { color: rgb(0,52,150); }
H1.HeaderClassName
{
color: #003496;
}
.AnyTagClassName
{
color: #003496;
}
</style>
background-color css
<style>
a { background-color: #003496; }
a { background-color: rgb(0,52,150); }
div.DivClassName
{
background-color: #003496;
}
.BgClassName
{
background-color: #003496;
}
</style>
border-color css
<style>
span { border-color: #003496; }
span { border-color: rgb(0,52,150); }
td.TdClassName
{
border-color: #003496;
}
.TagClassName
{
border-color: #003496;
}
</style>