#034EFE

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

Shades of Navy Blue #034EFE

Tints of Navy Blue #034EFE

Color information

#034EFE (or 0x034EFE) is unknown color: approx Navy Blue. HEX triplet: 03, 4E and FE. RGB value is (3,78,254). Sum of RGB (Red+Green+Blue) = 3+78+254=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 254 (99.61% from 255 or 75.82% from 335); Max value from RGB is 254 - color contains mainly: blue. Hex color #034EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034EFE is #FCB101. Grayscale: #4A4A4A. Windows color (decimal): -16560386 or 16666115. OLE color: 16666115.

HSL color Cylindrical-coordinate representation of color #034EFE: hue angle of 222.07º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034EFE is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB378254-
CMYK0.990.6900.00
HSL222.07º99.21%50.39%-
HSV(B)222.07º98.82%99.61%-
XYZ20.6512.6295.11-
YUV75.64228.6576.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.90%
GREEN value IS 78 (30.86% from 255) = 23.28%
BLUE value IS 254 (99.61% from 255) = 75.82%
R=0.90%
G=23.28%
B=75.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal3782540.990.6900.00222.0799.2150.39
Hex34EFE634500de6332
Octal31163761431050033614362
Binary111001110111111101100011100010100110111101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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