Html Css Color HEX #034CA1 Cobalt

📋 copy color: '#034CA1'

red 3 ◦ green 76 ◦ blue 161

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

Shades of Cobalt #034CA1

Tints of Cobalt #034CA1

RGB

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

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

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

R = 1.25%
G = 31.67%
B = 67.08%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#034CA1 (or 0x034CA1) is known color: Cobalt. HEX triplet: 03, 4C and A1. RGB value is (3,76,161). Sum of RGB (Red+Green+Blue) = 3+76+161=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 161 (63.28% from 255 or 67.08% from 240); Max value from RGB is 161 - color contains mainly: blue. Hex color #034CA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034CA1 is #FCB35E. Grayscale: #3F3F3F. Windows color (decimal): -16560991 or 10570755. OLE color: 10570755.

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

Color convert

RGB 3 76 161 -
CMYK 0.98 0.53 0 0.37
HSL 212.28º 0.96% 0.32% -
HSV(B) 212.28º 0.98% 0.63% -
XYZ 9.06 7.76 34.74 -
YUV 63.86 182.82 84.59 -
System Red Green Blue C M Y K H S L
Decimal 3 76 161 0.98 0.53 0 0.37 212.28 0.96 0.32
Hex 3 4C A1 62 35 0 25 D4 60 20
Octal 3 114 241 142 65 0 45 324 140 40
Binary 11 1001100 10100001 1100010 110101 0 100101 11010100 1100000 100000

Color Harmonies of #034CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034CA1

Black with #034CA1

Text Example


Text Example

White with #034CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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