Shades of Smalt #033295
Tints of Smalt #033295
RGB
CMYK
RGB Variations
Color information
#033295 (or 0x033295) is known color: Smalt. HEX triplet: 03, 32 and 95. RGB value is (3,50,149). Sum of RGB (Red+Green+Blue) = 3+50+149=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 149 (58.59% from 255 or 73.76% from 202); Max value from RGB is 149 - color contains mainly: blue. Hex color #033295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033295 is #FCCD6A. Grayscale: #2E2E2E. Windows color (decimal): -16567659 or 9777667. OLE color: 9777667.
HSL color Cylindrical-coordinate representation of color #033295: hue angle of 220.68º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033295 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 50 | 149 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.42 |
| HSL | 220.68º | 0.96% | 0.3% | - |
| HSV(B) | 220.68º | 0.98% | 0.58% | - |
| XYZ | 6.6 | 4.47 | 28.95 | - |
| YUV | 47.23 | 185.43 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 149 | 0.98 | 0.66 | 0 | 0.42 | 220.68 | 0.96 | 0.3 |
| Hex | 3 | 32 | 95 | 62 | 42 | 0 | 2A | DD | 60 | 1E |
| Octal | 3 | 62 | 225 | 142 | 102 | 0 | 52 | 335 | 140 | 36 |
| Binary | 11 | 110010 | 10010101 | 1100010 | 1000010 | 0 | 101010 | 11011101 | 1100000 | 11110 |
Color Harmonies of #033295
Complementary color
Monochromatic Colors of #033295
Black with #033295
Text Example
Text Example
White with #033295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033295; }
p { color: rgb(3,50,149); }
H1.HeaderClassName
{
color: #033295;
}
.AnyTagClassName
{
color: #033295;
}
</style>
background-color css
<style>
a { background-color: #033295; }
a { background-color: rgb(3,50,149); }
div.DivClassName
{
background-color: #033295;
}
.BgClassName
{
background-color: #033295;
}
</style>
border-color css
<style>
span { border-color: #033295; }
span { border-color: rgb(3,50,149); }
td.TdClassName
{
border-color: #033295;
}
.TagClassName
{
border-color: #033295;
}
</style>