Html Css Color HEX #034CA2 Cobalt

📋 copy color: '#034CA2'

red 3 ◦ green 76 ◦ blue 162

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

Shades of Cobalt #034CA2

Tints of Cobalt #034CA2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.54%

 BLUE value IS 162 (63.67% from 255) = 67.22%

R = 1.24%
G = 31.54%
B = 67.22%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#034CA2 (or 0x034CA2) is known color: Cobalt. HEX triplet: 03, 4C and A2. RGB value is (3,76,162). Sum of RGB (Red+Green+Blue) = 3+76+162=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 162 (63.67% from 255 or 67.22% from 241); Max value from RGB is 162 - color contains mainly: blue. Hex color #034CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034CA2 is #FCB35D. Grayscale: #3F3F3F. Windows color (decimal): -16560990 or 10636291. OLE color: 10636291.

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

Color convert

RGB 3 76 162 -
CMYK 0.98 0.53 0 0.36
HSL 212.45º 0.96% 0.32% -
HSV(B) 212.45º 0.98% 0.64% -
XYZ 9.14 7.8 35.21 -
YUV 63.98 183.32 84.51 -
System Red Green Blue C M Y K H S L
Decimal 3 76 162 0.98 0.53 0 0.36 212.45 0.96 0.32
Hex 3 4C A2 62 35 0 24 D4 60 20
Octal 3 114 242 142 65 0 44 324 140 40
Binary 11 1001100 10100010 1100010 110101 0 100100 11010100 1100000 100000

Color Harmonies of #034CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034CA2

Black with #034CA2

Text Example


Text Example

White with #034CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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