Shades of Cobalt #034CAA
Tints of Cobalt #034CAA
RGB
CMYK
RGB Variations
Color information
#034CAA (or 0x034CAA) is known color: Cobalt. HEX triplet: 03, 4C and AA. RGB value is (3,76,170). Sum of RGB (Red+Green+Blue) = 3+76+170=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #034CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034CAA is #FCB355. Grayscale: #404040. Windows color (decimal): -16560982 or 11160579. OLE color: 11160579.
HSL color Cylindrical-coordinate representation of color #034CAA: hue angle of 213.77º 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 #034CAA is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 76 | 170 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.33 |
| HSL | 213.77º | 0.97% | 0.34% | - |
| HSV(B) | 213.77º | 0.98% | 0.67% | - |
| XYZ | 9.88 | 8.09 | 39.07 | - |
| YUV | 64.89 | 187.32 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 76 | 170 | 0.98 | 0.55 | 0 | 0.33 | 213.77 | 0.97 | 0.34 |
| Hex | 3 | 4C | AA | 62 | 37 | 0 | 21 | D6 | 61 | 22 |
| Octal | 3 | 114 | 252 | 142 | 67 | 0 | 41 | 326 | 141 | 42 |
| Binary | 11 | 1001100 | 10101010 | 1100010 | 110111 | 0 | 100001 | 11010110 | 1100001 | 100010 |
Color Harmonies of #034CAA
Complementary color
Monochromatic Colors of #034CAA
Black with #034CAA
Text Example
Text Example
White with #034CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034CAA; }
p { color: rgb(3,76,170); }
H1.HeaderClassName
{
color: #034CAA;
}
.AnyTagClassName
{
color: #034CAA;
}
</style>
background-color css
<style>
a { background-color: #034CAA; }
a { background-color: rgb(3,76,170); }
div.DivClassName
{
background-color: #034CAA;
}
.BgClassName
{
background-color: #034CAA;
}
</style>
border-color css
<style>
span { border-color: #034CAA; }
span { border-color: rgb(3,76,170); }
td.TdClassName
{
border-color: #034CAA;
}
.TagClassName
{
border-color: #034CAA;
}
</style>