Shades of Cobalt #03479E
Tints of Cobalt #03479E
RGB
CMYK
RGB Variations
Color information
#03479E (or 0x03479E) is known color: Cobalt. HEX triplet: 03, 47 and 9E. RGB value is (3,71,158). Sum of RGB (Red+Green+Blue) = 3+71+158=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 158 (62.11% from 255 or 68.10% from 232); Max value from RGB is 158 - color contains mainly: blue. Hex color #03479E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03479E is #FCB861. Grayscale: #3C3C3C. Windows color (decimal): -16562274 or 10372867. OLE color: 10372867.
HSL color Cylindrical-coordinate representation of color #03479E: hue angle of 213.68º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03479E is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 71 | 158 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.38 |
| HSL | 213.68º | 0.96% | 0.32% | - |
| HSV(B) | 213.68º | 0.98% | 0.62% | - |
| XYZ | 8.46 | 6.99 | 33.25 | - |
| YUV | 60.59 | 182.97 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 71 | 158 | 0.98 | 0.55 | 0 | 0.38 | 213.68 | 0.96 | 0.32 |
| Hex | 3 | 47 | 9E | 62 | 37 | 0 | 26 | D6 | 60 | 20 |
| Octal | 3 | 107 | 236 | 142 | 67 | 0 | 46 | 326 | 140 | 40 |
| Binary | 11 | 1000111 | 10011110 | 1100010 | 110111 | 0 | 100110 | 11010110 | 1100000 | 100000 |
Color Harmonies of #03479E
Complementary color
Monochromatic Colors of #03479E
Black with #03479E
Text Example
Text Example
White with #03479E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03479E; }
p { color: rgb(3,71,158); }
H1.HeaderClassName
{
color: #03479E;
}
.AnyTagClassName
{
color: #03479E;
}
</style>
background-color css
<style>
a { background-color: #03479E; }
a { background-color: rgb(3,71,158); }
div.DivClassName
{
background-color: #03479E;
}
.BgClassName
{
background-color: #03479E;
}
</style>
border-color css
<style>
span { border-color: #03479E; }
span { border-color: rgb(3,71,158); }
td.TdClassName
{
border-color: #03479E;
}
.TagClassName
{
border-color: #03479E;
}
</style>