#034996

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

Shades of Cobalt #034996

Tints of Cobalt #034996

Color information

#034996 (or 0x034996) is unknown color: approx Cobalt. HEX triplet: 03, 49 and 96. RGB value is (3,73,150). Sum of RGB (Red+Green+Blue) = 3+73+150=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 150 (58.98% from 255 or 66.37% from 226); Max value from RGB is 150 - color contains mainly: blue. Hex color #034996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034996 is #FCB669. Grayscale: #3C3C3C. Windows color (decimal): -16561770 or 9849091. OLE color: 9849091.

HSL color Cylindrical-coordinate representation of color #034996: hue angle of 211.43º 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 #034996 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB373150-
CMYK0.980.5100.41
HSL211.43º96.08%30%-
HSV(B)211.43º98%58.82%-
XYZ7.936.9929.78-
YUV60.85178.3186.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.33%
GREEN value IS 73 (28.91% from 255) = 32.30%
BLUE value IS 150 (58.98% from 255) = 66.37%
R=1.33%
G=32.30%
B=66.37%

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
Decimal3731500.980.5100.41211.4396.0830
Hex349966233029d3601e
Octal31112261426305132314036
Binary111001001100101101100010110011010100111010011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034996; }

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

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

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

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

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

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

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

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