Html Css Color HEX #034DCD Navy Blue

📋 copy color: '#034DCD'

red 3 ◦ green 77 ◦ blue 205

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

Shades of Navy Blue #034DCD

Tints of Navy Blue #034DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 71.93%

R = 1.05%
G = 27.02%
B = 71.93%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#034DCD (or 0x034DCD) is known color: Navy Blue. HEX triplet: 03, 4D and CD. RGB value is (3,77,205). Sum of RGB (Red+Green+Blue) = 3+77+205=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 205 (80.47% from 255 or 71.93% from 285); Max value from RGB is 205 - color contains mainly: blue. Hex color #034DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034DCD is #FCB232. Grayscale: #444444. Windows color (decimal): -16560691 or 13454595. OLE color: 13454595.

HSL color Cylindrical-coordinate representation of color #034DCD: hue angle of 218.02º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034DCD is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 77 205 -
CMYK 0.99 0.62 0 0.20
HSL 218.02º 0.97% 0.41% -
HSV(B) 218.02º 0.99% 0.8% -
XYZ 13.71 9.73 58.91 -
YUV 69.47 204.48 80.59 -
System Red Green Blue C M Y K H S L
Decimal 3 77 205 0.99 0.62 0 0.20 218.02 0.97 0.41
Hex 3 4D CD 63 3E 0 14 DA 61 29
Octal 3 115 315 143 76 0 24 332 141 51
Binary 11 1001101 11001101 1100011 111110 0 10100 11011010 1100001 101001

Color Harmonies of #034DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034DCD

Black with #034DCD

Text Example


Text Example

White with #034DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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