Html Css Color HEX #034C9B Cobalt

📋 copy color: '#034C9B'

red 3 ◦ green 76 ◦ blue 155

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

Shades of Cobalt #034C9B

Tints of Cobalt #034C9B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.48%

 BLUE value IS 155 (60.94% from 255) = 66.24%

R = 1.28%
G = 32.48%
B = 66.24%

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

#034C9B (or 0x034C9B) is known color: Cobalt. HEX triplet: 03, 4C and 9B. RGB value is (3,76,155). Sum of RGB (Red+Green+Blue) = 3+76+155=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 155 (60.94% from 255 or 66.24% from 234); Max value from RGB is 155 - color contains mainly: blue. Hex color #034C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034C9B is #FCB364. Grayscale: #3E3E3E. Windows color (decimal): -16560997 or 10177539. OLE color: 10177539.

HSL color Cylindrical-coordinate representation of color #034C9B: hue angle of 211.18º 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 #034C9B is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 3 76 155 -
CMYK 0.98 0.51 0 0.39
HSL 211.18º 0.96% 0.31% -
HSV(B) 211.18º 0.98% 0.61% -
XYZ 8.54 7.55 32.02 -
YUV 63.18 179.82 85.08 -
System Red Green Blue C M Y K H S L
Decimal 3 76 155 0.98 0.51 0 0.39 211.18 0.96 0.31
Hex 3 4C 9B 62 33 0 27 D3 60 1F
Octal 3 114 233 142 63 0 47 323 140 37
Binary 11 1001100 10011011 1100010 110011 0 100111 11010011 1100000 11111

Color Harmonies of #034C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034C9B

Black with #034C9B

Text Example


Text Example

White with #034C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,76,155); }

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

background-color css

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

 a { background-color: rgb(3,76,155); }

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

border-color css

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

 span { border-color: rgb(3,76,155); }

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