Html Css Color HEX #034DAC Cobalt

📋 copy color: '#034DAC'

red 3 ◦ green 77 ◦ blue 172

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

Shades of Cobalt #034DAC

Tints of Cobalt #034DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 68.25%

R = 1.19%
G = 30.56%
B = 68.25%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#034DAC (or 0x034DAC) is known color: Cobalt. HEX triplet: 03, 4D and AC. RGB value is (3,77,172). Sum of RGB (Red+Green+Blue) = 3+77+172=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #034DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034DAC is #FCB253. Grayscale: #414141. Windows color (decimal): -16560724 or 11291907. OLE color: 11291907.

HSL color Cylindrical-coordinate representation of color #034DAC: hue angle of 213.73º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034DAC is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 77 172 -
CMYK 0.98 0.55 0 0.33
HSL 213.73º 0.97% 0.34% -
HSV(B) 213.73º 0.98% 0.67% -
XYZ 10.14 8.31 40.1 -
YUV 65.7 187.98 83.28 -
System Red Green Blue C M Y K H S L
Decimal 3 77 172 0.98 0.55 0 0.33 213.73 0.97 0.34
Hex 3 4D AC 62 37 0 21 D6 61 22
Octal 3 115 254 142 67 0 41 326 141 42
Binary 11 1001101 10101100 1100010 110111 0 100001 11010110 1100001 100010

Color Harmonies of #034DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034DAC

Black with #034DAC

Text Example


Text Example

White with #034DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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