Shades of Smalt #033CA3
Tints of Smalt #033CA3
RGB
CMYK
RGB Variations
Color information
#033CA3 (or 0x033CA3) is known color: Smalt. HEX triplet: 03, 3C and A3. RGB value is (3,60,163). Sum of RGB (Red+Green+Blue) = 3+60+163=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 163 (64.06% from 255 or 72.12% from 226); Max value from RGB is 163 - color contains mainly: blue. Hex color #033CA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033CA3 is #FCC35C. Grayscale: #363636. Windows color (decimal): -16565085 or 10697731. OLE color: 10697731.
HSL color Cylindrical-coordinate representation of color #033CA3: hue angle of 218.62º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033CA3 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 60 | 163 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.36 |
| HSL | 218.63º | 0.96% | 0.33% | - |
| HSV(B) | 218.63º | 0.98% | 0.64% | - |
| XYZ | 8.26 | 5.9 | 35.35 | - |
| YUV | 54.7 | 189.12 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 163 | 0.98 | 0.63 | 0 | 0.36 | 218.63 | 0.96 | 0.33 |
| Hex | 3 | 3C | A3 | 62 | 3F | 0 | 24 | DB | 60 | 21 |
| Octal | 3 | 74 | 243 | 142 | 77 | 0 | 44 | 333 | 140 | 41 |
| Binary | 11 | 111100 | 10100011 | 1100010 | 111111 | 0 | 100100 | 11011011 | 1100000 | 100001 |
Color Harmonies of #033CA3
Complementary color
Monochromatic Colors of #033CA3
Black with #033CA3
Text Example
Text Example
White with #033CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033CA3; }
p { color: rgb(3,60,163); }
H1.HeaderClassName
{
color: #033CA3;
}
.AnyTagClassName
{
color: #033CA3;
}
</style>
background-color css
<style>
a { background-color: #033CA3; }
a { background-color: rgb(3,60,163); }
div.DivClassName
{
background-color: #033CA3;
}
.BgClassName
{
background-color: #033CA3;
}
</style>
border-color css
<style>
span { border-color: #033CA3; }
span { border-color: rgb(3,60,163); }
td.TdClassName
{
border-color: #033CA3;
}
.TagClassName
{
border-color: #033CA3;
}
</style>