Shades of Smalt #03409B
Tints of Smalt #03409B
RGB
CMYK
RGB Variations
Color information
#03409B (or 0x03409B) is known color: Smalt. HEX triplet: 03, 40 and 9B. RGB value is (3,64,155). Sum of RGB (Red+Green+Blue) = 3+64+155=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 155 (60.94% from 255 or 69.82% from 222); Max value from RGB is 155 - color contains mainly: blue. Hex color #03409B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03409B is #FCBF64. Grayscale: #373737. Windows color (decimal): -16564069 or 10174467. OLE color: 10174467.
HSL color Cylindrical-coordinate representation of color #03409B: hue angle of 215.92º 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 #03409B is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 64 | 155 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.39 |
| HSL | 215.92º | 0.96% | 0.31% | - |
| HSV(B) | 215.92º | 0.98% | 0.61% | - |
| XYZ | 7.79 | 6.05 | 31.77 | - |
| YUV | 56.14 | 183.79 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 155 | 0.98 | 0.59 | 0 | 0.39 | 215.92 | 0.96 | 0.31 |
| Hex | 3 | 40 | 9B | 62 | 3B | 0 | 27 | D8 | 60 | 1F |
| Octal | 3 | 100 | 233 | 142 | 73 | 0 | 47 | 330 | 140 | 37 |
| Binary | 11 | 1000000 | 10011011 | 1100010 | 111011 | 0 | 100111 | 11011000 | 1100000 | 11111 |
Color Harmonies of #03409B
Complementary color
Monochromatic Colors of #03409B
Black with #03409B
Text Example
Text Example
White with #03409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03409B; }
p { color: rgb(3,64,155); }
H1.HeaderClassName
{
color: #03409B;
}
.AnyTagClassName
{
color: #03409B;
}
</style>
background-color css
<style>
a { background-color: #03409B; }
a { background-color: rgb(3,64,155); }
div.DivClassName
{
background-color: #03409B;
}
.BgClassName
{
background-color: #03409B;
}
</style>
border-color css
<style>
span { border-color: #03409B; }
span { border-color: rgb(3,64,155); }
td.TdClassName
{
border-color: #03409B;
}
.TagClassName
{
border-color: #03409B;
}
</style>