Html Css Color HEX #034ED8 Navy Blue

📋 copy color: '#034ED8'

red 3 ◦ green 78 ◦ blue 216

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

Shades of Navy Blue #034ED8

Tints of Navy Blue #034ED8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.26%

 BLUE value IS 216 (84.77% from 255) = 72.73%

R = 1.01%
G = 26.26%
B = 72.73%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#034ED8 (or 0x034ED8) is known color: Navy Blue. HEX triplet: 03, 4E and D8. RGB value is (3,78,216). Sum of RGB (Red+Green+Blue) = 3+78+216=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 216 (84.77% from 255 or 72.73% from 297); Max value from RGB is 216 - color contains mainly: blue. Hex color #034ED8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034ED8 is #FCB127. Grayscale: #464646. Windows color (decimal): -16560424 or 14175747. OLE color: 14175747.

HSL color Cylindrical-coordinate representation of color #034ED8: hue angle of 218.87º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034ED8 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 3 78 216 -
CMYK 0.99 0.64 0 0.15
HSL 218.87º 0.97% 0.43% -
HSV(B) 218.87º 0.99% 0.85% -
XYZ 15.16 10.43 66.18 -
YUV 71.31 209.65 79.28 -
System Red Green Blue C M Y K H S L
Decimal 3 78 216 0.99 0.64 0 0.15 218.87 0.97 0.43
Hex 3 4E D8 63 40 0 F DB 61 2B
Octal 3 116 330 143 100 0 17 333 141 53
Binary 11 1001110 11011000 1100011 1000000 0 1111 11011011 1100001 101011

Color Harmonies of #034ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034ED8

Black with #034ED8

Text Example


Text Example

White with #034ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,78,216); }

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

background-color css

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

 a { background-color: rgb(3,78,216); }

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

border-color css

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

 span { border-color: rgb(3,78,216); }

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