Shades of Smalt #003BA0
Tints of Smalt #003BA0
RGB
CMYK
RGB Variations
Color information
#003BA0 (or 0x003BA0) is known color: Smalt. HEX triplet: 00, 3B and A0. RGB value is (0,59,160). Sum of RGB (Red+Green+Blue) = 0+59+160=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 160 (62.89% from 255 or 73.06% from 219); Max value from RGB is 160 - color contains mainly: blue. Hex color #003BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003BA0 is #FFC45F. Grayscale: #343434. Windows color (decimal): -16761952 or 10500864. OLE color: 10500864.
HSL color Cylindrical-coordinate representation of color #003BA0: hue angle of 217.88º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BA0 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 59 | 160 | - |
| CMYK | 1 | 0.63 | 0 | 0.37 |
| HSL | 217.88º | 1% | 0.31% | - |
| HSV(B) | 217.88º | 1% | 0.63% | - |
| XYZ | 7.91 | 5.67 | 33.93 | - |
| YUV | 52.87 | 188.45 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 160 | 1 | 0.63 | 0 | 0.37 | 217.88 | 1 | 0.31 |
| Hex | 0 | 3B | A0 | 64 | 3F | 0 | 25 | DA | 64 | 1F |
| Octal | 0 | 73 | 240 | 144 | 77 | 0 | 45 | 332 | 144 | 37 |
| Binary | 0 | 111011 | 10100000 | 1100100 | 111111 | 0 | 100101 | 11011010 | 1100100 | 11111 |
Color Harmonies of #003BA0
Complementary color
Monochromatic Colors of #003BA0
Black with #003BA0
Text Example
Text Example
White with #003BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BA0; }
p { color: rgb(0,59,160); }
H1.HeaderClassName
{
color: #003BA0;
}
.AnyTagClassName
{
color: #003BA0;
}
</style>
background-color css
<style>
a { background-color: #003BA0; }
a { background-color: rgb(0,59,160); }
div.DivClassName
{
background-color: #003BA0;
}
.BgClassName
{
background-color: #003BA0;
}
</style>
border-color css
<style>
span { border-color: #003BA0; }
span { border-color: rgb(0,59,160); }
td.TdClassName
{
border-color: #003BA0;
}
.TagClassName
{
border-color: #003BA0;
}
</style>