Shades of Smalt #033292
Tints of Smalt #033292
RGB
CMYK
RGB Variations
Color information
#033292 (or 0x033292) is known color: Smalt. HEX triplet: 03, 32 and 92. RGB value is (3,50,146). Sum of RGB (Red+Green+Blue) = 3+50+146=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 146 (57.42% from 255 or 73.37% from 199); Max value from RGB is 146 - color contains mainly: blue. Hex color #033292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033292 is #FCCD6D. Grayscale: #2E2E2E. Windows color (decimal): -16567662 or 9581059. OLE color: 9581059.
HSL color Cylindrical-coordinate representation of color #033292: hue angle of 220.28º 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 #033292 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 50 | 146 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.43 |
| HSL | 220.28º | 0.96% | 0.29% | - |
| HSV(B) | 220.28º | 0.98% | 0.57% | - |
| XYZ | 6.37 | 4.38 | 27.7 | - |
| YUV | 46.89 | 183.93 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 146 | 0.98 | 0.66 | 0 | 0.43 | 220.28 | 0.96 | 0.29 |
| Hex | 3 | 32 | 92 | 62 | 42 | 0 | 2B | DC | 60 | 1D |
| Octal | 3 | 62 | 222 | 142 | 102 | 0 | 53 | 334 | 140 | 35 |
| Binary | 11 | 110010 | 10010010 | 1100010 | 1000010 | 0 | 101011 | 11011100 | 1100000 | 11101 |
Color Harmonies of #033292
Complementary color
Monochromatic Colors of #033292
Black with #033292
Text Example
Text Example
White with #033292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033292; }
p { color: rgb(3,50,146); }
H1.HeaderClassName
{
color: #033292;
}
.AnyTagClassName
{
color: #033292;
}
</style>
background-color css
<style>
a { background-color: #033292; }
a { background-color: rgb(3,50,146); }
div.DivClassName
{
background-color: #033292;
}
.BgClassName
{
background-color: #033292;
}
</style>
border-color css
<style>
span { border-color: #033292; }
span { border-color: rgb(3,50,146); }
td.TdClassName
{
border-color: #033292;
}
.TagClassName
{
border-color: #033292;
}
</style>