#034FBF

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

Shades of Cobalt #034FBF

Tints of Cobalt #034FBF

Color information

#034FBF (or 0x034FBF) is unknown color: approx Cobalt. HEX triplet: 03, 4F and BF. RGB value is (3,79,191). Sum of RGB (Red+Green+Blue) = 3+79+191=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 191 (75% from 255 or 69.96% from 273); Max value from RGB is 191 - color contains mainly: blue. Hex color #034FBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034FBF is #FCB040. Grayscale: #444444. Windows color (decimal): -16560193 or 12537603. OLE color: 12537603.

HSL color Cylindrical-coordinate representation of color #034FBF: hue angle of 215.74º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034FBF is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB379191-
CMYK0.980.5900.25
HSL215.74º96.91%38.04%-
HSV(B)215.74º98.43%74.9%-
XYZ12.249.3750.45-
YUV69.04196.8280.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.10%
GREEN value IS 79 (31.25% from 255) = 28.94%
BLUE value IS 191 (75% from 255) = 69.96%
R=1.10%
G=28.94%
B=69.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3791910.980.5900.25215.7496.9138.04
Hex34FBF623B019d86126
Octal31172771427303133014146
Binary111001111101111111100010111011011001110110001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,79,191); }

 H1.HeaderClassName
 {
   color: #034FBF;
 }
 .AnyTagClassName
 {
   color: #034FBF;
 }
</style>
background-color css

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

 a { background-color: rgb(3,79,191); }

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

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

 span { border-color: rgb(3,79,191); }

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