Shades of Smalt #03329F
Tints of Smalt #03329F
RGB
CMYK
RGB Variations
Color information
#03329F (or 0x03329F) is known color: Smalt. HEX triplet: 03, 32 and 9F. RGB value is (3,50,159). Sum of RGB (Red+Green+Blue) = 3+50+159=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 159 (62.5% from 255 or 75% from 212); Max value from RGB is 159 - color contains mainly: blue. Hex color #03329F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03329F is #FCCD60. Grayscale: #2F2F2F. Windows color (decimal): -16567649 or 10433027. OLE color: 10433027.
HSL color Cylindrical-coordinate representation of color #03329F: hue angle of 221.92º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03329F is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 50 | 159 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.38 |
| HSL | 221.92º | 0.96% | 0.32% | - |
| HSV(B) | 221.92º | 0.98% | 0.62% | - |
| XYZ | 7.44 | 4.8 | 33.34 | - |
| YUV | 48.37 | 190.43 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 159 | 0.98 | 0.69 | 0 | 0.38 | 221.92 | 0.96 | 0.32 |
| Hex | 3 | 32 | 9F | 62 | 45 | 0 | 26 | DE | 60 | 20 |
| Octal | 3 | 62 | 237 | 142 | 105 | 0 | 46 | 336 | 140 | 40 |
| Binary | 11 | 110010 | 10011111 | 1100010 | 1000101 | 0 | 100110 | 11011110 | 1100000 | 100000 |
Color Harmonies of #03329F
Complementary color
Monochromatic Colors of #03329F
Black with #03329F
Text Example
Text Example
White with #03329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03329F; }
p { color: rgb(3,50,159); }
H1.HeaderClassName
{
color: #03329F;
}
.AnyTagClassName
{
color: #03329F;
}
</style>
background-color css
<style>
a { background-color: #03329F; }
a { background-color: rgb(3,50,159); }
div.DivClassName
{
background-color: #03329F;
}
.BgClassName
{
background-color: #03329F;
}
</style>
border-color css
<style>
span { border-color: #03329F; }
span { border-color: rgb(3,50,159); }
td.TdClassName
{
border-color: #03329F;
}
.TagClassName
{
border-color: #03329F;
}
</style>