Shades of Cobalt #0349A3
Tints of Cobalt #0349A3
RGB
CMYK
RGB Variations
Color information
#0349A3 (or 0x0349A3) is known color: Cobalt. HEX triplet: 03, 49 and A3. RGB value is (3,73,163). Sum of RGB (Red+Green+Blue) = 3+73+163=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 163 (64.06% from 255 or 68.20% from 239); Max value from RGB is 163 - color contains mainly: blue. Hex color #0349A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0349A3 is #FCB65C. Grayscale: #3D3D3D. Windows color (decimal): -16561757 or 10701059. OLE color: 10701059.
HSL color Cylindrical-coordinate representation of color #0349A3: hue angle of 213.75º 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 #0349A3 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 73 | 163 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.36 |
| HSL | 213.75º | 0.96% | 0.33% | - |
| HSV(B) | 213.75º | 0.98% | 0.64% | - |
| XYZ | 9.03 | 7.43 | 35.61 | - |
| YUV | 62.33 | 184.81 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 73 | 163 | 0.98 | 0.55 | 0 | 0.36 | 213.75 | 0.96 | 0.33 |
| Hex | 3 | 49 | A3 | 62 | 37 | 0 | 24 | D6 | 60 | 21 |
| Octal | 3 | 111 | 243 | 142 | 67 | 0 | 44 | 326 | 140 | 41 |
| Binary | 11 | 1001001 | 10100011 | 1100010 | 110111 | 0 | 100100 | 11010110 | 1100000 | 100001 |
Color Harmonies of #0349A3
Complementary color
Monochromatic Colors of #0349A3
Black with #0349A3
Text Example
Text Example
White with #0349A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0349A3; }
p { color: rgb(3,73,163); }
H1.HeaderClassName
{
color: #0349A3;
}
.AnyTagClassName
{
color: #0349A3;
}
</style>
background-color css
<style>
a { background-color: #0349A3; }
a { background-color: rgb(3,73,163); }
div.DivClassName
{
background-color: #0349A3;
}
.BgClassName
{
background-color: #0349A3;
}
</style>
border-color css
<style>
span { border-color: #0349A3; }
span { border-color: rgb(3,73,163); }
td.TdClassName
{
border-color: #0349A3;
}
.TagClassName
{
border-color: #0349A3;
}
</style>