#034EC8

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

Shades of Navy Blue #034EC8

Tints of Navy Blue #034EC8

Color information

#034EC8 (or 0x034EC8) is unknown color: approx Navy Blue. HEX triplet: 03, 4E and C8. RGB value is (3,78,200). Sum of RGB (Red+Green+Blue) = 3+78+200=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 200 (78.52% from 255 or 71.17% from 281); Max value from RGB is 200 - color contains mainly: blue. Hex color #034EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034EC8 is #FCB137. Grayscale: #444444. Windows color (decimal): -16560440 or 13127171. OLE color: 13127171.

HSL color Cylindrical-coordinate representation of color #034EC8: hue angle of 217.16º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034EC8 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB378200-
CMYK0.980.6100.22
HSL217.16º97.04%39.8%-
HSV(B)217.16º98.5%78.43%-
XYZ13.199.6455.81-
YUV69.48201.6580.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.07%
GREEN value IS 78 (30.86% from 255) = 27.76%
BLUE value IS 200 (78.52% from 255) = 71.17%
R=1.07%
G=27.76%
B=71.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal3782000.980.6100.22217.1697.0439.8
Hex34EC8623D016d96128
Octal31163101427502633114150
Binary111001110110010001100010111101010110110110011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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