Shades of Cobalt #0349AD
Tints of Cobalt #0349AD
RGB
CMYK
RGB Variations
Color information
#0349AD (or 0x0349AD) is known color: Cobalt. HEX triplet: 03, 49 and AD. RGB value is (3,73,173). Sum of RGB (Red+Green+Blue) = 3+73+173=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #0349AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0349AD is #FCB652. Grayscale: #3F3F3F. Windows color (decimal): -16561747 or 11356419. OLE color: 11356419.
HSL color Cylindrical-coordinate representation of color #0349AD: hue angle of 215.29º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0349AD is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 73 | 173 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.32 |
| HSL | 215.29º | 0.97% | 0.35% | - |
| HSV(B) | 215.29º | 0.98% | 0.68% | - |
| XYZ | 9.96 | 7.8 | 40.52 | - |
| YUV | 63.47 | 189.81 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 73 | 173 | 0.98 | 0.58 | 0 | 0.32 | 215.29 | 0.97 | 0.35 |
| Hex | 3 | 49 | AD | 62 | 3A | 0 | 20 | D7 | 61 | 23 |
| Octal | 3 | 111 | 255 | 142 | 72 | 0 | 40 | 327 | 141 | 43 |
| Binary | 11 | 1001001 | 10101101 | 1100010 | 111010 | 0 | 100000 | 11010111 | 1100001 | 100011 |
Color Harmonies of #0349AD
Complementary color
Monochromatic Colors of #0349AD
Black with #0349AD
Text Example
Text Example
White with #0349AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0349AD; }
p { color: rgb(3,73,173); }
H1.HeaderClassName
{
color: #0349AD;
}
.AnyTagClassName
{
color: #0349AD;
}
</style>
background-color css
<style>
a { background-color: #0349AD; }
a { background-color: rgb(3,73,173); }
div.DivClassName
{
background-color: #0349AD;
}
.BgClassName
{
background-color: #0349AD;
}
</style>
border-color css
<style>
span { border-color: #0349AD; }
span { border-color: rgb(3,73,173); }
td.TdClassName
{
border-color: #0349AD;
}
.TagClassName
{
border-color: #0349AD;
}
</style>