Html Css Color HEX #034EC7 Navy Blue

📋 copy color: '#034EC7'

red 3 ◦ green 78 ◦ blue 199

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

Shades of Navy Blue #034EC7

Tints of Navy Blue #034EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 71.07%

R = 1.07%
G = 27.86%
B = 71.07%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#034EC7 (or 0x034EC7) is known color: Navy Blue. HEX triplet: 03, 4E and C7. RGB value is (3,78,199). Sum of RGB (Red+Green+Blue) = 3+78+199=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 199 (78.12% from 255 or 71.07% from 280); Max value from RGB is 199 - color contains mainly: blue. Hex color #034EC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034EC7 is #FCB138. Grayscale: #444444. Windows color (decimal): -16560441 or 13061635. OLE color: 13061635.

HSL color Cylindrical-coordinate representation of color #034EC7: hue angle of 217.04º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034EC7 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 3 78 199 -
CMYK 0.98 0.61 0 0.22
HSL 217.04º 0.97% 0.4% -
HSV(B) 217.04º 0.98% 0.78% -
XYZ 13.07 9.59 55.2 -
YUV 69.37 201.15 80.66 -
System Red Green Blue C M Y K H S L
Decimal 3 78 199 0.98 0.61 0 0.22 217.04 0.97 0.4
Hex 3 4E C7 62 3D 0 16 D9 61 28
Octal 3 116 307 142 75 0 26 331 141 50
Binary 11 1001110 11000111 1100010 111101 0 10110 11011001 1100001 101000

Color Harmonies of #034EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034EC7

Black with #034EC7

Text Example


Text Example

White with #034EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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