Html Css Color HEX #034CDC Navy Blue

📋 copy color: '#034CDC'

red 3 ◦ green 76 ◦ blue 220

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

Shades of Navy Blue #034CDC

Tints of Navy Blue #034CDC

RGB

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

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

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

R = 1%
G = 25.42%
B = 73.58%

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

#034CDC (or 0x034CDC) is known color: Navy Blue. HEX triplet: 03, 4C and DC. RGB value is (3,76,220). Sum of RGB (Red+Green+Blue) = 3+76+220=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 220 (86.33% from 255 or 73.58% from 299); Max value from RGB is 220 - color contains mainly: blue. Hex color #034CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034CDC is #FCB323. Grayscale: #454545. Windows color (decimal): -16560932 or 14437379. OLE color: 14437379.

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

Color convert

RGB 3 76 220 -
CMYK 0.99 0.65 0 0.14
HSL 219.82º 0.97% 0.44% -
HSV(B) 219.82º 0.99% 0.86% -
XYZ 15.54 10.36 68.89 -
YUV 70.59 212.32 79.79 -
System Red Green Blue C M Y K H S L
Decimal 3 76 220 0.99 0.65 0 0.14 219.82 0.97 0.44
Hex 3 4C DC 63 41 0 E DC 61 2C
Octal 3 114 334 143 101 0 16 334 141 54
Binary 11 1001100 11011100 1100011 1000001 0 1110 11011100 1100001 101100

Color Harmonies of #034CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034CDC

Black with #034CDC

Text Example


Text Example

White with #034CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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