Shades of Smalt #033AA3
Tints of Smalt #033AA3
RGB
CMYK
RGB Variations
Color information
#033AA3 (or 0x033AA3) is known color: Smalt. HEX triplet: 03, 3A and A3. RGB value is (3,58,163). Sum of RGB (Red+Green+Blue) = 3+58+163=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 163 (64.06% from 255 or 72.77% from 224); Max value from RGB is 163 - color contains mainly: blue. Hex color #033AA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033AA3 is #FCC55C. Grayscale: #353535. Windows color (decimal): -16565597 or 10697219. OLE color: 10697219.
HSL color Cylindrical-coordinate representation of color #033AA3: hue angle of 219.38º 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 #033AA3 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 58 | 163 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.36 |
| HSL | 219.38º | 0.96% | 0.33% | - |
| HSV(B) | 219.38º | 0.98% | 0.64% | - |
| XYZ | 8.16 | 5.69 | 35.32 | - |
| YUV | 53.53 | 189.78 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 163 | 0.98 | 0.64 | 0 | 0.36 | 219.38 | 0.96 | 0.33 |
| Hex | 3 | 3A | A3 | 62 | 40 | 0 | 24 | DB | 60 | 21 |
| Octal | 3 | 72 | 243 | 142 | 100 | 0 | 44 | 333 | 140 | 41 |
| Binary | 11 | 111010 | 10100011 | 1100010 | 1000000 | 0 | 100100 | 11011011 | 1100000 | 100001 |
Color Harmonies of #033AA3
Complementary color
Monochromatic Colors of #033AA3
Black with #033AA3
Text Example
Text Example
White with #033AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033AA3; }
p { color: rgb(3,58,163); }
H1.HeaderClassName
{
color: #033AA3;
}
.AnyTagClassName
{
color: #033AA3;
}
</style>
background-color css
<style>
a { background-color: #033AA3; }
a { background-color: rgb(3,58,163); }
div.DivClassName
{
background-color: #033AA3;
}
.BgClassName
{
background-color: #033AA3;
}
</style>
border-color css
<style>
span { border-color: #033AA3; }
span { border-color: rgb(3,58,163); }
td.TdClassName
{
border-color: #033AA3;
}
.TagClassName
{
border-color: #033AA3;
}
</style>