Shades of Smalt #03358A
Tints of Smalt #03358A
RGB
CMYK
RGB Variations
Color information
#03358A (or 0x03358A) is known color: Smalt. HEX triplet: 03, 35 and 8A. RGB value is (3,53,138). Sum of RGB (Red+Green+Blue) = 3+53+138=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 138 (54.30% from 255 or 71.13% from 194); Max value from RGB is 138 - color contains mainly: blue. Hex color #03358A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03358A is #FCCA75. Grayscale: #2F2F2F. Windows color (decimal): -16566902 or 9057539. OLE color: 9057539.
HSL color Cylindrical-coordinate representation of color #03358A: hue angle of 217.78º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03358A is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 53 | 138 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.46 |
| HSL | 217.78º | 0.96% | 0.28% | - |
| HSV(B) | 217.78º | 0.98% | 0.54% | - |
| XYZ | 5.9 | 4.4 | 24.58 | - |
| YUV | 47.74 | 178.94 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 53 | 138 | 0.98 | 0.62 | 0 | 0.46 | 217.78 | 0.96 | 0.28 |
| Hex | 3 | 35 | 8A | 62 | 3E | 0 | 2E | DA | 60 | 1C |
| Octal | 3 | 65 | 212 | 142 | 76 | 0 | 56 | 332 | 140 | 34 |
| Binary | 11 | 110101 | 10001010 | 1100010 | 111110 | 0 | 101110 | 11011010 | 1100000 | 11100 |
Color Harmonies of #03358A
Complementary color
Monochromatic Colors of #03358A
Black with #03358A
Text Example
Text Example
White with #03358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03358A; }
p { color: rgb(3,53,138); }
H1.HeaderClassName
{
color: #03358A;
}
.AnyTagClassName
{
color: #03358A;
}
</style>
background-color css
<style>
a { background-color: #03358A; }
a { background-color: rgb(3,53,138); }
div.DivClassName
{
background-color: #03358A;
}
.BgClassName
{
background-color: #03358A;
}
</style>
border-color css
<style>
span { border-color: #03358A; }
span { border-color: rgb(3,53,138); }
td.TdClassName
{
border-color: #03358A;
}
.TagClassName
{
border-color: #03358A;
}
</style>