Shades of Cobalt #034DB6
Tints of Cobalt #034DB6
RGB
CMYK
RGB Variations
Color information
#034DB6 (or 0x034DB6) is known color: Cobalt. HEX triplet: 03, 4D and B6. RGB value is (3,77,182). Sum of RGB (Red+Green+Blue) = 3+77+182=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 182 (71.48% from 255 or 69.47% from 262); Max value from RGB is 182 - color contains mainly: blue. Hex color #034DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034DB6 is #FCB249. Grayscale: #424242. Windows color (decimal): -16560714 or 11947267. OLE color: 11947267.
HSL color Cylindrical-coordinate representation of color #034DB6: hue angle of 215.2º 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 #034DB6 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 77 | 182 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.29 |
| HSL | 215.2º | 0.97% | 0.36% | - |
| HSV(B) | 215.2º | 0.98% | 0.71% | - |
| XYZ | 11.13 | 8.7 | 45.35 | - |
| YUV | 66.84 | 192.98 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 182 | 0.98 | 0.58 | 0 | 0.29 | 215.2 | 0.97 | 0.36 |
| Hex | 3 | 4D | B6 | 62 | 3A | 0 | 1D | D7 | 61 | 24 |
| Octal | 3 | 115 | 266 | 142 | 72 | 0 | 35 | 327 | 141 | 44 |
| Binary | 11 | 1001101 | 10110110 | 1100010 | 111010 | 0 | 11101 | 11010111 | 1100001 | 100100 |
Color Harmonies of #034DB6
Complementary color
Monochromatic Colors of #034DB6
Black with #034DB6
Text Example
Text Example
White with #034DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034DB6; }
p { color: rgb(3,77,182); }
H1.HeaderClassName
{
color: #034DB6;
}
.AnyTagClassName
{
color: #034DB6;
}
</style>
background-color css
<style>
a { background-color: #034DB6; }
a { background-color: rgb(3,77,182); }
div.DivClassName
{
background-color: #034DB6;
}
.BgClassName
{
background-color: #034DB6;
}
</style>
border-color css
<style>
span { border-color: #034DB6; }
span { border-color: rgb(3,77,182); }
td.TdClassName
{
border-color: #034DB6;
}
.TagClassName
{
border-color: #034DB6;
}
</style>