Html Css Color HEX #034CFE Navy Blue

📋 copy color: '#034CFE'

red 3 ◦ green 76 ◦ blue 254

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

Shades of Navy Blue #034CFE

Tints of Navy Blue #034CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.82%

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

R = 0.9%
G = 22.82%
B = 76.28%

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

#034CFE (or 0x034CFE) is known color: Navy Blue. HEX triplet: 03, 4C and FE. RGB value is (3,76,254). Sum of RGB (Red+Green+Blue) = 3+76+254=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 254 (99.61% from 255 or 76.28% from 333); Max value from RGB is 254 - color contains mainly: blue. Hex color #034CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #034CFE is #FCB301. Grayscale: #494949. Windows color (decimal): -16560898 or 16665603. OLE color: 16665603.

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

Color convert

RGB 3 76 254 -
CMYK 0.99 0.70 0 0.00
HSL 222.55º 0.99% 0.5% -
HSV(B) 222.55º 0.99% 1% -
XYZ 20.51 12.34 95.07 -
YUV 74.47 229.32 77.03 -
System Red Green Blue C M Y K H S L
Decimal 3 76 254 0.99 0.70 0 0.00 222.55 0.99 0.5
Hex 3 4C FE 63 46 0 0 DF 63 32
Octal 3 114 376 143 106 0 0 337 143 62
Binary 11 1001100 11111110 1100011 1000110 0 0 11011111 1100011 110010

Color Harmonies of #034CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034CFE

Black with #034CFE

Text Example


Text Example

White with #034CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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