Html Css Color HEX #034EE5 Navy Blue

📋 copy color: '#034EE5'

red 3 ◦ green 78 ◦ blue 229

#034EE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #034EE5

Tints of Navy Blue #034EE5

RGB

 RED value IS 3 (1.56% from 255) = 0.97%

 GREEN value IS 78 (30.86% from 255) = 25.16%

 BLUE value IS 229 (89.84% from 255) = 73.87%

R = 0.97%
G = 25.16%
B = 73.87%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#034EE5 (or 0x034EE5) is known color: Navy Blue. HEX triplet: 03, 4E and E5. RGB value is (3,78,229). Sum of RGB (Red+Green+Blue) = 3+78+229=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 229 (89.84% from 255 or 73.87% from 310); Max value from RGB is 229 - color contains mainly: blue. Hex color #034EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034EE5 is #FCB11A. Grayscale: #484848. Windows color (decimal): -16560411 or 15027715. OLE color: 15027715.

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

Color convert

RGB 3 78 229 -
CMYK 0.99 0.66 0 0.10
HSL 220.09º 0.97% 0.45% -
HSV(B) 220.09º 0.99% 0.9% -
XYZ 16.9 11.13 75.39 -
YUV 72.79 216.15 78.22 -
System Red Green Blue C M Y K H S L
Decimal 3 78 229 0.99 0.66 0 0.10 220.09 0.97 0.45
Hex 3 4E E5 63 42 0 A DC 61 2D
Octal 3 116 345 143 102 0 12 334 141 55
Binary 11 1001110 11100101 1100011 1000010 0 1010 11011100 1100001 101101

Color Harmonies of #034EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034EE5

Black with #034EE5

Text Example


Text Example

White with #034EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #034EE5;
 }
 .AnyTagClassName
 {
   color: #034EE5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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