#034CA2

Color #034CA2 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #034CA2

Tints of Cobalt #034CA2

Color information

#034CA2 (or 0x034CA2) is unknown color: approx Cobalt. HEX triplet: 03, 4C and A2. RGB value is (3,76,162). Sum of RGB (Red+Green+Blue) = 3+76+162=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 162 (63.67% from 255 or 67.22% from 241); Max value from RGB is 162 - color contains mainly: blue. Hex color #034CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034CA2 is #FCB35D. Grayscale: #3F3F3F. Windows color (decimal): -16560990 or 10636291. OLE color: 10636291.

HSL color Cylindrical-coordinate representation of color #034CA2: hue angle of 212.45º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034CA2 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB376162-
CMYK0.980.5300.36
HSL212.45º96.36%32.35%-
HSV(B)212.45º98.15%63.53%-
XYZ9.147.835.21-
YUV63.98183.3284.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.24%
GREEN value IS 76 (30.08% from 255) = 31.54%
BLUE value IS 162 (63.67% from 255) = 67.22%
R=1.24%
G=31.54%
B=67.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal3761620.980.5300.36212.4596.3632.35
Hex34CA26235024d46020
Octal31142421426504432414040
Binary1110011001010001011000101101010100100110101001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034CA2; }

 p { color: rgb(3,76,162); }

 H1.HeaderClassName
 {
   color: #034CA2;
 }
 .AnyTagClassName
 {
   color: #034CA2;
 }
</style>
background-color css

<style>
 a { background-color: #034CA2; }

 a { background-color: rgb(3,76,162); }

 div.DivClassName
 {
   background-color: #034CA2;
 }
 .BgClassName
 {
   background-color: #034CA2;
 }
</style>
border-color css

<style>
 span { border-color: #034CA2; }

 span { border-color: rgb(3,76,162); }

 td.TdClassName
 {
   border-color: #034CA2;
 }
 .TagClassName
 {
   border-color: #034CA2;
 }
</style>