Html Css Color HEX #034EEC Navy Blue

📋 copy color: '#034EEC'

red 3 ◦ green 78 ◦ blue 236

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

Shades of Navy Blue #034EEC

Tints of Navy Blue #034EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 74.45%

R = 0.95%
G = 24.61%
B = 74.45%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#034EEC (or 0x034EEC) is known color: Navy Blue. HEX triplet: 03, 4E and EC. RGB value is (3,78,236). Sum of RGB (Red+Green+Blue) = 3+78+236=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 236 (92.58% from 255 or 74.45% from 317); Max value from RGB is 236 - color contains mainly: blue. Hex color #034EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034EEC is #FCB113. Grayscale: #484848. Windows color (decimal): -16560404 or 15486467. OLE color: 15486467.

HSL color Cylindrical-coordinate representation of color #034EEC: hue angle of 220.69º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034EEC is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 78 236 -
CMYK 0.99 0.67 0 0.07
HSL 220.69º 0.97% 0.47% -
HSV(B) 220.69º 0.99% 0.93% -
XYZ 17.9 11.52 80.64 -
YUV 73.59 219.65 77.65 -
System Red Green Blue C M Y K H S L
Decimal 3 78 236 0.99 0.67 0 0.07 220.69 0.97 0.47
Hex 3 4E EC 63 43 0 7 DD 61 2F
Octal 3 116 354 143 103 0 7 335 141 57
Binary 11 1001110 11101100 1100011 1000011 0 111 11011101 1100001 101111

Color Harmonies of #034EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034EEC

Black with #034EEC

Text Example


Text Example

White with #034EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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