Shades of Smalt #03319E
Tints of Smalt #03319E
RGB
CMYK
RGB Variations
Color information
#03319E (or 0x03319E) is known color: Smalt. HEX triplet: 03, 31 and 9E. RGB value is (3,49,158). Sum of RGB (Red+Green+Blue) = 3+49+158=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 158 (62.11% from 255 or 75.24% from 210); Max value from RGB is 158 - color contains mainly: blue. Hex color #03319E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03319E is #FCCE61. Grayscale: #2F2F2F. Windows color (decimal): -16567906 or 10367235. OLE color: 10367235.
HSL color Cylindrical-coordinate representation of color #03319E: hue angle of 222.19º 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 #03319E is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 49 | 158 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.38 |
| HSL | 222.19º | 0.96% | 0.32% | - |
| HSV(B) | 222.19º | 0.98% | 0.62% | - |
| XYZ | 7.31 | 4.68 | 32.87 | - |
| YUV | 47.67 | 190.26 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 49 | 158 | 0.98 | 0.69 | 0 | 0.38 | 222.19 | 0.96 | 0.32 |
| Hex | 3 | 31 | 9E | 62 | 45 | 0 | 26 | DE | 60 | 20 |
| Octal | 3 | 61 | 236 | 142 | 105 | 0 | 46 | 336 | 140 | 40 |
| Binary | 11 | 110001 | 10011110 | 1100010 | 1000101 | 0 | 100110 | 11011110 | 1100000 | 100000 |
Color Harmonies of #03319E
Complementary color
Monochromatic Colors of #03319E
Black with #03319E
Text Example
Text Example
White with #03319E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03319E; }
p { color: rgb(3,49,158); }
H1.HeaderClassName
{
color: #03319E;
}
.AnyTagClassName
{
color: #03319E;
}
</style>
background-color css
<style>
a { background-color: #03319E; }
a { background-color: rgb(3,49,158); }
div.DivClassName
{
background-color: #03319E;
}
.BgClassName
{
background-color: #03319E;
}
</style>
border-color css
<style>
span { border-color: #03319E; }
span { border-color: rgb(3,49,158); }
td.TdClassName
{
border-color: #03319E;
}
.TagClassName
{
border-color: #03319E;
}
</style>