#034A96

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

Shades of Cobalt #034A96

Tints of Cobalt #034A96

Color information

#034A96 (or 0x034A96) is unknown color: approx Cobalt. HEX triplet: 03, 4A and 96. RGB value is (3,74,150). Sum of RGB (Red+Green+Blue) = 3+74+150=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 150 (58.98% from 255 or 66.08% from 227); Max value from RGB is 150 - color contains mainly: blue. Hex color #034A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034A96 is #FCB569. Grayscale: #3D3D3D. Windows color (decimal): -16561514 or 9849347. OLE color: 9849347.

HSL color Cylindrical-coordinate representation of color #034A96: hue angle of 211.02º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034A96 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB374150-
CMYK0.980.5100.41
HSL211.02º96.08%30%-
HSV(B)211.02º98%58.82%-
XYZ7.997.1229.81-
YUV61.43177.9886.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.32%
GREEN value IS 74 (29.30% from 255) = 32.60%
BLUE value IS 150 (58.98% from 255) = 66.08%
R=1.32%
G=32.60%
B=66.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3741500.980.5100.41211.0296.0830
Hex34A966233029d3601e
Octal31122261426305132314036
Binary111001010100101101100010110011010100111010011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,74,150); }

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

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

 a { background-color: rgb(3,74,150); }

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

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

 span { border-color: rgb(3,74,150); }

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