#034BAC

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

Shades of Cobalt #034BAC

Tints of Cobalt #034BAC

Color information

#034BAC (or 0x034BAC) is unknown color: approx Cobalt. HEX triplet: 03, 4B and AC. RGB value is (3,75,172). Sum of RGB (Red+Green+Blue) = 3+75+172=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #034BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034BAC is #FCB453. Grayscale: #404040. Windows color (decimal): -16561236 or 11291395. OLE color: 11291395.

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

Color convert

RGB375172-
CMYK0.980.5600.33
HSL214.44º96.57%34.31%-
HSV(B)214.44º98.26%67.45%-
XYZ108.0340.05-
YUV64.53188.6584.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.2%
GREEN value IS 75 (29.69% from 255) = 30%
BLUE value IS 172 (67.58% from 255) = 68.8%
R=1.2%
G=30%
B=68.8%

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
Decimal3751720.980.5600.33214.4496.5734.31
Hex34BAC6238021d66122
Octal31132541427004132614142
Binary1110010111010110011000101110000100001110101101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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