Html Css Color HEX #034CDB Navy Blue

📋 copy color: '#034CDB'

red 3 ◦ green 76 ◦ blue 219

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

Shades of Navy Blue #034CDB

Tints of Navy Blue #034CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.5%

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

R = 1.01%
G = 25.5%
B = 73.49%

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

#034CDB (or 0x034CDB) is known color: Navy Blue. HEX triplet: 03, 4C and DB. RGB value is (3,76,219). Sum of RGB (Red+Green+Blue) = 3+76+219=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #034CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034CDB is #FCB324. Grayscale: #454545. Windows color (decimal): -16560933 or 14371843. OLE color: 14371843.

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

Color convert

RGB 3 76 219 -
CMYK 0.99 0.65 0 0.14
HSL 219.72º 0.97% 0.44% -
HSV(B) 219.72º 0.99% 0.86% -
XYZ 15.41 10.3 68.19 -
YUV 70.48 211.82 79.87 -
System Red Green Blue C M Y K H S L
Decimal 3 76 219 0.99 0.65 0 0.14 219.72 0.97 0.44
Hex 3 4C DB 63 41 0 E DC 61 2C
Octal 3 114 333 143 101 0 16 334 141 54
Binary 11 1001100 11011011 1100011 1000001 0 1110 11011100 1100001 101100

Color Harmonies of #034CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034CDB

Black with #034CDB

Text Example


Text Example

White with #034CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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