Html Css Color HEX #034DAE Cobalt

📋 copy color: '#034DAE'

red 3 ◦ green 77 ◦ blue 174

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

Shades of Cobalt #034DAE

Tints of Cobalt #034DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 68.5%

R = 1.18%
G = 30.31%
B = 68.5%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#034DAE (or 0x034DAE) is known color: Cobalt. HEX triplet: 03, 4D and AE. RGB value is (3,77,174). Sum of RGB (Red+Green+Blue) = 3+77+174=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #034DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034DAE is #FCB251. Grayscale: #414141. Windows color (decimal): -16560722 or 11422979. OLE color: 11422979.

HSL color Cylindrical-coordinate representation of color #034DAE: hue angle of 214.04º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034DAE is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 77 174 -
CMYK 0.98 0.56 0 0.32
HSL 214.04º 0.97% 0.35% -
HSV(B) 214.04º 0.98% 0.68% -
XYZ 10.33 8.38 41.12 -
YUV 65.93 188.98 83.11 -
System Red Green Blue C M Y K H S L
Decimal 3 77 174 0.98 0.56 0 0.32 214.04 0.97 0.35
Hex 3 4D AE 62 38 0 20 D6 61 23
Octal 3 115 256 142 70 0 40 326 141 43
Binary 11 1001101 10101110 1100010 111000 0 100000 11010110 1100001 100011

Color Harmonies of #034DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034DAE

Black with #034DAE

Text Example


Text Example

White with #034DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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