#034EB1

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

Shades of Cobalt #034EB1

Tints of Cobalt #034EB1

Color information

#034EB1 (or 0x034EB1) is unknown color: approx Cobalt. HEX triplet: 03, 4E and B1. RGB value is (3,78,177). Sum of RGB (Red+Green+Blue) = 3+78+177=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 177 (69.53% from 255 or 68.60% from 258); Max value from RGB is 177 - color contains mainly: blue. Hex color #034EB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034EB1 is #FCB14E. Grayscale: #424242. Windows color (decimal): -16560463 or 11619843. OLE color: 11619843.

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

Color convert

RGB378177-
CMYK0.980.5600.31
HSL214.14º96.67%35.29%-
HSV(B)214.14º98.31%69.41%-
XYZ10.78.6442.7-
YUV66.86190.1582.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.16%
GREEN value IS 78 (30.86% from 255) = 30.23%
BLUE value IS 177 (69.53% from 255) = 68.60%
R=1.16%
G=30.23%
B=68.60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal3781770.980.5600.31214.1496.6735.29
Hex34EB1623801Fd66123
Octal31162611427003732614143
Binary111001110101100011100010111000011111110101101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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