Shades of Smalt #003386
Tints of Smalt #003386
RGB
CMYK
RGB Variations
Color information
#003386 (or 0x003386) is known color: Smalt. HEX triplet: 00, 33 and 86. RGB value is (0,51,134). Sum of RGB (Red+Green+Blue) = 0+51+134=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 134 (52.73% from 255 or 72.43% from 185); Max value from RGB is 134 - color contains mainly: blue. Hex color #003386 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003386 is #FFCC79. Grayscale: #2C2C2C. Windows color (decimal): -16764026 or 8794880. OLE color: 8794880.
HSL color Cylindrical-coordinate representation of color #003386: hue angle of 217.16º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003386 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 51 | 134 | - |
| CMYK | 1 | 0.62 | 0 | 0.47 |
| HSL | 217.16º | 1% | 0.26% | - |
| HSV(B) | 217.16º | 1% | 0.53% | - |
| XYZ | 5.49 | 4.09 | 23.05 | - |
| YUV | 45.21 | 178.1 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 134 | 1 | 0.62 | 0 | 0.47 | 217.16 | 1 | 0.26 |
| Hex | 0 | 33 | 86 | 64 | 3E | 0 | 2F | D9 | 64 | 1A |
| Octal | 0 | 63 | 206 | 144 | 76 | 0 | 57 | 331 | 144 | 32 |
| Binary | 0 | 110011 | 10000110 | 1100100 | 111110 | 0 | 101111 | 11011001 | 1100100 | 11010 |
Color Harmonies of #003386
Complementary color
Monochromatic Colors of #003386
Black with #003386
Text Example
Text Example
White with #003386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003386; }
p { color: rgb(0,51,134); }
H1.HeaderClassName
{
color: #003386;
}
.AnyTagClassName
{
color: #003386;
}
</style>
background-color css
<style>
a { background-color: #003386; }
a { background-color: rgb(0,51,134); }
div.DivClassName
{
background-color: #003386;
}
.BgClassName
{
background-color: #003386;
}
</style>
border-color css
<style>
span { border-color: #003386; }
span { border-color: rgb(0,51,134); }
td.TdClassName
{
border-color: #003386;
}
.TagClassName
{
border-color: #003386;
}
</style>