Shades of Cobalt #034EBA
Tints of Cobalt #034EBA
RGB
CMYK
RGB Variations
Color information
#034EBA (or 0x034EBA) is known color: Cobalt. HEX triplet: 03, 4E and BA. RGB value is (3,78,186). Sum of RGB (Red+Green+Blue) = 3+78+186=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #034EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034EBA is #FCB145. Grayscale: #434343. Windows color (decimal): -16560454 or 12209667. OLE color: 12209667.
HSL color Cylindrical-coordinate representation of color #034EBA: hue angle of 215.41º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034EBA is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 78 | 186 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.27 |
| HSL | 215.41º | 0.97% | 0.37% | - |
| HSV(B) | 215.41º | 0.98% | 0.73% | - |
| XYZ | 11.62 | 9.01 | 47.58 | - |
| YUV | 67.89 | 194.65 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 78 | 186 | 0.98 | 0.58 | 0 | 0.27 | 215.41 | 0.97 | 0.37 |
| Hex | 3 | 4E | BA | 62 | 3A | 0 | 1B | D7 | 61 | 25 |
| Octal | 3 | 116 | 272 | 142 | 72 | 0 | 33 | 327 | 141 | 45 |
| Binary | 11 | 1001110 | 10111010 | 1100010 | 111010 | 0 | 11011 | 11010111 | 1100001 | 100101 |
Color Harmonies of #034EBA
Complementary color
Monochromatic Colors of #034EBA
Black with #034EBA
Text Example
Text Example
White with #034EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034EBA; }
p { color: rgb(3,78,186); }
H1.HeaderClassName
{
color: #034EBA;
}
.AnyTagClassName
{
color: #034EBA;
}
</style>
background-color css
<style>
a { background-color: #034EBA; }
a { background-color: rgb(3,78,186); }
div.DivClassName
{
background-color: #034EBA;
}
.BgClassName
{
background-color: #034EBA;
}
</style>
border-color css
<style>
span { border-color: #034EBA; }
span { border-color: rgb(3,78,186); }
td.TdClassName
{
border-color: #034EBA;
}
.TagClassName
{
border-color: #034EBA;
}
</style>