Html Css Color HEX #034FEC Navy Blue

📋 copy color: '#034FEC'

red 3 ◦ green 79 ◦ blue 236

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

Shades of Navy Blue #034FEC

Tints of Navy Blue #034FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.84%

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

R = 0.94%
G = 24.84%
B = 74.21%

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

#034FEC (or 0x034FEC) is known color: Navy Blue. HEX triplet: 03, 4F and EC. RGB value is (3,79,236). Sum of RGB (Red+Green+Blue) = 3+79+236=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 236 (92.58% from 255 or 74.21% from 318); Max value from RGB is 236 - color contains mainly: blue. Hex color #034FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034FEC is #FCB013. Grayscale: #494949. Windows color (decimal): -16560148 or 15486723. OLE color: 15486723.

HSL color Cylindrical-coordinate representation of color #034FEC: hue angle of 220.43º 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 #034FEC is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 79 236 -
CMYK 0.99 0.67 0 0.07
HSL 220.43º 0.97% 0.47% -
HSV(B) 220.43º 0.99% 0.93% -
XYZ 17.97 11.67 80.66 -
YUV 74.17 219.32 77.23 -
System Red Green Blue C M Y K H S L
Decimal 3 79 236 0.99 0.67 0 0.07 220.43 0.97 0.47
Hex 3 4F EC 63 43 0 7 DC 61 2F
Octal 3 117 354 143 103 0 7 334 141 57
Binary 11 1001111 11101100 1100011 1000011 0 111 11011100 1100001 101111

Color Harmonies of #034FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034FEC

Black with #034FEC

Text Example


Text Example

White with #034FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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