Html Css Color HEX #034DD4 Navy Blue

📋 copy color: '#034DD4'

red 3 ◦ green 77 ◦ blue 212

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

Shades of Navy Blue #034DD4

Tints of Navy Blue #034DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 72.6%

R = 1.03%
G = 26.37%
B = 72.6%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#034DD4 (or 0x034DD4) is known color: Navy Blue. HEX triplet: 03, 4D and D4. RGB value is (3,77,212). Sum of RGB (Red+Green+Blue) = 3+77+212=292 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 212 (83.20% from 255 or 72.60% from 292); Max value from RGB is 212 - color contains mainly: blue. Hex color #034DD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034DD4 is #FCB22B. Grayscale: #454545. Windows color (decimal): -16560684 or 13913347. OLE color: 13913347.

HSL color Cylindrical-coordinate representation of color #034DD4: hue angle of 218.76º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034DD4 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 3 77 212 -
CMYK 0.99 0.64 0 0.17
HSL 218.76º 0.97% 0.42% -
HSV(B) 218.76º 0.99% 0.83% -
XYZ 14.58 10.08 63.46 -
YUV 70.26 207.98 80.02 -
System Red Green Blue C M Y K H S L
Decimal 3 77 212 0.99 0.64 0 0.17 218.76 0.97 0.42
Hex 3 4D D4 63 40 0 11 DB 61 2A
Octal 3 115 324 143 100 0 21 333 141 52
Binary 11 1001101 11010100 1100011 1000000 0 10001 11011011 1100001 101010

Color Harmonies of #034DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034DD4

Black with #034DD4

Text Example


Text Example

White with #034DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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