Shades of Smalt #0337A0
Tints of Smalt #0337A0
RGB
CMYK
RGB Variations
Color information
#0337A0 (or 0x0337A0) is known color: Smalt. HEX triplet: 03, 37 and A0. RGB value is (3,55,160). Sum of RGB (Red+Green+Blue) = 3+55+160=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 160 (62.89% from 255 or 73.39% from 218); Max value from RGB is 160 - color contains mainly: blue. Hex color #0337A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0337A0 is #FCC85F. Grayscale: #323232. Windows color (decimal): -16566368 or 10499843. OLE color: 10499843.
HSL color Cylindrical-coordinate representation of color #0337A0: hue angle of 220.13º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0337A0 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 55 | 160 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.37 |
| HSL | 220.13º | 0.96% | 0.32% | - |
| HSV(B) | 220.13º | 0.98% | 0.63% | - |
| XYZ | 7.75 | 5.29 | 33.87 | - |
| YUV | 51.42 | 189.27 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 55 | 160 | 0.98 | 0.66 | 0 | 0.37 | 220.13 | 0.96 | 0.32 |
| Hex | 3 | 37 | A0 | 62 | 42 | 0 | 25 | DC | 60 | 20 |
| Octal | 3 | 67 | 240 | 142 | 102 | 0 | 45 | 334 | 140 | 40 |
| Binary | 11 | 110111 | 10100000 | 1100010 | 1000010 | 0 | 100101 | 11011100 | 1100000 | 100000 |
Color Harmonies of #0337A0
Complementary color
Monochromatic Colors of #0337A0
Black with #0337A0
Text Example
Text Example
White with #0337A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0337A0; }
p { color: rgb(3,55,160); }
H1.HeaderClassName
{
color: #0337A0;
}
.AnyTagClassName
{
color: #0337A0;
}
</style>
background-color css
<style>
a { background-color: #0337A0; }
a { background-color: rgb(3,55,160); }
div.DivClassName
{
background-color: #0337A0;
}
.BgClassName
{
background-color: #0337A0;
}
</style>
border-color css
<style>
span { border-color: #0337A0; }
span { border-color: rgb(3,55,160); }
td.TdClassName
{
border-color: #0337A0;
}
.TagClassName
{
border-color: #0337A0;
}
</style>