Shades of Cobalt #034DB1
Tints of Cobalt #034DB1
RGB
CMYK
RGB Variations
Color information
#034DB1 (or 0x034DB1) is known color: Cobalt. HEX triplet: 03, 4D and B1. RGB value is (3,77,177). Sum of RGB (Red+Green+Blue) = 3+77+177=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 177 (69.53% from 255 or 68.87% from 257); Max value from RGB is 177 - color contains mainly: blue. Hex color #034DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034DB1 is #FCB24E. Grayscale: #414141. Windows color (decimal): -16560719 or 11619587. OLE color: 11619587.
HSL color Cylindrical-coordinate representation of color #034DB1: hue angle of 214.48º 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 #034DB1 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 77 | 177 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.31 |
| HSL | 214.48º | 0.97% | 0.35% | - |
| HSV(B) | 214.48º | 0.98% | 0.69% | - |
| XYZ | 10.63 | 8.5 | 42.68 | - |
| YUV | 66.27 | 190.48 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 177 | 0.98 | 0.56 | 0 | 0.31 | 214.48 | 0.97 | 0.35 |
| Hex | 3 | 4D | B1 | 62 | 38 | 0 | 1F | D6 | 61 | 23 |
| Octal | 3 | 115 | 261 | 142 | 70 | 0 | 37 | 326 | 141 | 43 |
| Binary | 11 | 1001101 | 10110001 | 1100010 | 111000 | 0 | 11111 | 11010110 | 1100001 | 100011 |
Color Harmonies of #034DB1
Complementary color
Monochromatic Colors of #034DB1
Black with #034DB1
Text Example
Text Example
White with #034DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034DB1; }
p { color: rgb(3,77,177); }
H1.HeaderClassName
{
color: #034DB1;
}
.AnyTagClassName
{
color: #034DB1;
}
</style>
background-color css
<style>
a { background-color: #034DB1; }
a { background-color: rgb(3,77,177); }
div.DivClassName
{
background-color: #034DB1;
}
.BgClassName
{
background-color: #034DB1;
}
</style>
border-color css
<style>
span { border-color: #034DB1; }
span { border-color: rgb(3,77,177); }
td.TdClassName
{
border-color: #034DB1;
}
.TagClassName
{
border-color: #034DB1;
}
</style>