Html Css Color HEX #034D9E Cobalt

📋 copy color: '#034D9E'

red 3 ◦ green 77 ◦ blue 158

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

Shades of Cobalt #034D9E

Tints of Cobalt #034D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 66.39%

R = 1.26%
G = 32.35%
B = 66.39%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#034D9E (or 0x034D9E) is known color: Cobalt. HEX triplet: 03, 4D and 9E. RGB value is (3,77,158). Sum of RGB (Red+Green+Blue) = 3+77+158=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 158 (62.11% from 255 or 66.39% from 238); Max value from RGB is 158 - color contains mainly: blue. Hex color #034D9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034D9E is #FCB261. Grayscale: #3F3F3F. Windows color (decimal): -16560738 or 10374403. OLE color: 10374403.

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

Color convert

RGB 3 77 158 -
CMYK 0.98 0.51 0 0.38
HSL 211.35º 0.96% 0.32% -
HSV(B) 211.35º 0.98% 0.62% -
XYZ 8.86 7.8 33.39 -
YUV 64.11 180.98 84.41 -
System Red Green Blue C M Y K H S L
Decimal 3 77 158 0.98 0.51 0 0.38 211.35 0.96 0.32
Hex 3 4D 9E 62 33 0 26 D3 60 20
Octal 3 115 236 142 63 0 46 323 140 40
Binary 11 1001101 10011110 1100010 110011 0 100110 11010011 1100000 100000

Color Harmonies of #034D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D9E

Black with #034D9E

Text Example


Text Example

White with #034D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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