Shades of Cobalt #03499C
Tints of Cobalt #03499C
RGB
CMYK
RGB Variations
Color information
#03499C (or 0x03499C) is known color: Cobalt. HEX triplet: 03, 49 and 9C. RGB value is (3,73,156). Sum of RGB (Red+Green+Blue) = 3+73+156=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #03499C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03499C is #FCB663. Grayscale: #3D3D3D. Windows color (decimal): -16561764 or 10242307. OLE color: 10242307.
HSL color Cylindrical-coordinate representation of color #03499C: hue angle of 212.55º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03499C is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 73 | 156 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.39 |
| HSL | 212.55º | 0.96% | 0.31% | - |
| HSV(B) | 212.55º | 0.98% | 0.61% | - |
| XYZ | 8.42 | 7.18 | 32.4 | - |
| YUV | 61.53 | 181.31 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 73 | 156 | 0.98 | 0.53 | 0 | 0.39 | 212.55 | 0.96 | 0.31 |
| Hex | 3 | 49 | 9C | 62 | 35 | 0 | 27 | D5 | 60 | 1F |
| Octal | 3 | 111 | 234 | 142 | 65 | 0 | 47 | 325 | 140 | 37 |
| Binary | 11 | 1001001 | 10011100 | 1100010 | 110101 | 0 | 100111 | 11010101 | 1100000 | 11111 |
Color Harmonies of #03499C
Complementary color
Monochromatic Colors of #03499C
Black with #03499C
Text Example
Text Example
White with #03499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03499C; }
p { color: rgb(3,73,156); }
H1.HeaderClassName
{
color: #03499C;
}
.AnyTagClassName
{
color: #03499C;
}
</style>
background-color css
<style>
a { background-color: #03499C; }
a { background-color: rgb(3,73,156); }
div.DivClassName
{
background-color: #03499C;
}
.BgClassName
{
background-color: #03499C;
}
</style>
border-color css
<style>
span { border-color: #03499C; }
span { border-color: rgb(3,73,156); }
td.TdClassName
{
border-color: #03499C;
}
.TagClassName
{
border-color: #03499C;
}
</style>