Html Css Color HEX #034BDC Navy Blue

📋 copy color: '#034BDC'

red 3 ◦ green 75 ◦ blue 220

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

Shades of Navy Blue #034BDC

Tints of Navy Blue #034BDC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.17%

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

R = 1.01%
G = 25.17%
B = 73.83%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#034BDC (or 0x034BDC) is known color: Navy Blue. HEX triplet: 03, 4B and DC. RGB value is (3,75,220). Sum of RGB (Red+Green+Blue) = 3+75+220=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 220 (86.33% from 255 or 73.83% from 298); Max value from RGB is 220 - color contains mainly: blue. Hex color #034BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034BDC is #FCB423. Grayscale: #454545. Windows color (decimal): -16561188 or 14437123. OLE color: 14437123.

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

Color convert

RGB 3 75 220 -
CMYK 0.99 0.66 0 0.14
HSL 220.09º 0.97% 0.44% -
HSV(B) 220.09º 0.99% 0.86% -
XYZ 15.47 10.22 68.87 -
YUV 70 212.65 80.21 -
System Red Green Blue C M Y K H S L
Decimal 3 75 220 0.99 0.66 0 0.14 220.09 0.97 0.44
Hex 3 4B DC 63 42 0 E DC 61 2C
Octal 3 113 334 143 102 0 16 334 141 54
Binary 11 1001011 11011100 1100011 1000010 0 1110 11011100 1100001 101100

Color Harmonies of #034BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034BDC

Black with #034BDC

Text Example


Text Example

White with #034BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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