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