Shades of Smalt #03218F
Tints of Smalt #03218F
RGB
CMYK
RGB Variations
Color information
#03218F (or 0x03218F) is known color: Smalt. HEX triplet: 03, 21 and 8F. RGB value is (3,33,143). Sum of RGB (Red+Green+Blue) = 3+33+143=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 143 (56.25% from 255 or 79.89% from 179); Max value from RGB is 143 - color contains mainly: blue. Hex color #03218F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03218F is #FCDE70. Grayscale: #242424. Windows color (decimal): -16572017 or 9380099. OLE color: 9380099.
HSL color Cylindrical-coordinate representation of color #03218F: hue angle of 227.14º 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 #03218F is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 33 | 143 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.44 |
| HSL | 227.14º | 0.96% | 0.29% | - |
| HSV(B) | 227.14º | 0.98% | 0.56% | - |
| XYZ | 5.54 | 3.09 | 26.29 | - |
| YUV | 36.57 | 188.06 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 143 | 0.98 | 0.77 | 0 | 0.44 | 227.14 | 0.96 | 0.29 |
| Hex | 3 | 21 | 8F | 62 | 4D | 0 | 2C | E3 | 60 | 1D |
| Octal | 3 | 41 | 217 | 142 | 115 | 0 | 54 | 343 | 140 | 35 |
| Binary | 11 | 100001 | 10001111 | 1100010 | 1001101 | 0 | 101100 | 11100011 | 1100000 | 11101 |
Color Harmonies of #03218F
Complementary color
Monochromatic Colors of #03218F
Black with #03218F
Text Example
Text Example
White with #03218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03218F; }
p { color: rgb(3,33,143); }
H1.HeaderClassName
{
color: #03218F;
}
.AnyTagClassName
{
color: #03218F;
}
</style>
background-color css
<style>
a { background-color: #03218F; }
a { background-color: rgb(3,33,143); }
div.DivClassName
{
background-color: #03218F;
}
.BgClassName
{
background-color: #03218F;
}
</style>
border-color css
<style>
span { border-color: #03218F; }
span { border-color: rgb(3,33,143); }
td.TdClassName
{
border-color: #03218F;
}
.TagClassName
{
border-color: #03218F;
}
</style>