Shades of Smalt #03358F
Tints of Smalt #03358F
RGB
CMYK
RGB Variations
Color information
#03358F (or 0x03358F) is known color: Smalt. HEX triplet: 03, 35 and 8F. RGB value is (3,53,143). Sum of RGB (Red+Green+Blue) = 3+53+143=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 143 (56.25% from 255 or 71.86% from 199); Max value from RGB is 143 - color contains mainly: blue. Hex color #03358F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03358F is #FCCA70. Grayscale: #2F2F2F. Windows color (decimal): -16566897 or 9385219. OLE color: 9385219.
HSL color Cylindrical-coordinate representation of color #03358F: hue angle of 218.57º 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 #03358F is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 53 | 143 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.44 |
| HSL | 218.57º | 0.96% | 0.29% | - |
| HSV(B) | 218.57º | 0.98% | 0.56% | - |
| XYZ | 6.27 | 4.55 | 26.53 | - |
| YUV | 48.31 | 181.44 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 53 | 143 | 0.98 | 0.63 | 0 | 0.44 | 218.57 | 0.96 | 0.29 |
| Hex | 3 | 35 | 8F | 62 | 3F | 0 | 2C | DB | 60 | 1D |
| Octal | 3 | 65 | 217 | 142 | 77 | 0 | 54 | 333 | 140 | 35 |
| Binary | 11 | 110101 | 10001111 | 1100010 | 111111 | 0 | 101100 | 11011011 | 1100000 | 11101 |
Color Harmonies of #03358F
Complementary color
Monochromatic Colors of #03358F
Black with #03358F
Text Example
Text Example
White with #03358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03358F; }
p { color: rgb(3,53,143); }
H1.HeaderClassName
{
color: #03358F;
}
.AnyTagClassName
{
color: #03358F;
}
</style>
background-color css
<style>
a { background-color: #03358F; }
a { background-color: rgb(3,53,143); }
div.DivClassName
{
background-color: #03358F;
}
.BgClassName
{
background-color: #03358F;
}
</style>
border-color css
<style>
span { border-color: #03358F; }
span { border-color: rgb(3,53,143); }
td.TdClassName
{
border-color: #03358F;
}
.TagClassName
{
border-color: #03358F;
}
</style>