Shades of Smalt #033091
Tints of Smalt #033091
RGB
CMYK
RGB Variations
Color information
#033091 (or 0x033091) is known color: Smalt. HEX triplet: 03, 30 and 91. RGB value is (3,48,145). Sum of RGB (Red+Green+Blue) = 3+48+145=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 145 (57.03% from 255 or 73.98% from 196); Max value from RGB is 145 - color contains mainly: blue. Hex color #033091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033091 is #FCCF6E. Grayscale: #2D2D2D. Windows color (decimal): -16568175 or 9515011. OLE color: 9515011.
HSL color Cylindrical-coordinate representation of color #033091: hue angle of 220.99º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033091 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 48 | 145 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.43 |
| HSL | 220.99º | 0.96% | 0.29% | - |
| HSV(B) | 220.99º | 0.98% | 0.57% | - |
| XYZ | 6.21 | 4.18 | 27.27 | - |
| YUV | 45.6 | 184.09 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 145 | 0.98 | 0.67 | 0 | 0.43 | 220.99 | 0.96 | 0.29 |
| Hex | 3 | 30 | 91 | 62 | 43 | 0 | 2B | DD | 60 | 1D |
| Octal | 3 | 60 | 221 | 142 | 103 | 0 | 53 | 335 | 140 | 35 |
| Binary | 11 | 110000 | 10010001 | 1100010 | 1000011 | 0 | 101011 | 11011101 | 1100000 | 11101 |
Color Harmonies of #033091
Complementary color
Monochromatic Colors of #033091
Black with #033091
Text Example
Text Example
White with #033091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033091; }
p { color: rgb(3,48,145); }
H1.HeaderClassName
{
color: #033091;
}
.AnyTagClassName
{
color: #033091;
}
</style>
background-color css
<style>
a { background-color: #033091; }
a { background-color: rgb(3,48,145); }
div.DivClassName
{
background-color: #033091;
}
.BgClassName
{
background-color: #033091;
}
</style>
border-color css
<style>
span { border-color: #033091; }
span { border-color: rgb(3,48,145); }
td.TdClassName
{
border-color: #033091;
}
.TagClassName
{
border-color: #033091;
}
</style>