Shades of Cobalt #0349A2
Tints of Cobalt #0349A2
RGB
CMYK
RGB Variations
Color information
#0349A2 (or 0x0349A2) is known color: Cobalt. HEX triplet: 03, 49 and A2. RGB value is (3,73,162). Sum of RGB (Red+Green+Blue) = 3+73+162=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 162 (63.67% from 255 or 68.07% from 238); Max value from RGB is 162 - color contains mainly: blue. Hex color #0349A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0349A2 is #FCB65D. Grayscale: #3D3D3D. Windows color (decimal): -16561758 or 10635523. OLE color: 10635523.
HSL color Cylindrical-coordinate representation of color #0349A2: hue angle of 213.58º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0349A2 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 73 | 162 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.36 |
| HSL | 213.58º | 0.96% | 0.32% | - |
| HSV(B) | 213.58º | 0.98% | 0.64% | - |
| XYZ | 8.94 | 7.39 | 35.14 | - |
| YUV | 62.22 | 184.31 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 73 | 162 | 0.98 | 0.55 | 0 | 0.36 | 213.58 | 0.96 | 0.32 |
| Hex | 3 | 49 | A2 | 62 | 37 | 0 | 24 | D6 | 60 | 20 |
| Octal | 3 | 111 | 242 | 142 | 67 | 0 | 44 | 326 | 140 | 40 |
| Binary | 11 | 1001001 | 10100010 | 1100010 | 110111 | 0 | 100100 | 11010110 | 1100000 | 100000 |
Color Harmonies of #0349A2
Complementary color
Monochromatic Colors of #0349A2
Black with #0349A2
Text Example
Text Example
White with #0349A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0349A2; }
p { color: rgb(3,73,162); }
H1.HeaderClassName
{
color: #0349A2;
}
.AnyTagClassName
{
color: #0349A2;
}
</style>
background-color css
<style>
a { background-color: #0349A2; }
a { background-color: rgb(3,73,162); }
div.DivClassName
{
background-color: #0349A2;
}
.BgClassName
{
background-color: #0349A2;
}
</style>
border-color css
<style>
span { border-color: #0349A2; }
span { border-color: rgb(3,73,162); }
td.TdClassName
{
border-color: #0349A2;
}
.TagClassName
{
border-color: #0349A2;
}
</style>