Shades of Smalt #03409C
Tints of Smalt #03409C
RGB
CMYK
RGB Variations
Color information
#03409C (or 0x03409C) is known color: Smalt. HEX triplet: 03, 40 and 9C. RGB value is (3,64,156). Sum of RGB (Red+Green+Blue) = 3+64+156=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 156 (61.33% from 255 or 69.96% from 223); Max value from RGB is 156 - color contains mainly: blue. Hex color #03409C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03409C is #FCBF63. Grayscale: #373737. Windows color (decimal): -16564068 or 10240003. OLE color: 10240003.
HSL color Cylindrical-coordinate representation of color #03409C: hue angle of 216.08º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03409C is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 64 | 156 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.39 |
| HSL | 216.08º | 0.96% | 0.31% | - |
| HSV(B) | 216.08º | 0.98% | 0.61% | - |
| XYZ | 7.87 | 6.09 | 32.21 | - |
| YUV | 56.25 | 184.29 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 156 | 0.98 | 0.59 | 0 | 0.39 | 216.08 | 0.96 | 0.31 |
| Hex | 3 | 40 | 9C | 62 | 3B | 0 | 27 | D8 | 60 | 1F |
| Octal | 3 | 100 | 234 | 142 | 73 | 0 | 47 | 330 | 140 | 37 |
| Binary | 11 | 1000000 | 10011100 | 1100010 | 111011 | 0 | 100111 | 11011000 | 1100000 | 11111 |
Color Harmonies of #03409C
Complementary color
Monochromatic Colors of #03409C
Black with #03409C
Text Example
Text Example
White with #03409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03409C; }
p { color: rgb(3,64,156); }
H1.HeaderClassName
{
color: #03409C;
}
.AnyTagClassName
{
color: #03409C;
}
</style>
background-color css
<style>
a { background-color: #03409C; }
a { background-color: rgb(3,64,156); }
div.DivClassName
{
background-color: #03409C;
}
.BgClassName
{
background-color: #03409C;
}
</style>
border-color css
<style>
span { border-color: #03409C; }
span { border-color: rgb(3,64,156); }
td.TdClassName
{
border-color: #03409C;
}
.TagClassName
{
border-color: #03409C;
}
</style>