Shades of Cobalt #034DB5
Tints of Cobalt #034DB5
RGB
CMYK
RGB Variations
Color information
#034DB5 (or 0x034DB5) is known color: Cobalt. HEX triplet: 03, 4D and B5. RGB value is (3,77,181). Sum of RGB (Red+Green+Blue) = 3+77+181=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 181 (71.09% from 255 or 69.35% from 261); Max value from RGB is 181 - color contains mainly: blue. Hex color #034DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034DB5 is #FCB24A. Grayscale: #424242. Windows color (decimal): -16560715 or 11881731. OLE color: 11881731.
HSL color Cylindrical-coordinate representation of color #034DB5: hue angle of 215.06º 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 #034DB5 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 77 | 181 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.29 |
| HSL | 215.06º | 0.97% | 0.36% | - |
| HSV(B) | 215.06º | 0.98% | 0.71% | - |
| XYZ | 11.03 | 8.66 | 44.81 | - |
| YUV | 66.73 | 192.48 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 181 | 0.98 | 0.57 | 0 | 0.29 | 215.06 | 0.97 | 0.36 |
| Hex | 3 | 4D | B5 | 62 | 39 | 0 | 1D | D7 | 61 | 24 |
| Octal | 3 | 115 | 265 | 142 | 71 | 0 | 35 | 327 | 141 | 44 |
| Binary | 11 | 1001101 | 10110101 | 1100010 | 111001 | 0 | 11101 | 11010111 | 1100001 | 100100 |
Color Harmonies of #034DB5
Complementary color
Monochromatic Colors of #034DB5
Black with #034DB5
Text Example
Text Example
White with #034DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034DB5; }
p { color: rgb(3,77,181); }
H1.HeaderClassName
{
color: #034DB5;
}
.AnyTagClassName
{
color: #034DB5;
}
</style>
background-color css
<style>
a { background-color: #034DB5; }
a { background-color: rgb(3,77,181); }
div.DivClassName
{
background-color: #034DB5;
}
.BgClassName
{
background-color: #034DB5;
}
</style>
border-color css
<style>
span { border-color: #034DB5; }
span { border-color: rgb(3,77,181); }
td.TdClassName
{
border-color: #034DB5;
}
.TagClassName
{
border-color: #034DB5;
}
</style>