#034E97

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

Shades of Cobalt #034E97

Tints of Cobalt #034E97

Color information

#034E97 (or 0x034E97) is unknown color: approx Cobalt. HEX triplet: 03, 4E and 97. RGB value is (3,78,151). Sum of RGB (Red+Green+Blue) = 3+78+151=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 151 (59.38% from 255 or 65.09% from 232); Max value from RGB is 151 - color contains mainly: blue. Hex color #034E97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034E97 is #FCB168. Grayscale: #3F3F3F. Windows color (decimal): -16560489 or 9915907. OLE color: 9915907.

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

Color convert

RGB378151-
CMYK0.980.4800.41
HSL209.59º96.1%30.2%-
HSV(B)209.59º98.01%59.22%-
XYZ8.357.730.32-
YUV63.9177.1584.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.29%
GREEN value IS 78 (30.86% from 255) = 33.62%
BLUE value IS 151 (59.38% from 255) = 65.09%
R=1.29%
G=33.62%
B=65.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3781510.980.4800.41209.5996.130.2
Hex34E976230029d2601e
Octal31162271426005132214036
Binary111001110100101111100010110000010100111010010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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