Shades of Smalt #03328F
Tints of Smalt #03328F
RGB
CMYK
RGB Variations
Color information
#03328F (or 0x03328F) is known color: Smalt. HEX triplet: 03, 32 and 8F. RGB value is (3,50,143). Sum of RGB (Red+Green+Blue) = 3+50+143=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 143 (56.25% from 255 or 72.96% from 196); Max value from RGB is 143 - color contains mainly: blue. Hex color #03328F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03328F is #FCCD70. Grayscale: #2E2E2E. Windows color (decimal): -16567665 or 9384451. OLE color: 9384451.
HSL color Cylindrical-coordinate representation of color #03328F: hue angle of 219.86º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03328F is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 50 | 143 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.44 |
| HSL | 219.86º | 0.96% | 0.29% | - |
| HSV(B) | 219.86º | 0.98% | 0.56% | - |
| XYZ | 6.14 | 4.28 | 26.49 | - |
| YUV | 46.55 | 182.43 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 143 | 0.98 | 0.65 | 0 | 0.44 | 219.86 | 0.96 | 0.29 |
| Hex | 3 | 32 | 8F | 62 | 41 | 0 | 2C | DC | 60 | 1D |
| Octal | 3 | 62 | 217 | 142 | 101 | 0 | 54 | 334 | 140 | 35 |
| Binary | 11 | 110010 | 10001111 | 1100010 | 1000001 | 0 | 101100 | 11011100 | 1100000 | 11101 |
Color Harmonies of #03328F
Complementary color
Monochromatic Colors of #03328F
Black with #03328F
Text Example
Text Example
White with #03328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03328F; }
p { color: rgb(3,50,143); }
H1.HeaderClassName
{
color: #03328F;
}
.AnyTagClassName
{
color: #03328F;
}
</style>
background-color css
<style>
a { background-color: #03328F; }
a { background-color: rgb(3,50,143); }
div.DivClassName
{
background-color: #03328F;
}
.BgClassName
{
background-color: #03328F;
}
</style>
border-color css
<style>
span { border-color: #03328F; }
span { border-color: rgb(3,50,143); }
td.TdClassName
{
border-color: #03328F;
}
.TagClassName
{
border-color: #03328F;
}
</style>