Shades of Smalt #003397
Tints of Smalt #003397
RGB
CMYK
RGB Variations
Color information
#003397 (or 0x003397) is known color: Smalt. HEX triplet: 00, 33 and 97. RGB value is (0,51,151). Sum of RGB (Red+Green+Blue) = 0+51+151=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 151 (59.38% from 255 or 74.75% from 202); Max value from RGB is 151 - color contains mainly: blue. Hex color #003397 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003397 is #FFCC68. Grayscale: #2E2E2E. Windows color (decimal): -16764009 or 9908992. OLE color: 9908992.
HSL color Cylindrical-coordinate representation of color #003397: hue angle of 219.74º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003397 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 51 | 151 | - |
| CMYK | 1 | 0.66 | 0 | 0.41 |
| HSL | 219.74º | 1% | 0.3% | - |
| HSV(B) | 219.74º | 1% | 0.59% | - |
| XYZ | 6.77 | 4.6 | 29.81 | - |
| YUV | 47.15 | 186.6 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 151 | 1 | 0.66 | 0 | 0.41 | 219.74 | 1 | 0.3 |
| Hex | 0 | 33 | 97 | 64 | 42 | 0 | 29 | DC | 64 | 1E |
| Octal | 0 | 63 | 227 | 144 | 102 | 0 | 51 | 334 | 144 | 36 |
| Binary | 0 | 110011 | 10010111 | 1100100 | 1000010 | 0 | 101001 | 11011100 | 1100100 | 11110 |
Color Harmonies of #003397
Complementary color
Monochromatic Colors of #003397
Black with #003397
Text Example
Text Example
White with #003397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003397; }
p { color: rgb(0,51,151); }
H1.HeaderClassName
{
color: #003397;
}
.AnyTagClassName
{
color: #003397;
}
</style>
background-color css
<style>
a { background-color: #003397; }
a { background-color: rgb(0,51,151); }
div.DivClassName
{
background-color: #003397;
}
.BgClassName
{
background-color: #003397;
}
</style>
border-color css
<style>
span { border-color: #003397; }
span { border-color: rgb(0,51,151); }
td.TdClassName
{
border-color: #003397;
}
.TagClassName
{
border-color: #003397;
}
</style>