Shades of Smalt #03328A
Tints of Smalt #03328A
RGB
CMYK
RGB Variations
Color information
#03328A (or 0x03328A) is known color: Smalt. HEX triplet: 03, 32 and 8A. RGB value is (3,50,138). Sum of RGB (Red+Green+Blue) = 3+50+138=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 138 (54.30% from 255 or 72.25% from 191); Max value from RGB is 138 - color contains mainly: blue. Hex color #03328A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03328A is #FCCD75. Grayscale: #2D2D2D. Windows color (decimal): -16567670 or 9056771. OLE color: 9056771.
HSL color Cylindrical-coordinate representation of color #03328A: hue angle of 219.11º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03328A is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 50 | 138 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.46 |
| HSL | 219.11º | 0.96% | 0.28% | - |
| HSV(B) | 219.11º | 0.98% | 0.54% | - |
| XYZ | 5.77 | 4.14 | 24.54 | - |
| YUV | 45.98 | 179.93 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 138 | 0.98 | 0.64 | 0 | 0.46 | 219.11 | 0.96 | 0.28 |
| Hex | 3 | 32 | 8A | 62 | 40 | 0 | 2E | DB | 60 | 1C |
| Octal | 3 | 62 | 212 | 142 | 100 | 0 | 56 | 333 | 140 | 34 |
| Binary | 11 | 110010 | 10001010 | 1100010 | 1000000 | 0 | 101110 | 11011011 | 1100000 | 11100 |
Color Harmonies of #03328A
Complementary color
Monochromatic Colors of #03328A
Black with #03328A
Text Example
Text Example
White with #03328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03328A; }
p { color: rgb(3,50,138); }
H1.HeaderClassName
{
color: #03328A;
}
.AnyTagClassName
{
color: #03328A;
}
</style>
background-color css
<style>
a { background-color: #03328A; }
a { background-color: rgb(3,50,138); }
div.DivClassName
{
background-color: #03328A;
}
.BgClassName
{
background-color: #03328A;
}
</style>
border-color css
<style>
span { border-color: #03328A; }
span { border-color: rgb(3,50,138); }
td.TdClassName
{
border-color: #03328A;
}
.TagClassName
{
border-color: #03328A;
}
</style>