#034C9B

Color #034C9B Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #034C9B

Tints of Cobalt #034C9B

Color information

#034C9B (or 0x034C9B) is unknown color: approx 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

RGB376155-
CMYK0.980.5100.39
HSL211.18º96.2%30.98%-
HSV(B)211.18º98.06%60.78%-
XYZ8.547.5532.02-
YUV63.18179.8285.08-

RGB Variations

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

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 (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal3761550.980.5100.39211.1896.230.98
Hex34C9B6233027d3601f
Octal31142331426304732314037
Binary111001100100110111100010110011010011111010011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>