Html Css Color HEX #034DDB Navy Blue

📋 copy color: '#034DDB'

red 3 ◦ green 77 ◦ blue 219

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

Shades of Navy Blue #034DDB

Tints of Navy Blue #034DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 73.24%

R = 1%
G = 25.75%
B = 73.24%

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

#034DDB (or 0x034DDB) is known color: Navy Blue. HEX triplet: 03, 4D and DB. RGB value is (3,77,219). Sum of RGB (Red+Green+Blue) = 3+77+219=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #034DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034DDB is #FCB224. Grayscale: #464646. Windows color (decimal): -16560677 or 14372099. OLE color: 14372099.

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

Color convert

RGB 3 77 219 -
CMYK 0.99 0.65 0 0.14
HSL 219.44º 0.97% 0.44% -
HSV(B) 219.44º 0.99% 0.86% -
XYZ 15.48 10.44 68.22 -
YUV 71.06 211.48 79.45 -
System Red Green Blue C M Y K H S L
Decimal 3 77 219 0.99 0.65 0 0.14 219.44 0.97 0.44
Hex 3 4D DB 63 41 0 E DB 61 2C
Octal 3 115 333 143 101 0 16 333 141 54
Binary 11 1001101 11011011 1100011 1000001 0 1110 11011011 1100001 101100

Color Harmonies of #034DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034DDB

Black with #034DDB

Text Example


Text Example

White with #034DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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