Shades of Cobalt #034AAE
Tints of Cobalt #034AAE
RGB
CMYK
RGB Variations
Color information
#034AAE (or 0x034AAE) is known color: Cobalt. HEX triplet: 03, 4A and AE. RGB value is (3,74,174). Sum of RGB (Red+Green+Blue) = 3+74+174=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #034AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034AAE is #FCB551. Grayscale: #3F3F3F. Windows color (decimal): -16561490 or 11422211. OLE color: 11422211.
HSL color Cylindrical-coordinate representation of color #034AAE: hue angle of 215.09º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034AAE is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 74 | 174 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.32 |
| HSL | 215.09º | 0.97% | 0.35% | - |
| HSV(B) | 215.09º | 0.98% | 0.68% | - |
| XYZ | 10.13 | 7.97 | 41.05 | - |
| YUV | 64.17 | 189.98 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 174 | 0.98 | 0.57 | 0 | 0.32 | 215.09 | 0.97 | 0.35 |
| Hex | 3 | 4A | AE | 62 | 39 | 0 | 20 | D7 | 61 | 23 |
| Octal | 3 | 112 | 256 | 142 | 71 | 0 | 40 | 327 | 141 | 43 |
| Binary | 11 | 1001010 | 10101110 | 1100010 | 111001 | 0 | 100000 | 11010111 | 1100001 | 100011 |
Color Harmonies of #034AAE
Complementary color
Monochromatic Colors of #034AAE
Black with #034AAE
Text Example
Text Example
White with #034AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034AAE; }
p { color: rgb(3,74,174); }
H1.HeaderClassName
{
color: #034AAE;
}
.AnyTagClassName
{
color: #034AAE;
}
</style>
background-color css
<style>
a { background-color: #034AAE; }
a { background-color: rgb(3,74,174); }
div.DivClassName
{
background-color: #034AAE;
}
.BgClassName
{
background-color: #034AAE;
}
</style>
border-color css
<style>
span { border-color: #034AAE; }
span { border-color: rgb(3,74,174); }
td.TdClassName
{
border-color: #034AAE;
}
.TagClassName
{
border-color: #034AAE;
}
</style>