#034DAB

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

Shades of Cobalt #034DAB

Tints of Cobalt #034DAB

Color information

#034DAB (or 0x034DAB) is unknown color: approx Cobalt. HEX triplet: 03, 4D and AB. RGB value is (3,77,171). Sum of RGB (Red+Green+Blue) = 3+77+171=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #034DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034DAB is #FCB254. Grayscale: #414141. Windows color (decimal): -16560725 or 11226371. OLE color: 11226371.

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

Color convert

RGB377171-
CMYK0.980.5500.33
HSL213.57º96.55%34.12%-
HSV(B)213.57º98.25%67.06%-
XYZ10.048.2739.59-
YUV65.59187.4883.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.20%
GREEN value IS 77 (30.47% from 255) = 30.68%
BLUE value IS 171 (67.19% from 255) = 68.13%
R=1.20%
G=30.68%
B=68.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3771710.980.5500.33213.5796.5534.12
Hex34DAB6237021d66122
Octal31152531426704132614142
Binary1110011011010101111000101101110100001110101101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,77,171); }

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

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

 a { background-color: rgb(3,77,171); }

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

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

 span { border-color: rgb(3,77,171); }

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