Shades of Cobalt #034FBA
Tints of Cobalt #034FBA
RGB
CMYK
RGB Variations
Color information
#034FBA (or 0x034FBA) is known color: Cobalt. HEX triplet: 03, 4F and BA. RGB value is (3,79,186). Sum of RGB (Red+Green+Blue) = 3+79+186=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #034FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034FBA is #FCB045. Grayscale: #434343. Windows color (decimal): -16560198 or 12209923. OLE color: 12209923.
HSL color Cylindrical-coordinate representation of color #034FBA: hue angle of 215.08º 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 #034FBA is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 79 | 186 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.27 |
| HSL | 215.08º | 0.97% | 0.37% | - |
| HSV(B) | 215.08º | 0.98% | 0.73% | - |
| XYZ | 11.7 | 9.16 | 47.61 | - |
| YUV | 68.47 | 194.32 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 79 | 186 | 0.98 | 0.58 | 0 | 0.27 | 215.08 | 0.97 | 0.37 |
| Hex | 3 | 4F | BA | 62 | 3A | 0 | 1B | D7 | 61 | 25 |
| Octal | 3 | 117 | 272 | 142 | 72 | 0 | 33 | 327 | 141 | 45 |
| Binary | 11 | 1001111 | 10111010 | 1100010 | 111010 | 0 | 11011 | 11010111 | 1100001 | 100101 |
Color Harmonies of #034FBA
Complementary color
Monochromatic Colors of #034FBA
Black with #034FBA
Text Example
Text Example
White with #034FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034FBA; }
p { color: rgb(3,79,186); }
H1.HeaderClassName
{
color: #034FBA;
}
.AnyTagClassName
{
color: #034FBA;
}
</style>
background-color css
<style>
a { background-color: #034FBA; }
a { background-color: rgb(3,79,186); }
div.DivClassName
{
background-color: #034FBA;
}
.BgClassName
{
background-color: #034FBA;
}
</style>
border-color css
<style>
span { border-color: #034FBA; }
span { border-color: rgb(3,79,186); }
td.TdClassName
{
border-color: #034FBA;
}
.TagClassName
{
border-color: #034FBA;
}
</style>