Shades of Smalt #03218C
Tints of Smalt #03218C
RGB
CMYK
RGB Variations
Color information
#03218C (or 0x03218C) is known color: Smalt. HEX triplet: 03, 21 and 8C. RGB value is (3,33,140). Sum of RGB (Red+Green+Blue) = 3+33+140=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 140 (55.08% from 255 or 79.55% from 176); Max value from RGB is 140 - color contains mainly: blue. Hex color #03218C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03218C is #FCDE73. Grayscale: #232323. Windows color (decimal): -16572020 or 9183491. OLE color: 9183491.
HSL color Cylindrical-coordinate representation of color #03218C: hue angle of 226.86º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03218C is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 33 | 140 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.45 |
| HSL | 226.86º | 0.96% | 0.28% | - |
| HSV(B) | 226.86º | 0.98% | 0.55% | - |
| XYZ | 5.32 | 3 | 25.11 | - |
| YUV | 36.23 | 186.56 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 140 | 0.98 | 0.76 | 0 | 0.45 | 226.86 | 0.96 | 0.28 |
| Hex | 3 | 21 | 8C | 62 | 4C | 0 | 2D | E3 | 60 | 1C |
| Octal | 3 | 41 | 214 | 142 | 114 | 0 | 55 | 343 | 140 | 34 |
| Binary | 11 | 100001 | 10001100 | 1100010 | 1001100 | 0 | 101101 | 11100011 | 1100000 | 11100 |
Color Harmonies of #03218C
Complementary color
Monochromatic Colors of #03218C
Black with #03218C
Text Example
Text Example
White with #03218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03218C; }
p { color: rgb(3,33,140); }
H1.HeaderClassName
{
color: #03218C;
}
.AnyTagClassName
{
color: #03218C;
}
</style>
background-color css
<style>
a { background-color: #03218C; }
a { background-color: rgb(3,33,140); }
div.DivClassName
{
background-color: #03218C;
}
.BgClassName
{
background-color: #03218C;
}
</style>
border-color css
<style>
span { border-color: #03218C; }
span { border-color: rgb(3,33,140); }
td.TdClassName
{
border-color: #03218C;
}
.TagClassName
{
border-color: #03218C;
}
</style>