Shades of Smalt #03409A
Tints of Smalt #03409A
RGB
CMYK
RGB Variations
Color information
#03409A (or 0x03409A) is known color: Smalt. HEX triplet: 03, 40 and 9A. RGB value is (3,64,154). Sum of RGB (Red+Green+Blue) = 3+64+154=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 154 (60.55% from 255 or 69.68% from 221); Max value from RGB is 154 - color contains mainly: blue. Hex color #03409A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03409A is #FCBF65. Grayscale: #373737. Windows color (decimal): -16564070 or 10108931. OLE color: 10108931.
HSL color Cylindrical-coordinate representation of color #03409A: hue angle of 215.76º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03409A is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 64 | 154 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.40 |
| HSL | 215.76º | 0.96% | 0.31% | - |
| HSV(B) | 215.76º | 0.98% | 0.6% | - |
| XYZ | 7.7 | 6.02 | 31.33 | - |
| YUV | 56.02 | 183.29 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 154 | 0.98 | 0.58 | 0 | 0.40 | 215.76 | 0.96 | 0.31 |
| Hex | 3 | 40 | 9A | 62 | 3A | 0 | 28 | D8 | 60 | 1F |
| Octal | 3 | 100 | 232 | 142 | 72 | 0 | 50 | 330 | 140 | 37 |
| Binary | 11 | 1000000 | 10011010 | 1100010 | 111010 | 0 | 101000 | 11011000 | 1100000 | 11111 |
Color Harmonies of #03409A
Complementary color
Monochromatic Colors of #03409A
Black with #03409A
Text Example
Text Example
White with #03409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03409A; }
p { color: rgb(3,64,154); }
H1.HeaderClassName
{
color: #03409A;
}
.AnyTagClassName
{
color: #03409A;
}
</style>
background-color css
<style>
a { background-color: #03409A; }
a { background-color: rgb(3,64,154); }
div.DivClassName
{
background-color: #03409A;
}
.BgClassName
{
background-color: #03409A;
}
</style>
border-color css
<style>
span { border-color: #03409A; }
span { border-color: rgb(3,64,154); }
td.TdClassName
{
border-color: #03409A;
}
.TagClassName
{
border-color: #03409A;
}
</style>