Html Css Color HEX #034EA0 Cobalt

📋 copy color: '#034EA0'

red 3 ◦ green 78 ◦ blue 160

#034EA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #034EA0

Tints of Cobalt #034EA0

RGB

 RED value IS 3 (1.56% from 255) = 1.24%

 GREEN value IS 78 (30.86% from 255) = 32.37%

 BLUE value IS 160 (62.89% from 255) = 66.39%

R = 1.24%
G = 32.37%
B = 66.39%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#034EA0 (or 0x034EA0) is known color: Cobalt. HEX triplet: 03, 4E and A0. RGB value is (3,78,160). Sum of RGB (Red+Green+Blue) = 3+78+160=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 160 (62.89% from 255 or 66.39% from 241); Max value from RGB is 160 - color contains mainly: blue. Hex color #034EA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034EA0 is #FCB15F. Grayscale: #404040. Windows color (decimal): -16560480 or 10505731. OLE color: 10505731.

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

Color convert

RGB 3 78 160 -
CMYK 0.98 0.51 0 0.37
HSL 211.34º 0.96% 0.32% -
HSV(B) 211.34º 0.98% 0.63% -
XYZ 9.11 8.01 34.32 -
YUV 64.92 181.65 83.83 -
System Red Green Blue C M Y K H S L
Decimal 3 78 160 0.98 0.51 0 0.37 211.34 0.96 0.32
Hex 3 4E A0 62 33 0 25 D3 60 20
Octal 3 116 240 142 63 0 45 323 140 40
Binary 11 1001110 10100000 1100010 110011 0 100101 11010011 1100000 100000

Color Harmonies of #034EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034EA0

Black with #034EA0

Text Example


Text Example

White with #034EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #034EA0;
 }
 .AnyTagClassName
 {
   color: #034EA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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