Shades of Cobalt #03469C
Tints of Cobalt #03469C
RGB
CMYK
RGB Variations
Color information
#03469C (or 0x03469C) is known color: Cobalt. HEX triplet: 03, 46 and 9C. RGB value is (3,70,156). Sum of RGB (Red+Green+Blue) = 3+70+156=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 156 (61.33% from 255 or 68.12% from 229); Max value from RGB is 156 - color contains mainly: blue. Hex color #03469C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03469C is #FCB963. Grayscale: #3B3B3B. Windows color (decimal): -16562532 or 10241539. OLE color: 10241539.
HSL color Cylindrical-coordinate representation of color #03469C: hue angle of 213.73º 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 #03469C is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 70 | 156 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.39 |
| HSL | 213.73º | 0.96% | 0.31% | - |
| HSV(B) | 213.73º | 0.98% | 0.61% | - |
| XYZ | 8.23 | 6.8 | 32.33 | - |
| YUV | 59.77 | 182.3 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 70 | 156 | 0.98 | 0.55 | 0 | 0.39 | 213.73 | 0.96 | 0.31 |
| Hex | 3 | 46 | 9C | 62 | 37 | 0 | 27 | D6 | 60 | 1F |
| Octal | 3 | 106 | 234 | 142 | 67 | 0 | 47 | 326 | 140 | 37 |
| Binary | 11 | 1000110 | 10011100 | 1100010 | 110111 | 0 | 100111 | 11010110 | 1100000 | 11111 |
Color Harmonies of #03469C
Complementary color
Monochromatic Colors of #03469C
Black with #03469C
Text Example
Text Example
White with #03469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03469C; }
p { color: rgb(3,70,156); }
H1.HeaderClassName
{
color: #03469C;
}
.AnyTagClassName
{
color: #03469C;
}
</style>
background-color css
<style>
a { background-color: #03469C; }
a { background-color: rgb(3,70,156); }
div.DivClassName
{
background-color: #03469C;
}
.BgClassName
{
background-color: #03469C;
}
</style>
border-color css
<style>
span { border-color: #03469C; }
span { border-color: rgb(3,70,156); }
td.TdClassName
{
border-color: #03469C;
}
.TagClassName
{
border-color: #03469C;
}
</style>