Shades of Cobalt #034D9D
Tints of Cobalt #034D9D
RGB
CMYK
RGB Variations
Color information
#034D9D (or 0x034D9D) is known color: Cobalt. HEX triplet: 03, 4D and 9D. RGB value is (3,77,157). Sum of RGB (Red+Green+Blue) = 3+77+157=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #034D9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034D9D is #FCB262. Grayscale: #3F3F3F. Windows color (decimal): -16560739 or 10308867. OLE color: 10308867.
HSL color Cylindrical-coordinate representation of color #034D9D: hue angle of 211.17º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034D9D is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 77 | 157 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.38 |
| HSL | 211.17º | 0.96% | 0.31% | - |
| HSV(B) | 211.17º | 0.98% | 0.62% | - |
| XYZ | 8.78 | 7.76 | 32.93 | - |
| YUV | 63.99 | 180.48 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 157 | 0.98 | 0.51 | 0 | 0.38 | 211.17 | 0.96 | 0.31 |
| Hex | 3 | 4D | 9D | 62 | 33 | 0 | 26 | D3 | 60 | 1F |
| Octal | 3 | 115 | 235 | 142 | 63 | 0 | 46 | 323 | 140 | 37 |
| Binary | 11 | 1001101 | 10011101 | 1100010 | 110011 | 0 | 100110 | 11010011 | 1100000 | 11111 |
Color Harmonies of #034D9D
Complementary color
Monochromatic Colors of #034D9D
Black with #034D9D
Text Example
Text Example
White with #034D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034D9D; }
p { color: rgb(3,77,157); }
H1.HeaderClassName
{
color: #034D9D;
}
.AnyTagClassName
{
color: #034D9D;
}
</style>
background-color css
<style>
a { background-color: #034D9D; }
a { background-color: rgb(3,77,157); }
div.DivClassName
{
background-color: #034D9D;
}
.BgClassName
{
background-color: #034D9D;
}
</style>
border-color css
<style>
span { border-color: #034D9D; }
span { border-color: rgb(3,77,157); }
td.TdClassName
{
border-color: #034D9D;
}
.TagClassName
{
border-color: #034D9D;
}
</style>