Shades of Smalt #003296
Tints of Smalt #003296
RGB
CMYK
RGB Variations
Color information
#003296 (or 0x003296) is known color: Smalt. HEX triplet: 00, 32 and 96. RGB value is (0,50,150). Sum of RGB (Red+Green+Blue) = 0+50+150=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 150 (58.98% from 255 or 75% from 200); Max value from RGB is 150 - color contains mainly: blue. Hex color #003296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003296 is #FFCD69. Grayscale: #2E2E2E. Windows color (decimal): -16764266 or 9843200. OLE color: 9843200.
HSL color Cylindrical-coordinate representation of color #003296: hue angle of 220º 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 #003296 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 50 | 150 | - |
| CMYK | 1 | 0.67 | 0 | 0.41 |
| HSL | 220º | 1% | 0.29% | - |
| HSV(B) | 220º | 1% | 0.59% | - |
| XYZ | 6.65 | 4.48 | 29.37 | - |
| YUV | 46.45 | 186.44 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 150 | 1 | 0.67 | 0 | 0.41 | 220 | 1 | 0.29 |
| Hex | 0 | 32 | 96 | 64 | 43 | 0 | 29 | DC | 64 | 1D |
| Octal | 0 | 62 | 226 | 144 | 103 | 0 | 51 | 334 | 144 | 35 |
| Binary | 0 | 110010 | 10010110 | 1100100 | 1000011 | 0 | 101001 | 11011100 | 1100100 | 11101 |
Color Harmonies of #003296
Complementary color
Monochromatic Colors of #003296
Black with #003296
Text Example
Text Example
White with #003296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003296; }
p { color: rgb(0,50,150); }
H1.HeaderClassName
{
color: #003296;
}
.AnyTagClassName
{
color: #003296;
}
</style>
background-color css
<style>
a { background-color: #003296; }
a { background-color: rgb(0,50,150); }
div.DivClassName
{
background-color: #003296;
}
.BgClassName
{
background-color: #003296;
}
</style>
border-color css
<style>
span { border-color: #003296; }
span { border-color: rgb(0,50,150); }
td.TdClassName
{
border-color: #003296;
}
.TagClassName
{
border-color: #003296;
}
</style>