Shades of Smalt #034099
Tints of Smalt #034099
RGB
CMYK
RGB Variations
Color information
#034099 (or 0x034099) is known color: Smalt. HEX triplet: 03, 40 and 99. RGB value is (3,64,153). Sum of RGB (Red+Green+Blue) = 3+64+153=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 153 (60.16% from 255 or 69.55% from 220); Max value from RGB is 153 - color contains mainly: blue. Hex color #034099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034099 is #FCBF66. Grayscale: #373737. Windows color (decimal): -16564071 or 10043395. OLE color: 10043395.
HSL color Cylindrical-coordinate representation of color #034099: hue angle of 215.6º 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 #034099 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 3 | 64 | 153 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.4 |
| HSL | 215.6º | 0.96% | 0.31% | - |
| HSV(B) | 215.6º | 0.98% | 0.6% | - |
| XYZ | 7.62 | 5.99 | 30.89 | - |
| YUV | 55.91 | 182.79 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 153 | 0.98 | 0.58 | 0 | 0.4 | 215.6 | 0.96 | 0.31 |
| Hex | 3 | 40 | 99 | 62 | 3A | 0 | 28 | D8 | 60 | 1F |
| Octal | 3 | 100 | 231 | 142 | 72 | 0 | 50 | 330 | 140 | 37 |
| Binary | 11 | 1000000 | 10011001 | 1100010 | 111010 | 0 | 101000 | 11011000 | 1100000 | 11111 |
Color Harmonies of #034099
Complementary color
Monochromatic Colors of #034099
Black with #034099
Text Example
Text Example
White with #034099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034099; }
p { color: rgb(3,64,153); }
H1.HeaderClassName
{
color: #034099;
}
.AnyTagClassName
{
color: #034099;
}
</style>
background-color css
<style>
a { background-color: #034099; }
a { background-color: rgb(3,64,153); }
div.DivClassName
{
background-color: #034099;
}
.BgClassName
{
background-color: #034099;
}
</style>
border-color css
<style>
span { border-color: #034099; }
span { border-color: rgb(3,64,153); }
td.TdClassName
{
border-color: #034099;
}
.TagClassName
{
border-color: #034099;
}
</style>