Shades of Cobalt #034FC0
Tints of Cobalt #034FC0
RGB
CMYK
RGB Variations
Color information
#034FC0 (or 0x034FC0) is known color: Cobalt. HEX triplet: 03, 4F and C0. RGB value is (3,79,192). Sum of RGB (Red+Green+Blue) = 3+79+192=274 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 192 (75.39% from 255 or 70.07% from 274); Max value from RGB is 192 - color contains mainly: blue. Hex color #034FC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034FC0 is #FCB03F. Grayscale: #444444. Windows color (decimal): -16560192 or 12603139. OLE color: 12603139.
HSL color Cylindrical-coordinate representation of color #034FC0: hue angle of 215.87º 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 #034FC0 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 79 | 192 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.25 |
| HSL | 215.87º | 0.97% | 0.38% | - |
| HSV(B) | 215.87º | 0.98% | 0.75% | - |
| XYZ | 12.35 | 9.42 | 51.04 | - |
| YUV | 69.16 | 197.32 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 79 | 192 | 0.98 | 0.59 | 0 | 0.25 | 215.87 | 0.97 | 0.38 |
| Hex | 3 | 4F | C0 | 62 | 3B | 0 | 19 | D8 | 61 | 26 |
| Octal | 3 | 117 | 300 | 142 | 73 | 0 | 31 | 330 | 141 | 46 |
| Binary | 11 | 1001111 | 11000000 | 1100010 | 111011 | 0 | 11001 | 11011000 | 1100001 | 100110 |
Color Harmonies of #034FC0
Complementary color
Monochromatic Colors of #034FC0
Black with #034FC0
Text Example
Text Example
White with #034FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034FC0; }
p { color: rgb(3,79,192); }
H1.HeaderClassName
{
color: #034FC0;
}
.AnyTagClassName
{
color: #034FC0;
}
</style>
background-color css
<style>
a { background-color: #034FC0; }
a { background-color: rgb(3,79,192); }
div.DivClassName
{
background-color: #034FC0;
}
.BgClassName
{
background-color: #034FC0;
}
</style>
border-color css
<style>
span { border-color: #034FC0; }
span { border-color: rgb(3,79,192); }
td.TdClassName
{
border-color: #034FC0;
}
.TagClassName
{
border-color: #034FC0;
}
</style>