#034EE4

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

Shades of Navy Blue #034EE4

Tints of Navy Blue #034EE4

Color information

#034EE4 (or 0x034EE4) is unknown color: approx Navy Blue. HEX triplet: 03, 4E and E4. RGB value is (3,78,228). Sum of RGB (Red+Green+Blue) = 3+78+228=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 228 (89.45% from 255 or 73.79% from 309); Max value from RGB is 228 - color contains mainly: blue. Hex color #034EE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034EE4 is #FCB11B. Grayscale: #484848. Windows color (decimal): -16560412 or 14962179. OLE color: 14962179.

HSL color Cylindrical-coordinate representation of color #034EE4: hue angle of 220º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034EE4 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB378228-
CMYK0.990.6600.11
HSL220º97.4%45.29%-
HSV(B)220º98.68%89.41%-
XYZ16.7711.0774.65-
YUV72.68215.6578.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.97%
GREEN value IS 78 (30.86% from 255) = 25.24%
BLUE value IS 228 (89.45% from 255) = 73.79%
R=0.97%
G=25.24%
B=73.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal3782280.990.6600.1122097.445.29
Hex34EE463420Bdc612d
Octal311634414310201333414155
Binary111001110111001001100011100001001011110111001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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