Html Css Color HEX #034D9D Cobalt

📋 copy color: '#034D9D'

red 3 ◦ green 77 ◦ blue 157

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

Shades of Cobalt #034D9D

Tints of Cobalt #034D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 66.24%

R = 1.27%
G = 32.49%
B = 66.24%

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

#034D9D (or 0x034D9D) is known color: Cobalt. HEX triplet: 03, 4D and 9D. RGB value is (3,77,157). Sum of RGB (Red+Green+Blue) = 3+77+157=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #034D9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034D9D is #FCB262. Grayscale: #3F3F3F. Windows color (decimal): -16560739 or 10308867. OLE color: 10308867.

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

Color convert

RGB 3 77 157 -
CMYK 0.98 0.51 0 0.38
HSL 211.17º 0.96% 0.31% -
HSV(B) 211.17º 0.98% 0.62% -
XYZ 8.78 7.76 32.93 -
YUV 63.99 180.48 84.5 -
System Red Green Blue C M Y K H S L
Decimal 3 77 157 0.98 0.51 0 0.38 211.17 0.96 0.31
Hex 3 4D 9D 62 33 0 26 D3 60 1F
Octal 3 115 235 142 63 0 46 323 140 37
Binary 11 1001101 10011101 1100010 110011 0 100110 11010011 1100000 11111

Color Harmonies of #034D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D9D

Black with #034D9D

Text Example


Text Example

White with #034D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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