Html Css Color HEX #034EDC Navy Blue

📋 copy color: '#034EDC'

red 3 ◦ green 78 ◦ blue 220

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

Shades of Navy Blue #034EDC

Tints of Navy Blue #034EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 73.09%

R = 1%
G = 25.91%
B = 73.09%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#034EDC (or 0x034EDC) is known color: Navy Blue. HEX triplet: 03, 4E and DC. RGB value is (3,78,220). Sum of RGB (Red+Green+Blue) = 3+78+220=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 220 (86.33% from 255 or 73.09% from 301); Max value from RGB is 220 - color contains mainly: blue. Hex color #034EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034EDC is #FCB123. Grayscale: #474747. Windows color (decimal): -16560420 or 14437891. OLE color: 14437891.

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

Color convert

RGB 3 78 220 -
CMYK 0.99 0.65 0 0.14
HSL 219.26º 0.97% 0.44% -
HSV(B) 219.26º 0.99% 0.86% -
XYZ 15.68 10.64 68.94 -
YUV 71.76 211.65 78.95 -
System Red Green Blue C M Y K H S L
Decimal 3 78 220 0.99 0.65 0 0.14 219.26 0.97 0.44
Hex 3 4E DC 63 41 0 E DB 61 2C
Octal 3 116 334 143 101 0 16 333 141 54
Binary 11 1001110 11011100 1100011 1000001 0 1110 11011011 1100001 101100

Color Harmonies of #034EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034EDC

Black with #034EDC

Text Example


Text Example

White with #034EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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