Html Css Color HEX #034EE0 Navy Blue

📋 copy color: '#034EE0'

red 3 ◦ green 78 ◦ blue 224

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

Shades of Navy Blue #034EE0

Tints of Navy Blue #034EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 73.44%

R = 0.98%
G = 25.57%
B = 73.44%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#034EE0 (or 0x034EE0) is known color: Navy Blue. HEX triplet: 03, 4E and E0. RGB value is (3,78,224). Sum of RGB (Red+Green+Blue) = 3+78+224=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 224 (87.89% from 255 or 73.44% from 305); Max value from RGB is 224 - color contains mainly: blue. Hex color #034EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034EE0 is #FCB11F. Grayscale: #474747. Windows color (decimal): -16560416 or 14700035. OLE color: 14700035.

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

Color convert

RGB 3 78 224 -
CMYK 0.99 0.65 0 0.12
HSL 219.64º 0.97% 0.45% -
HSV(B) 219.64º 0.99% 0.88% -
XYZ 16.22 10.85 71.76 -
YUV 72.22 213.65 78.63 -
System Red Green Blue C M Y K H S L
Decimal 3 78 224 0.99 0.65 0 0.12 219.64 0.97 0.45
Hex 3 4E E0 63 41 0 C DC 61 2D
Octal 3 116 340 143 101 0 14 334 141 55
Binary 11 1001110 11100000 1100011 1000001 0 1100 11011100 1100001 101101

Color Harmonies of #034EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034EE0

Black with #034EE0

Text Example


Text Example

White with #034EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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