#034BB4

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

Shades of Cobalt #034BB4

Tints of Cobalt #034BB4

Color information

#034BB4 (or 0x034BB4) is unknown color: approx Cobalt. HEX triplet: 03, 4B and B4. RGB value is (3,75,180). Sum of RGB (Red+Green+Blue) = 3+75+180=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 180 (70.70% from 255 or 69.77% from 258); Max value from RGB is 180 - color contains mainly: blue. Hex color #034BB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034BB4 is #FCB44B. Grayscale: #404040. Windows color (decimal): -16561228 or 11815683. OLE color: 11815683.

HSL color Cylindrical-coordinate representation of color #034BB4: hue angle of 215.59º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034BB4 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB375180-
CMYK0.980.5800.29
HSL215.59º96.72%35.88%-
HSV(B)215.59º98.33%70.59%-
XYZ10.798.3544.22-
YUV65.44192.6583.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.16%
GREEN value IS 75 (29.69% from 255) = 29.07%
BLUE value IS 180 (70.70% from 255) = 69.77%
R=1.16%
G=29.07%
B=69.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3751800.980.5800.29215.5996.7235.88
Hex34BB4623A01Dd86124
Octal31132641427203533014144
Binary111001011101101001100010111010011101110110001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,75,180); }

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

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

 a { background-color: rgb(3,75,180); }

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

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

 span { border-color: rgb(3,75,180); }

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