#034C97

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

Shades of Cobalt #034C97

Tints of Cobalt #034C97

Color information

#034C97 (or 0x034C97) is unknown color: approx Cobalt. HEX triplet: 03, 4C and 97. RGB value is (3,76,151). Sum of RGB (Red+Green+Blue) = 3+76+151=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 151 (59.38% from 255 or 65.65% from 230); Max value from RGB is 151 - color contains mainly: blue. Hex color #034C97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034C97 is #FCB368. Grayscale: #3E3E3E. Windows color (decimal): -16561001 or 9915395. OLE color: 9915395.

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

Color convert

RGB376151-
CMYK0.980.5000.41
HSL210.41º96.1%30.2%-
HSV(B)210.41º98.01%59.22%-
XYZ8.217.4230.28-
YUV62.72177.8285.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.30%
GREEN value IS 76 (30.08% from 255) = 33.04%
BLUE value IS 151 (59.38% from 255) = 65.65%
R=1.30%
G=33.04%
B=65.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3761510.980.5000.41210.4196.130.2
Hex34C976232029d2601e
Octal31142271426205132214036
Binary111001100100101111100010110010010100111010010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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