Shades of Cobalt #034AAC
Tints of Cobalt #034AAC
RGB
CMYK
RGB Variations
Color information
#034AAC (or 0x034AAC) is known color: Cobalt. HEX triplet: 03, 4A and AC. RGB value is (3,74,172). Sum of RGB (Red+Green+Blue) = 3+74+172=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #034AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034AAC is #FCB553. Grayscale: #3F3F3F. Windows color (decimal): -16561492 or 11291139. OLE color: 11291139.
HSL color Cylindrical-coordinate representation of color #034AAC: hue angle of 214.79º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034AAC is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 74 | 172 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.33 |
| HSL | 214.79º | 0.97% | 0.34% | - |
| HSV(B) | 214.79º | 0.98% | 0.67% | - |
| XYZ | 9.93 | 7.9 | 40.03 | - |
| YUV | 63.94 | 188.98 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 172 | 0.98 | 0.57 | 0 | 0.33 | 214.79 | 0.97 | 0.34 |
| Hex | 3 | 4A | AC | 62 | 39 | 0 | 21 | D7 | 61 | 22 |
| Octal | 3 | 112 | 254 | 142 | 71 | 0 | 41 | 327 | 141 | 42 |
| Binary | 11 | 1001010 | 10101100 | 1100010 | 111001 | 0 | 100001 | 11010111 | 1100001 | 100010 |
Color Harmonies of #034AAC
Complementary color
Monochromatic Colors of #034AAC
Black with #034AAC
Text Example
Text Example
White with #034AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034AAC; }
p { color: rgb(3,74,172); }
H1.HeaderClassName
{
color: #034AAC;
}
.AnyTagClassName
{
color: #034AAC;
}
</style>
background-color css
<style>
a { background-color: #034AAC; }
a { background-color: rgb(3,74,172); }
div.DivClassName
{
background-color: #034AAC;
}
.BgClassName
{
background-color: #034AAC;
}
</style>
border-color css
<style>
span { border-color: #034AAC; }
span { border-color: rgb(3,74,172); }
td.TdClassName
{
border-color: #034AAC;
}
.TagClassName
{
border-color: #034AAC;
}
</style>