Shades of Smalt #03369D
Tints of Smalt #03369D
RGB
CMYK
RGB Variations
Color information
#03369D (or 0x03369D) is known color: Smalt. HEX triplet: 03, 36 and 9D. RGB value is (3,54,157). Sum of RGB (Red+Green+Blue) = 3+54+157=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 157 (61.72% from 255 or 73.36% from 214); Max value from RGB is 157 - color contains mainly: blue. Hex color #03369D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03369D is #FCC962. Grayscale: #323232. Windows color (decimal): -16566627 or 10302979. OLE color: 10302979.
HSL color Cylindrical-coordinate representation of color #03369D: hue angle of 220.13º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03369D is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 54 | 157 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.38 |
| HSL | 220.13º | 0.96% | 0.31% | - |
| HSV(B) | 220.13º | 0.98% | 0.62% | - |
| XYZ | 7.44 | 5.09 | 32.49 | - |
| YUV | 50.49 | 188.1 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 54 | 157 | 0.98 | 0.66 | 0 | 0.38 | 220.13 | 0.96 | 0.31 |
| Hex | 3 | 36 | 9D | 62 | 42 | 0 | 26 | DC | 60 | 1F |
| Octal | 3 | 66 | 235 | 142 | 102 | 0 | 46 | 334 | 140 | 37 |
| Binary | 11 | 110110 | 10011101 | 1100010 | 1000010 | 0 | 100110 | 11011100 | 1100000 | 11111 |
Color Harmonies of #03369D
Complementary color
Monochromatic Colors of #03369D
Black with #03369D
Text Example
Text Example
White with #03369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03369D; }
p { color: rgb(3,54,157); }
H1.HeaderClassName
{
color: #03369D;
}
.AnyTagClassName
{
color: #03369D;
}
</style>
background-color css
<style>
a { background-color: #03369D; }
a { background-color: rgb(3,54,157); }
div.DivClassName
{
background-color: #03369D;
}
.BgClassName
{
background-color: #03369D;
}
</style>
border-color css
<style>
span { border-color: #03369D; }
span { border-color: rgb(3,54,157); }
td.TdClassName
{
border-color: #03369D;
}
.TagClassName
{
border-color: #03369D;
}
</style>