Shades of Cobalt #034AB1
Tints of Cobalt #034AB1
RGB
CMYK
RGB Variations
Color information
#034AB1 (or 0x034AB1) is known color: Cobalt. HEX triplet: 03, 4A and B1. RGB value is (3,74,177). Sum of RGB (Red+Green+Blue) = 3+74+177=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 177 (69.53% from 255 or 69.69% from 254); Max value from RGB is 177 - color contains mainly: blue. Hex color #034AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034AB1 is #FCB54E. Grayscale: #404040. Windows color (decimal): -16561487 or 11618819. OLE color: 11618819.
HSL color Cylindrical-coordinate representation of color #034AB1: hue angle of 215.52º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034AB1 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 74 | 177 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.31 |
| HSL | 215.52º | 0.97% | 0.35% | - |
| HSV(B) | 215.52º | 0.98% | 0.69% | - |
| XYZ | 10.42 | 8.09 | 42.61 | - |
| YUV | 64.51 | 191.48 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 177 | 0.98 | 0.58 | 0 | 0.31 | 215.52 | 0.97 | 0.35 |
| Hex | 3 | 4A | B1 | 62 | 3A | 0 | 1F | D8 | 61 | 23 |
| Octal | 3 | 112 | 261 | 142 | 72 | 0 | 37 | 330 | 141 | 43 |
| Binary | 11 | 1001010 | 10110001 | 1100010 | 111010 | 0 | 11111 | 11011000 | 1100001 | 100011 |
Color Harmonies of #034AB1
Complementary color
Monochromatic Colors of #034AB1
Black with #034AB1
Text Example
Text Example
White with #034AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034AB1; }
p { color: rgb(3,74,177); }
H1.HeaderClassName
{
color: #034AB1;
}
.AnyTagClassName
{
color: #034AB1;
}
</style>
background-color css
<style>
a { background-color: #034AB1; }
a { background-color: rgb(3,74,177); }
div.DivClassName
{
background-color: #034AB1;
}
.BgClassName
{
background-color: #034AB1;
}
</style>
border-color css
<style>
span { border-color: #034AB1; }
span { border-color: rgb(3,74,177); }
td.TdClassName
{
border-color: #034AB1;
}
.TagClassName
{
border-color: #034AB1;
}
</style>