Shades of Cobalt #034DB4
Tints of Cobalt #034DB4
RGB
CMYK
RGB Variations
Color information
#034DB4 (or 0x034DB4) is known color: Cobalt. HEX triplet: 03, 4D and B4. RGB value is (3,77,180). Sum of RGB (Red+Green+Blue) = 3+77+180=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 180 (70.70% from 255 or 69.23% from 260); Max value from RGB is 180 - color contains mainly: blue. Hex color #034DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034DB4 is #FCB24B. Grayscale: #424242. Windows color (decimal): -16560716 or 11816195. OLE color: 11816195.
HSL color Cylindrical-coordinate representation of color #034DB4: hue angle of 214.92º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034DB4 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 77 | 180 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.29 |
| HSL | 214.92º | 0.97% | 0.36% | - |
| HSV(B) | 214.92º | 0.98% | 0.71% | - |
| XYZ | 10.93 | 8.62 | 44.27 | - |
| YUV | 66.62 | 191.98 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 180 | 0.98 | 0.57 | 0 | 0.29 | 214.92 | 0.97 | 0.36 |
| Hex | 3 | 4D | B4 | 62 | 39 | 0 | 1D | D7 | 61 | 24 |
| Octal | 3 | 115 | 264 | 142 | 71 | 0 | 35 | 327 | 141 | 44 |
| Binary | 11 | 1001101 | 10110100 | 1100010 | 111001 | 0 | 11101 | 11010111 | 1100001 | 100100 |
Color Harmonies of #034DB4
Complementary color
Monochromatic Colors of #034DB4
Black with #034DB4
Text Example
Text Example
White with #034DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034DB4; }
p { color: rgb(3,77,180); }
H1.HeaderClassName
{
color: #034DB4;
}
.AnyTagClassName
{
color: #034DB4;
}
</style>
background-color css
<style>
a { background-color: #034DB4; }
a { background-color: rgb(3,77,180); }
div.DivClassName
{
background-color: #034DB4;
}
.BgClassName
{
background-color: #034DB4;
}
</style>
border-color css
<style>
span { border-color: #034DB4; }
span { border-color: rgb(3,77,180); }
td.TdClassName
{
border-color: #034DB4;
}
.TagClassName
{
border-color: #034DB4;
}
</style>