Shades of Smalt #033A99
Tints of Smalt #033A99
RGB
CMYK
RGB Variations
Color information
#033A99 (or 0x033A99) is known color: Smalt. HEX triplet: 03, 3A and 99. RGB value is (3,58,153). Sum of RGB (Red+Green+Blue) = 3+58+153=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 153 (60.16% from 255 or 71.50% from 214); Max value from RGB is 153 - color contains mainly: blue. Hex color #033A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033A99 is #FCC566. Grayscale: #333333. Windows color (decimal): -16565607 or 10041859. OLE color: 10041859.
HSL color Cylindrical-coordinate representation of color #033A99: hue angle of 218º 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 #033A99 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 3 | 58 | 153 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.4 |
| HSL | 218º | 0.96% | 0.31% | - |
| HSV(B) | 218º | 0.98% | 0.6% | - |
| XYZ | 7.3 | 5.35 | 30.78 | - |
| YUV | 52.39 | 184.78 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 153 | 0.98 | 0.62 | 0 | 0.4 | 218 | 0.96 | 0.31 |
| Hex | 3 | 3A | 99 | 62 | 3E | 0 | 28 | DA | 60 | 1F |
| Octal | 3 | 72 | 231 | 142 | 76 | 0 | 50 | 332 | 140 | 37 |
| Binary | 11 | 111010 | 10011001 | 1100010 | 111110 | 0 | 101000 | 11011010 | 1100000 | 11111 |
Color Harmonies of #033A99
Complementary color
Monochromatic Colors of #033A99
Black with #033A99
Text Example
Text Example
White with #033A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A99; }
p { color: rgb(3,58,153); }
H1.HeaderClassName
{
color: #033A99;
}
.AnyTagClassName
{
color: #033A99;
}
</style>
background-color css
<style>
a { background-color: #033A99; }
a { background-color: rgb(3,58,153); }
div.DivClassName
{
background-color: #033A99;
}
.BgClassName
{
background-color: #033A99;
}
</style>
border-color css
<style>
span { border-color: #033A99; }
span { border-color: rgb(3,58,153); }
td.TdClassName
{
border-color: #033A99;
}
.TagClassName
{
border-color: #033A99;
}
</style>