Html Css Color HEX #034EA1 Cobalt

📋 copy color: '#034EA1'

red 3 ◦ green 78 ◦ blue 161

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

Shades of Cobalt #034EA1

Tints of Cobalt #034EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 66.53%

R = 1.24%
G = 32.23%
B = 66.53%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#034EA1 (or 0x034EA1) is known color: Cobalt. HEX triplet: 03, 4E and A1. RGB value is (3,78,161). Sum of RGB (Red+Green+Blue) = 3+78+161=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 161 (63.28% from 255 or 66.53% from 242); Max value from RGB is 161 - color contains mainly: blue. Hex color #034EA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034EA1 is #FCB15E. Grayscale: #404040. Windows color (decimal): -16560479 or 10571267. OLE color: 10571267.

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

Color convert

RGB 3 78 161 -
CMYK 0.98 0.52 0 0.37
HSL 211.52º 0.96% 0.32% -
HSV(B) 211.52º 0.98% 0.63% -
XYZ 9.19 8.04 34.79 -
YUV 65.04 182.15 83.75 -
System Red Green Blue C M Y K H S L
Decimal 3 78 161 0.98 0.52 0 0.37 211.52 0.96 0.32
Hex 3 4E A1 62 34 0 25 D4 60 20
Octal 3 116 241 142 64 0 45 324 140 40
Binary 11 1001110 10100001 1100010 110100 0 100101 11010100 1100000 100000

Color Harmonies of #034EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034EA1

Black with #034EA1

Text Example


Text Example

White with #034EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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