Shades of Smalt #033389
Tints of Smalt #033389
RGB
CMYK
RGB Variations
Color information
#033389 (or 0x033389) is known color: Smalt. HEX triplet: 03, 33 and 89. RGB value is (3,51,137). Sum of RGB (Red+Green+Blue) = 3+51+137=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 137 (53.91% from 255 or 71.73% from 191); Max value from RGB is 137 - color contains mainly: blue. Hex color #033389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033389 is #FCCC76. Grayscale: #2E2E2E. Windows color (decimal): -16567415 or 8991491. OLE color: 8991491.
HSL color Cylindrical-coordinate representation of color #033389: hue angle of 218.51º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033389 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 51 | 137 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.46 |
| HSL | 218.51º | 0.96% | 0.27% | - |
| HSV(B) | 218.51º | 0.98% | 0.54% | - |
| XYZ | 5.74 | 4.19 | 24.17 | - |
| YUV | 46.45 | 179.1 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 137 | 0.98 | 0.63 | 0 | 0.46 | 218.51 | 0.96 | 0.27 |
| Hex | 3 | 33 | 89 | 62 | 3F | 0 | 2E | DB | 60 | 1B |
| Octal | 3 | 63 | 211 | 142 | 77 | 0 | 56 | 333 | 140 | 33 |
| Binary | 11 | 110011 | 10001001 | 1100010 | 111111 | 0 | 101110 | 11011011 | 1100000 | 11011 |
Color Harmonies of #033389
Complementary color
Monochromatic Colors of #033389
Black with #033389
Text Example
Text Example
White with #033389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033389; }
p { color: rgb(3,51,137); }
H1.HeaderClassName
{
color: #033389;
}
.AnyTagClassName
{
color: #033389;
}
</style>
background-color css
<style>
a { background-color: #033389; }
a { background-color: rgb(3,51,137); }
div.DivClassName
{
background-color: #033389;
}
.BgClassName
{
background-color: #033389;
}
</style>
border-color css
<style>
span { border-color: #033389; }
span { border-color: rgb(3,51,137); }
td.TdClassName
{
border-color: #033389;
}
.TagClassName
{
border-color: #033389;
}
</style>