Html Css Color HEX #034EDF Navy Blue

📋 copy color: '#034EDF'

red 3 ◦ green 78 ◦ blue 223

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

Shades of Navy Blue #034EDF

Tints of Navy Blue #034EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 73.36%

R = 0.99%
G = 25.66%
B = 73.36%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#034EDF (or 0x034EDF) is known color: Navy Blue. HEX triplet: 03, 4E and DF. RGB value is (3,78,223). Sum of RGB (Red+Green+Blue) = 3+78+223=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 223 (87.5% from 255 or 73.36% from 304); Max value from RGB is 223 - color contains mainly: blue. Hex color #034EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034EDF is #FCB120. Grayscale: #474747. Windows color (decimal): -16560417 or 14634499. OLE color: 14634499.

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

Color convert

RGB 3 78 223 -
CMYK 0.99 0.65 0 0.13
HSL 219.55º 0.97% 0.44% -
HSV(B) 219.55º 0.99% 0.87% -
XYZ 16.08 10.8 71.05 -
YUV 72.11 213.15 78.71 -
System Red Green Blue C M Y K H S L
Decimal 3 78 223 0.99 0.65 0 0.13 219.55 0.97 0.44
Hex 3 4E DF 63 41 0 D DC 61 2C
Octal 3 116 337 143 101 0 15 334 141 54
Binary 11 1001110 11011111 1100011 1000001 0 1101 11011100 1100001 101100

Color Harmonies of #034EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034EDF

Black with #034EDF

Text Example


Text Example

White with #034EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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