Html Css Color HEX #034EC5 Navy Blue

📋 copy color: '#034EC5'

red 3 ◦ green 78 ◦ blue 197

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

Shades of Navy Blue #034EC5

Tints of Navy Blue #034EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 70.86%

R = 1.08%
G = 28.06%
B = 70.86%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#034EC5 (or 0x034EC5) is known color: Navy Blue. HEX triplet: 03, 4E and C5. RGB value is (3,78,197). Sum of RGB (Red+Green+Blue) = 3+78+197=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 197 (77.34% from 255 or 70.86% from 278); Max value from RGB is 197 - color contains mainly: blue. Hex color #034EC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034EC5 is #FCB13A. Grayscale: #444444. Windows color (decimal): -16560443 or 12930563. OLE color: 12930563.

HSL color Cylindrical-coordinate representation of color #034EC5: hue angle of 216.8º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034EC5 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 3 78 197 -
CMYK 0.98 0.60 0 0.23
HSL 216.8º 0.97% 0.39% -
HSV(B) 216.8º 0.98% 0.77% -
XYZ 12.84 9.5 53.98 -
YUV 69.14 200.15 80.82 -
System Red Green Blue C M Y K H S L
Decimal 3 78 197 0.98 0.60 0 0.23 216.8 0.97 0.39
Hex 3 4E C5 62 3C 0 17 D9 61 27
Octal 3 116 305 142 74 0 27 331 141 47
Binary 11 1001110 11000101 1100010 111100 0 10111 11011001 1100001 100111

Color Harmonies of #034EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034EC5

Black with #034EC5

Text Example


Text Example

White with #034EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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