Shades of Smalt #003BA2
Tints of Smalt #003BA2
RGB
CMYK
RGB Variations
Color information
#003BA2 (or 0x003BA2) is known color: Smalt. HEX triplet: 00, 3B and A2. RGB value is (0,59,162). Sum of RGB (Red+Green+Blue) = 0+59+162=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 162 (63.67% from 255 or 73.30% from 221); Max value from RGB is 162 - color contains mainly: blue. Hex color #003BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003BA2 is #FFC45D. Grayscale: #343434. Windows color (decimal): -16761950 or 10631936. OLE color: 10631936.
HSL color Cylindrical-coordinate representation of color #003BA2: hue angle of 218.15º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BA2 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 59 | 162 | - |
| CMYK | 1 | 0.64 | 0 | 0.36 |
| HSL | 218.15º | 1% | 0.32% | - |
| HSV(B) | 218.15º | 1% | 0.64% | - |
| XYZ | 8.09 | 5.74 | 34.86 | - |
| YUV | 53.1 | 189.45 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 162 | 1 | 0.64 | 0 | 0.36 | 218.15 | 1 | 0.32 |
| Hex | 0 | 3B | A2 | 64 | 40 | 0 | 24 | DA | 64 | 20 |
| Octal | 0 | 73 | 242 | 144 | 100 | 0 | 44 | 332 | 144 | 40 |
| Binary | 0 | 111011 | 10100010 | 1100100 | 1000000 | 0 | 100100 | 11011010 | 1100100 | 100000 |
Color Harmonies of #003BA2
Complementary color
Monochromatic Colors of #003BA2
Black with #003BA2
Text Example
Text Example
White with #003BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BA2; }
p { color: rgb(0,59,162); }
H1.HeaderClassName
{
color: #003BA2;
}
.AnyTagClassName
{
color: #003BA2;
}
</style>
background-color css
<style>
a { background-color: #003BA2; }
a { background-color: rgb(0,59,162); }
div.DivClassName
{
background-color: #003BA2;
}
.BgClassName
{
background-color: #003BA2;
}
</style>
border-color css
<style>
span { border-color: #003BA2; }
span { border-color: rgb(0,59,162); }
td.TdClassName
{
border-color: #003BA2;
}
.TagClassName
{
border-color: #003BA2;
}
</style>