#034FB1

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

Shades of Cobalt #034FB1

Tints of Cobalt #034FB1

Color information

#034FB1 (or 0x034FB1) is unknown color: approx Cobalt. HEX triplet: 03, 4F and B1. RGB value is (3,79,177). Sum of RGB (Red+Green+Blue) = 3+79+177=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 177 (69.53% from 255 or 68.34% from 259); Max value from RGB is 177 - color contains mainly: blue. Hex color #034FB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034FB1 is #FCB04E. Grayscale: #424242. Windows color (decimal): -16560207 or 11620099. OLE color: 11620099.

HSL color Cylindrical-coordinate representation of color #034FB1: hue angle of 213.79º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034FB1 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB379177-
CMYK0.980.5500.31
HSL213.79º96.67%35.29%-
HSV(B)213.79º98.31%69.41%-
XYZ10.778.7942.72-
YUV67.45189.8282.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.16%
GREEN value IS 79 (31.25% from 255) = 30.50%
BLUE value IS 177 (69.53% from 255) = 68.34%
R=1.16%
G=30.50%
B=68.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal3791770.980.5500.31213.7996.6735.29
Hex34FB1623701Fd66123
Octal31172611426703732614143
Binary111001111101100011100010110111011111110101101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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