Shades of Cobalt #034D9F
Tints of Cobalt #034D9F
RGB
CMYK
RGB Variations
Color information
#034D9F (or 0x034D9F) is known color: Cobalt. HEX triplet: 03, 4D and 9F. RGB value is (3,77,159). Sum of RGB (Red+Green+Blue) = 3+77+159=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #034D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034D9F is #FCB260. Grayscale: #3F3F3F. Windows color (decimal): -16560737 or 10439939. OLE color: 10439939.
HSL color Cylindrical-coordinate representation of color #034D9F: hue angle of 211.54º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034D9F is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 77 | 159 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.38 |
| HSL | 211.54º | 0.96% | 0.32% | - |
| HSV(B) | 211.54º | 0.98% | 0.62% | - |
| XYZ | 8.95 | 7.83 | 33.84 | - |
| YUV | 64.22 | 181.48 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 159 | 0.98 | 0.52 | 0 | 0.38 | 211.54 | 0.96 | 0.32 |
| Hex | 3 | 4D | 9F | 62 | 34 | 0 | 26 | D4 | 60 | 20 |
| Octal | 3 | 115 | 237 | 142 | 64 | 0 | 46 | 324 | 140 | 40 |
| Binary | 11 | 1001101 | 10011111 | 1100010 | 110100 | 0 | 100110 | 11010100 | 1100000 | 100000 |
Color Harmonies of #034D9F
Complementary color
Monochromatic Colors of #034D9F
Black with #034D9F
Text Example
Text Example
White with #034D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034D9F; }
p { color: rgb(3,77,159); }
H1.HeaderClassName
{
color: #034D9F;
}
.AnyTagClassName
{
color: #034D9F;
}
</style>
background-color css
<style>
a { background-color: #034D9F; }
a { background-color: rgb(3,77,159); }
div.DivClassName
{
background-color: #034D9F;
}
.BgClassName
{
background-color: #034D9F;
}
</style>
border-color css
<style>
span { border-color: #034D9F; }
span { border-color: rgb(3,77,159); }
td.TdClassName
{
border-color: #034D9F;
}
.TagClassName
{
border-color: #034D9F;
}
</style>