#034FC2

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

Shades of Cobalt #034FC2

Tints of Cobalt #034FC2

Color information

#034FC2 (or 0x034FC2) is unknown color: approx Cobalt. HEX triplet: 03, 4F and C2. RGB value is (3,79,194). Sum of RGB (Red+Green+Blue) = 3+79+194=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 194 (76.17% from 255 or 70.29% from 276); Max value from RGB is 194 - color contains mainly: blue. Hex color #034FC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034FC2 is #FCB03D. Grayscale: #444444. Windows color (decimal): -16560190 or 12734211. OLE color: 12734211.

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

Color convert

RGB379194-
CMYK0.980.5900.24
HSL216.13º96.95%38.63%-
HSV(B)216.13º98.45%76.08%-
XYZ12.579.5152.21-
YUV69.39198.3280.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.09%
GREEN value IS 79 (31.25% from 255) = 28.62%
BLUE value IS 194 (76.17% from 255) = 70.29%
R=1.09%
G=28.62%
B=70.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal3791940.980.5900.24216.1396.9538.63
Hex34FC2623B018d86127
Octal31173021427303033014147
Binary111001111110000101100010111011011000110110001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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