Html Css Color HEX #034DDF Navy Blue

📋 copy color: '#034DDF'

red 3 ◦ green 77 ◦ blue 223

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

Shades of Navy Blue #034DDF

Tints of Navy Blue #034DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.41%

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

R = 0.99%
G = 25.41%
B = 73.6%

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

#034DDF (or 0x034DDF) is known color: Navy Blue. HEX triplet: 03, 4D and DF. RGB value is (3,77,223). Sum of RGB (Red+Green+Blue) = 3+77+223=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #034DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034DDF is #FCB220. Grayscale: #464646. Windows color (decimal): -16560673 or 14634243. OLE color: 14634243.

HSL color Cylindrical-coordinate representation of color #034DDF: hue angle of 219.82º 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 #034DDF is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 77 223 -
CMYK 0.99 0.65 0 0.13
HSL 219.82º 0.97% 0.44% -
HSV(B) 219.82º 0.99% 0.87% -
XYZ 16.01 10.65 71.02 -
YUV 71.52 213.48 79.13 -
System Red Green Blue C M Y K H S L
Decimal 3 77 223 0.99 0.65 0 0.13 219.82 0.97 0.44
Hex 3 4D DF 63 41 0 D DC 61 2C
Octal 3 115 337 143 101 0 15 334 141 54
Binary 11 1001101 11011111 1100011 1000001 0 1101 11011100 1100001 101100

Color Harmonies of #034DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034DDF

Black with #034DDF

Text Example


Text Example

White with #034DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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