Shades of Cobalt #034DBE
Tints of Cobalt #034DBE
RGB
CMYK
RGB Variations
Color information
#034DBE (or 0x034DBE) is known color: Cobalt. HEX triplet: 03, 4D and BE. RGB value is (3,77,190). Sum of RGB (Red+Green+Blue) = 3+77+190=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #034DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034DBE is #FCB241. Grayscale: #434343. Windows color (decimal): -16560706 or 12471555. OLE color: 12471555.
HSL color Cylindrical-coordinate representation of color #034DBE: hue angle of 216.26º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034DBE is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 77 | 190 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.25 |
| HSL | 216.26º | 0.97% | 0.38% | - |
| HSV(B) | 216.26º | 0.98% | 0.75% | - |
| XYZ | 11.99 | 9.04 | 49.83 | - |
| YUV | 67.76 | 196.98 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 190 | 0.98 | 0.59 | 0 | 0.25 | 216.26 | 0.97 | 0.38 |
| Hex | 3 | 4D | BE | 62 | 3B | 0 | 19 | D8 | 61 | 26 |
| Octal | 3 | 115 | 276 | 142 | 73 | 0 | 31 | 330 | 141 | 46 |
| Binary | 11 | 1001101 | 10111110 | 1100010 | 111011 | 0 | 11001 | 11011000 | 1100001 | 100110 |
Color Harmonies of #034DBE
Complementary color
Monochromatic Colors of #034DBE
Black with #034DBE
Text Example
Text Example
White with #034DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034DBE; }
p { color: rgb(3,77,190); }
H1.HeaderClassName
{
color: #034DBE;
}
.AnyTagClassName
{
color: #034DBE;
}
</style>
background-color css
<style>
a { background-color: #034DBE; }
a { background-color: rgb(3,77,190); }
div.DivClassName
{
background-color: #034DBE;
}
.BgClassName
{
background-color: #034DBE;
}
</style>
border-color css
<style>
span { border-color: #034DBE; }
span { border-color: rgb(3,77,190); }
td.TdClassName
{
border-color: #034DBE;
}
.TagClassName
{
border-color: #034DBE;
}
</style>