Html Css Color HEX #034DC2 Cobalt

📋 copy color: '#034DC2'

red 3 ◦ green 77 ◦ blue 194

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

Shades of Cobalt #034DC2

Tints of Cobalt #034DC2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.1%

 BLUE value IS 194 (76.17% from 255) = 70.8%

R = 1.09%
G = 28.1%
B = 70.8%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#034DC2 (or 0x034DC2) is known color: Cobalt. HEX triplet: 03, 4D and C2. RGB value is (3,77,194). Sum of RGB (Red+Green+Blue) = 3+77+194=274 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 194 (76.17% from 255 or 70.80% from 274); Max value from RGB is 194 - color contains mainly: blue. Hex color #034DC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034DC2 is #FCB23D. Grayscale: #434343. Windows color (decimal): -16560702 or 12733699. OLE color: 12733699.

HSL color Cylindrical-coordinate representation of color #034DC2: hue angle of 216.75º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034DC2 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 77 194 -
CMYK 0.98 0.60 0 0.24
HSL 216.75º 0.97% 0.39% -
HSV(B) 216.75º 0.98% 0.76% -
XYZ 12.43 9.22 52.16 -
YUV 68.21 198.98 81.49 -
System Red Green Blue C M Y K H S L
Decimal 3 77 194 0.98 0.60 0 0.24 216.75 0.97 0.39
Hex 3 4D C2 62 3C 0 18 D9 61 27
Octal 3 115 302 142 74 0 30 331 141 47
Binary 11 1001101 11000010 1100010 111100 0 11000 11011001 1100001 100111

Color Harmonies of #034DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034DC2

Black with #034DC2

Text Example


Text Example

White with #034DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,77,194); }

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

background-color css

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

 a { background-color: rgb(3,77,194); }

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

border-color css

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

 span { border-color: rgb(3,77,194); }

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