Shades of Cobalt #034AA3
Tints of Cobalt #034AA3
RGB
CMYK
RGB Variations
Color information
#034AA3 (or 0x034AA3) is known color: Cobalt. HEX triplet: 03, 4A and A3. RGB value is (3,74,163). Sum of RGB (Red+Green+Blue) = 3+74+163=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 163 (64.06% from 255 or 67.92% from 240); Max value from RGB is 163 - color contains mainly: blue. Hex color #034AA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034AA3 is #FCB55C. Grayscale: #3E3E3E. Windows color (decimal): -16561501 or 10701315. OLE color: 10701315.
HSL color Cylindrical-coordinate representation of color #034AA3: hue angle of 213.38º 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 #034AA3 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 74 | 163 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.36 |
| HSL | 213.38º | 0.96% | 0.33% | - |
| HSV(B) | 213.38º | 0.98% | 0.64% | - |
| XYZ | 9.1 | 7.56 | 35.63 | - |
| YUV | 62.92 | 184.48 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 163 | 0.98 | 0.55 | 0 | 0.36 | 213.38 | 0.96 | 0.33 |
| Hex | 3 | 4A | A3 | 62 | 37 | 0 | 24 | D5 | 60 | 21 |
| Octal | 3 | 112 | 243 | 142 | 67 | 0 | 44 | 325 | 140 | 41 |
| Binary | 11 | 1001010 | 10100011 | 1100010 | 110111 | 0 | 100100 | 11010101 | 1100000 | 100001 |
Color Harmonies of #034AA3
Complementary color
Monochromatic Colors of #034AA3
Black with #034AA3
Text Example
Text Example
White with #034AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034AA3; }
p { color: rgb(3,74,163); }
H1.HeaderClassName
{
color: #034AA3;
}
.AnyTagClassName
{
color: #034AA3;
}
</style>
background-color css
<style>
a { background-color: #034AA3; }
a { background-color: rgb(3,74,163); }
div.DivClassName
{
background-color: #034AA3;
}
.BgClassName
{
background-color: #034AA3;
}
</style>
border-color css
<style>
span { border-color: #034AA3; }
span { border-color: rgb(3,74,163); }
td.TdClassName
{
border-color: #034AA3;
}
.TagClassName
{
border-color: #034AA3;
}
</style>