Shades of Cobalt #034FAC
Tints of Cobalt #034FAC
RGB
CMYK
RGB Variations
Color information
#034FAC (or 0x034FAC) is known color: Cobalt. HEX triplet: 03, 4F and AC. RGB value is (3,79,172). Sum of RGB (Red+Green+Blue) = 3+79+172=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #034FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034FAC is #FCB053. Grayscale: #424242. Windows color (decimal): -16560212 or 11292419. OLE color: 11292419.
HSL color Cylindrical-coordinate representation of color #034FAC: hue angle of 213.02º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034FAC is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 79 | 172 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.33 |
| HSL | 213.02º | 0.97% | 0.34% | - |
| HSV(B) | 213.02º | 0.98% | 0.67% | - |
| XYZ | 10.28 | 8.59 | 40.15 | - |
| YUV | 66.88 | 187.32 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 79 | 172 | 0.98 | 0.54 | 0 | 0.33 | 213.02 | 0.97 | 0.34 |
| Hex | 3 | 4F | AC | 62 | 36 | 0 | 21 | D5 | 61 | 22 |
| Octal | 3 | 117 | 254 | 142 | 66 | 0 | 41 | 325 | 141 | 42 |
| Binary | 11 | 1001111 | 10101100 | 1100010 | 110110 | 0 | 100001 | 11010101 | 1100001 | 100010 |
Color Harmonies of #034FAC
Complementary color
Monochromatic Colors of #034FAC
Black with #034FAC
Text Example
Text Example
White with #034FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034FAC; }
p { color: rgb(3,79,172); }
H1.HeaderClassName
{
color: #034FAC;
}
.AnyTagClassName
{
color: #034FAC;
}
</style>
background-color css
<style>
a { background-color: #034FAC; }
a { background-color: rgb(3,79,172); }
div.DivClassName
{
background-color: #034FAC;
}
.BgClassName
{
background-color: #034FAC;
}
</style>
border-color css
<style>
span { border-color: #034FAC; }
span { border-color: rgb(3,79,172); }
td.TdClassName
{
border-color: #034FAC;
}
.TagClassName
{
border-color: #034FAC;
}
</style>