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