Html Css Color HEX #034FDC Navy Blue

📋 copy color: '#034FDC'

red 3 ◦ green 79 ◦ blue 220

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

Shades of Navy Blue #034FDC

Tints of Navy Blue #034FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.16%

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

R = 0.99%
G = 26.16%
B = 72.85%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#034FDC (or 0x034FDC) is known color: Navy Blue. HEX triplet: 03, 4F and DC. RGB value is (3,79,220). Sum of RGB (Red+Green+Blue) = 3+79+220=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #034FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034FDC is #FCB023. Grayscale: #474747. Windows color (decimal): -16560164 or 14438147. OLE color: 14438147.

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

Color convert

RGB 3 79 220 -
CMYK 0.99 0.64 0 0.14
HSL 218.99º 0.97% 0.44% -
HSV(B) 218.99º 0.99% 0.86% -
XYZ 15.75 10.78 68.96 -
YUV 72.35 211.32 78.54 -
System Red Green Blue C M Y K H S L
Decimal 3 79 220 0.99 0.64 0 0.14 218.99 0.97 0.44
Hex 3 4F DC 63 40 0 E DB 61 2C
Octal 3 117 334 143 100 0 16 333 141 54
Binary 11 1001111 11011100 1100011 1000000 0 1110 11011011 1100001 101100

Color Harmonies of #034FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034FDC

Black with #034FDC

Text Example


Text Example

White with #034FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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