Html Css Color HEX #034DC8 Navy Blue

📋 copy color: '#034DC8'

red 3 ◦ green 77 ◦ blue 200

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

Shades of Navy Blue #034DC8

Tints of Navy Blue #034DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 71.43%

R = 1.07%
G = 27.5%
B = 71.43%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#034DC8 (or 0x034DC8) is known color: Navy Blue. HEX triplet: 03, 4D and C8. RGB value is (3,77,200). Sum of RGB (Red+Green+Blue) = 3+77+200=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 200 (78.52% from 255 or 71.43% from 280); Max value from RGB is 200 - color contains mainly: blue. Hex color #034DC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034DC8 is #FCB237. Grayscale: #444444. Windows color (decimal): -16560696 or 13126915. OLE color: 13126915.

HSL color Cylindrical-coordinate representation of color #034DC8: hue angle of 217.46º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034DC8 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 3 77 200 -
CMYK 0.98 0.62 0 0.22
HSL 217.46º 0.97% 0.4% -
HSV(B) 217.46º 0.99% 0.78% -
XYZ 13.12 9.5 55.79 -
YUV 68.9 201.98 81 -
System Red Green Blue C M Y K H S L
Decimal 3 77 200 0.98 0.62 0 0.22 217.46 0.97 0.4
Hex 3 4D C8 62 3E 0 16 D9 61 28
Octal 3 115 310 142 76 0 26 331 141 50
Binary 11 1001101 11001000 1100010 111110 0 10110 11011001 1100001 101000

Color Harmonies of #034DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034DC8

Black with #034DC8

Text Example


Text Example

White with #034DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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