Shades of Smalt #03409D
Tints of Smalt #03409D
RGB
CMYK
RGB Variations
Color information
#03409D (or 0x03409D) is known color: Smalt. HEX triplet: 03, 40 and 9D. RGB value is (3,64,157). Sum of RGB (Red+Green+Blue) = 3+64+157=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 157 (61.72% from 255 or 70.09% from 224); Max value from RGB is 157 - color contains mainly: blue. Hex color #03409D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03409D is #FCBF62. Grayscale: #373737. Windows color (decimal): -16564067 or 10305539. OLE color: 10305539.
HSL color Cylindrical-coordinate representation of color #03409D: hue angle of 216.23º 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 #03409D is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 64 | 157 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.38 |
| HSL | 216.23º | 0.96% | 0.31% | - |
| HSV(B) | 216.23º | 0.98% | 0.62% | - |
| XYZ | 7.96 | 6.12 | 32.66 | - |
| YUV | 56.36 | 184.79 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 157 | 0.98 | 0.59 | 0 | 0.38 | 216.23 | 0.96 | 0.31 |
| Hex | 3 | 40 | 9D | 62 | 3B | 0 | 26 | D8 | 60 | 1F |
| Octal | 3 | 100 | 235 | 142 | 73 | 0 | 46 | 330 | 140 | 37 |
| Binary | 11 | 1000000 | 10011101 | 1100010 | 111011 | 0 | 100110 | 11011000 | 1100000 | 11111 |
Color Harmonies of #03409D
Complementary color
Monochromatic Colors of #03409D
Black with #03409D
Text Example
Text Example
White with #03409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03409D; }
p { color: rgb(3,64,157); }
H1.HeaderClassName
{
color: #03409D;
}
.AnyTagClassName
{
color: #03409D;
}
</style>
background-color css
<style>
a { background-color: #03409D; }
a { background-color: rgb(3,64,157); }
div.DivClassName
{
background-color: #03409D;
}
.BgClassName
{
background-color: #03409D;
}
</style>
border-color css
<style>
span { border-color: #03409D; }
span { border-color: rgb(3,64,157); }
td.TdClassName
{
border-color: #03409D;
}
.TagClassName
{
border-color: #03409D;
}
</style>