Shades of Cobalt #034FA4
Tints of Cobalt #034FA4
RGB
CMYK
RGB Variations
Color information
#034FA4 (or 0x034FA4) is known color: Cobalt. HEX triplet: 03, 4F and A4. RGB value is (3,79,164). Sum of RGB (Red+Green+Blue) = 3+79+164=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 164 (64.45% from 255 or 66.67% from 246); Max value from RGB is 164 - color contains mainly: blue. Hex color #034FA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034FA4 is #FCB05B. Grayscale: #414141. Windows color (decimal): -16560220 or 10768131. OLE color: 10768131.
HSL color Cylindrical-coordinate representation of color #034FA4: hue angle of 211.68º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034FA4 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 79 | 164 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.36 |
| HSL | 211.68º | 0.96% | 0.33% | - |
| HSV(B) | 211.68º | 0.98% | 0.64% | - |
| XYZ | 9.53 | 8.29 | 36.22 | - |
| YUV | 65.97 | 183.32 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 79 | 164 | 0.98 | 0.52 | 0 | 0.36 | 211.68 | 0.96 | 0.33 |
| Hex | 3 | 4F | A4 | 62 | 34 | 0 | 24 | D4 | 60 | 21 |
| Octal | 3 | 117 | 244 | 142 | 64 | 0 | 44 | 324 | 140 | 41 |
| Binary | 11 | 1001111 | 10100100 | 1100010 | 110100 | 0 | 100100 | 11010100 | 1100000 | 100001 |
Color Harmonies of #034FA4
Complementary color
Monochromatic Colors of #034FA4
Black with #034FA4
Text Example
Text Example
White with #034FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034FA4; }
p { color: rgb(3,79,164); }
H1.HeaderClassName
{
color: #034FA4;
}
.AnyTagClassName
{
color: #034FA4;
}
</style>
background-color css
<style>
a { background-color: #034FA4; }
a { background-color: rgb(3,79,164); }
div.DivClassName
{
background-color: #034FA4;
}
.BgClassName
{
background-color: #034FA4;
}
</style>
border-color css
<style>
span { border-color: #034FA4; }
span { border-color: rgb(3,79,164); }
td.TdClassName
{
border-color: #034FA4;
}
.TagClassName
{
border-color: #034FA4;
}
</style>