Shades of Smalt #033DA2
Tints of Smalt #033DA2
RGB
CMYK
RGB Variations
Color information
#033DA2 (or 0x033DA2) is known color: Smalt. HEX triplet: 03, 3D and A2. RGB value is (3,61,162). Sum of RGB (Red+Green+Blue) = 3+61+162=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 162 (63.67% from 255 or 71.68% from 226); Max value from RGB is 162 - color contains mainly: blue. Hex color #033DA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033DA2 is #FCC25D. Grayscale: #363636. Windows color (decimal): -16564830 or 10632451. OLE color: 10632451.
HSL color Cylindrical-coordinate representation of color #033DA2: hue angle of 218.11º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033DA2 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 61 | 162 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.36 |
| HSL | 218.11º | 0.96% | 0.32% | - |
| HSV(B) | 218.11º | 0.98% | 0.64% | - |
| XYZ | 8.23 | 5.97 | 34.9 | - |
| YUV | 55.17 | 188.28 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 162 | 0.98 | 0.62 | 0 | 0.36 | 218.11 | 0.96 | 0.32 |
| Hex | 3 | 3D | A2 | 62 | 3E | 0 | 24 | DA | 60 | 20 |
| Octal | 3 | 75 | 242 | 142 | 76 | 0 | 44 | 332 | 140 | 40 |
| Binary | 11 | 111101 | 10100010 | 1100010 | 111110 | 0 | 100100 | 11011010 | 1100000 | 100000 |
Color Harmonies of #033DA2
Complementary color
Monochromatic Colors of #033DA2
Black with #033DA2
Text Example
Text Example
White with #033DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033DA2; }
p { color: rgb(3,61,162); }
H1.HeaderClassName
{
color: #033DA2;
}
.AnyTagClassName
{
color: #033DA2;
}
</style>
background-color css
<style>
a { background-color: #033DA2; }
a { background-color: rgb(3,61,162); }
div.DivClassName
{
background-color: #033DA2;
}
.BgClassName
{
background-color: #033DA2;
}
</style>
border-color css
<style>
span { border-color: #033DA2; }
span { border-color: rgb(3,61,162); }
td.TdClassName
{
border-color: #033DA2;
}
.TagClassName
{
border-color: #033DA2;
}
</style>