#034cac

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

Shades of Cobalt #034CAC

Tints of Cobalt #034CAC

Color information

#034CAC (or 0x034CAC) is unknown color: approx Cobalt. HEX triplet: 03, 4C and AC. RGB value is (3,76,172). Sum of RGB (Red+Green+Blue) = 3+76+172=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #034CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034CAC is #FCB353. Grayscale: #404040. Windows color (decimal): -16560980 or 11291651. OLE color: 11291651.

HSL color Cylindrical-coordinate representation of color #034CAC: hue angle of 214.08º 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 #034CAC is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB376172-
CMYK0.980.5600.33
HSL214.08º96.57%34.31%-
HSV(B)214.08º98.26%67.45%-
XYZ10.078.1740.08-
YUV65.12188.3283.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.20%
GREEN value IS 76 (30.08% from 255) = 30.28%
BLUE value IS 172 (67.58% from 255) = 68.53%
R=1.20%
G=30.28%
B=68.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3761720.980.5600.33214.0896.5734.31
Hex34CAC6238021d66122
Octal31142541427004132614142
Binary1110011001010110011000101110000100001110101101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034cac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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