Html Css Color HEX #034D9C Cobalt

📋 copy color: '#034D9C'

red 3 ◦ green 77 ◦ blue 156

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

Shades of Cobalt #034D9C

Tints of Cobalt #034D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 66.1%

R = 1.27%
G = 32.63%
B = 66.1%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#034D9C (or 0x034D9C) is known color: Cobalt. HEX triplet: 03, 4D and 9C. RGB value is (3,77,156). Sum of RGB (Red+Green+Blue) = 3+77+156=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 156 (61.33% from 255 or 66.10% from 236); Max value from RGB is 156 - color contains mainly: blue. Hex color #034D9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034D9C is #FCB263. Grayscale: #3F3F3F. Windows color (decimal): -16560740 or 10243331. OLE color: 10243331.

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

Color convert

RGB 3 77 156 -
CMYK 0.98 0.51 0 0.39
HSL 210.98º 0.96% 0.31% -
HSV(B) 210.98º 0.98% 0.61% -
XYZ 8.69 7.73 32.49 -
YUV 63.88 179.98 84.58 -
System Red Green Blue C M Y K H S L
Decimal 3 77 156 0.98 0.51 0 0.39 210.98 0.96 0.31
Hex 3 4D 9C 62 33 0 27 D3 60 1F
Octal 3 115 234 142 63 0 47 323 140 37
Binary 11 1001101 10011100 1100010 110011 0 100111 11010011 1100000 11111

Color Harmonies of #034D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D9C

Black with #034D9C

Text Example


Text Example

White with #034D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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