Html Css Color HEX #034DFE Navy Blue

📋 copy color: '#034DFE'

red 3 ◦ green 77 ◦ blue 254

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

Shades of Navy Blue #034DFE

Tints of Navy Blue #034DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 76.05%

R = 0.9%
G = 23.05%
B = 76.05%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#034DFE (or 0x034DFE) is known color: Navy Blue. HEX triplet: 03, 4D and FE. RGB value is (3,77,254). Sum of RGB (Red+Green+Blue) = 3+77+254=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 254 (99.61% from 255 or 76.05% from 334); Max value from RGB is 254 - color contains mainly: blue. Hex color #034DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034DFE is #FCB201. Grayscale: #4A4A4A. Windows color (decimal): -16560642 or 16665859. OLE color: 16665859.

HSL color Cylindrical-coordinate representation of color #034DFE: hue angle of 222.31º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034DFE is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 3 77 254 -
CMYK 0.99 0.70 0 0.00
HSL 222.31º 0.99% 0.5% -
HSV(B) 222.31º 0.99% 1% -
XYZ 20.58 12.48 95.09 -
YUV 75.05 228.98 76.61 -
System Red Green Blue C M Y K H S L
Decimal 3 77 254 0.99 0.70 0 0.00 222.31 0.99 0.5
Hex 3 4D FE 63 46 0 0 DE 63 32
Octal 3 115 376 143 106 0 0 336 143 62
Binary 11 1001101 11111110 1100011 1000110 0 0 11011110 1100011 110010

Color Harmonies of #034DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034DFE

Black with #034DFE

Text Example


Text Example

White with #034DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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