#034C96

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

Shades of Cobalt #034C96

Tints of Cobalt #034C96

Color information

#034C96 (or 0x034C96) is unknown color: approx Cobalt. HEX triplet: 03, 4C and 96. RGB value is (3,76,150). Sum of RGB (Red+Green+Blue) = 3+76+150=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 150 (58.98% from 255 or 65.50% from 229); Max value from RGB is 150 - color contains mainly: blue. Hex color #034C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034C96 is #FCB369. Grayscale: #3E3E3E. Windows color (decimal): -16561002 or 9849859. OLE color: 9849859.

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

Color convert

RGB376150-
CMYK0.980.4900.41
HSL210.2º96.08%30%-
HSV(B)210.2º98%58.82%-
XYZ8.137.3929.85-
YUV62.61177.3285.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.31%
GREEN value IS 76 (30.08% from 255) = 33.19%
BLUE value IS 150 (58.98% from 255) = 65.50%
R=1.31%
G=33.19%
B=65.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3761500.980.4900.41210.296.0830
Hex34C966231029d2601e
Octal31142261426105132214036
Binary111001100100101101100010110001010100111010010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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