#034FE4

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

Shades of Navy Blue #034FE4

Tints of Navy Blue #034FE4

Color information

#034FE4 (or 0x034FE4) is unknown color: approx Navy Blue. HEX triplet: 03, 4F and E4. RGB value is (3,79,228). Sum of RGB (Red+Green+Blue) = 3+79+228=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 228 (89.45% from 255 or 73.55% from 310); Max value from RGB is 228 - color contains mainly: blue. Hex color #034FE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034FE4 is #FCB01B. Grayscale: #484848. Windows color (decimal): -16560156 or 14962435. OLE color: 14962435.

HSL color Cylindrical-coordinate representation of color #034FE4: hue angle of 219.73º 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 #034FE4 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB379228-
CMYK0.990.6500.11
HSL219.73º97.4%45.29%-
HSV(B)219.73º98.68%89.41%-
XYZ16.8411.2174.68-
YUV73.26215.3277.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.97%
GREEN value IS 79 (31.25% from 255) = 25.48%
BLUE value IS 228 (89.45% from 255) = 73.55%
R=0.97%
G=25.48%
B=73.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal3792280.990.6500.11219.7397.445.29
Hex34FE463410Bdc612d
Octal311734414310101333414155
Binary111001111111001001100011100000101011110111001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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