Html Css Color HEX #034AA1 Cobalt

📋 copy color: '#034AA1'

red 3 ◦ green 74 ◦ blue 161

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

Shades of Cobalt #034AA1

Tints of Cobalt #034AA1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.09%

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

R = 1.26%
G = 31.09%
B = 67.65%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#034AA1 (or 0x034AA1) is known color: Cobalt. HEX triplet: 03, 4A and A1. RGB value is (3,74,161). Sum of RGB (Red+Green+Blue) = 3+74+161=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 161 (63.28% from 255 or 67.65% from 238); Max value from RGB is 161 - color contains mainly: blue. Hex color #034AA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034AA1 is #FCB55E. Grayscale: #3E3E3E. Windows color (decimal): -16561503 or 10570243. OLE color: 10570243.

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

Color convert

RGB 3 74 161 -
CMYK 0.98 0.54 0 0.37
HSL 213.04º 0.96% 0.32% -
HSV(B) 213.04º 0.98% 0.63% -
XYZ 8.92 7.49 34.69 -
YUV 62.69 183.48 85.43 -
System Red Green Blue C M Y K H S L
Decimal 3 74 161 0.98 0.54 0 0.37 213.04 0.96 0.32
Hex 3 4A A1 62 36 0 25 D5 60 20
Octal 3 112 241 142 66 0 45 325 140 40
Binary 11 1001010 10100001 1100010 110110 0 100101 11010101 1100000 100000

Color Harmonies of #034AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034AA1

Black with #034AA1

Text Example


Text Example

White with #034AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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