Shades of Smalt #03358D
Tints of Smalt #03358D
RGB
CMYK
RGB Variations
Color information
#03358D (or 0x03358D) is known color: Smalt. HEX triplet: 03, 35 and 8D. RGB value is (3,53,141). Sum of RGB (Red+Green+Blue) = 3+53+141=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 141 (55.47% from 255 or 71.57% from 197); Max value from RGB is 141 - color contains mainly: blue. Hex color #03358D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03358D is #FCCA72. Grayscale: #2F2F2F. Windows color (decimal): -16566899 or 9254147. OLE color: 9254147.
HSL color Cylindrical-coordinate representation of color #03358D: hue angle of 218.26º 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 #03358D is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 53 | 141 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.45 |
| HSL | 218.26º | 0.96% | 0.28% | - |
| HSV(B) | 218.26º | 0.98% | 0.55% | - |
| XYZ | 6.12 | 4.49 | 25.74 | - |
| YUV | 48.08 | 180.44 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 53 | 141 | 0.98 | 0.62 | 0 | 0.45 | 218.26 | 0.96 | 0.28 |
| Hex | 3 | 35 | 8D | 62 | 3E | 0 | 2D | DA | 60 | 1C |
| Octal | 3 | 65 | 215 | 142 | 76 | 0 | 55 | 332 | 140 | 34 |
| Binary | 11 | 110101 | 10001101 | 1100010 | 111110 | 0 | 101101 | 11011010 | 1100000 | 11100 |
Color Harmonies of #03358D
Complementary color
Monochromatic Colors of #03358D
Black with #03358D
Text Example
Text Example
White with #03358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03358D; }
p { color: rgb(3,53,141); }
H1.HeaderClassName
{
color: #03358D;
}
.AnyTagClassName
{
color: #03358D;
}
</style>
background-color css
<style>
a { background-color: #03358D; }
a { background-color: rgb(3,53,141); }
div.DivClassName
{
background-color: #03358D;
}
.BgClassName
{
background-color: #03358D;
}
</style>
border-color css
<style>
span { border-color: #03358D; }
span { border-color: rgb(3,53,141); }
td.TdClassName
{
border-color: #03358D;
}
.TagClassName
{
border-color: #03358D;
}
</style>