Shades of Cobalt #034DC1
Tints of Cobalt #034DC1
RGB
CMYK
RGB Variations
Color information
#034DC1 (or 0x034DC1) is known color: Cobalt. HEX triplet: 03, 4D and C1. RGB value is (3,77,193). Sum of RGB (Red+Green+Blue) = 3+77+193=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 193 (75.78% from 255 or 70.70% from 273); Max value from RGB is 193 - color contains mainly: blue. Hex color #034DC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034DC1 is #FCB23E. Grayscale: #434343. Windows color (decimal): -16560703 or 12668163. OLE color: 12668163.
HSL color Cylindrical-coordinate representation of color #034DC1: hue angle of 216.63º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034DC1 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 77 | 193 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.24 |
| HSL | 216.63º | 0.97% | 0.38% | - |
| HSV(B) | 216.63º | 0.98% | 0.76% | - |
| XYZ | 12.32 | 9.18 | 51.57 | - |
| YUV | 68.1 | 198.48 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 193 | 0.98 | 0.60 | 0 | 0.24 | 216.63 | 0.97 | 0.38 |
| Hex | 3 | 4D | C1 | 62 | 3C | 0 | 18 | D9 | 61 | 26 |
| Octal | 3 | 115 | 301 | 142 | 74 | 0 | 30 | 331 | 141 | 46 |
| Binary | 11 | 1001101 | 11000001 | 1100010 | 111100 | 0 | 11000 | 11011001 | 1100001 | 100110 |
Color Harmonies of #034DC1
Complementary color
Monochromatic Colors of #034DC1
Black with #034DC1
Text Example
Text Example
White with #034DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034DC1; }
p { color: rgb(3,77,193); }
H1.HeaderClassName
{
color: #034DC1;
}
.AnyTagClassName
{
color: #034DC1;
}
</style>
background-color css
<style>
a { background-color: #034DC1; }
a { background-color: rgb(3,77,193); }
div.DivClassName
{
background-color: #034DC1;
}
.BgClassName
{
background-color: #034DC1;
}
</style>
border-color css
<style>
span { border-color: #034DC1; }
span { border-color: rgb(3,77,193); }
td.TdClassName
{
border-color: #034DC1;
}
.TagClassName
{
border-color: #034DC1;
}
</style>