Html Css Color HEX #034AFE Navy Blue

📋 copy color: '#034AFE'

red 3 ◦ green 74 ◦ blue 254

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

Shades of Navy Blue #034AFE

Tints of Navy Blue #034AFE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.36%

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

R = 0.91%
G = 22.36%
B = 76.74%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#034AFE (or 0x034AFE) is known color: Navy Blue. HEX triplet: 03, 4A and FE. RGB value is (3,74,254). Sum of RGB (Red+Green+Blue) = 3+74+254=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 254 (99.61% from 255 or 76.74% from 331); Max value from RGB is 254 - color contains mainly: blue. Hex color #034AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #034AFE is #FCB501. Grayscale: #484848. Windows color (decimal): -16561410 or 16665091. OLE color: 16665091.

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

Color convert

RGB 3 74 254 -
CMYK 0.99 0.71 0 0.00
HSL 223.03º 0.99% 0.5% -
HSV(B) 223.03º 0.99% 1% -
XYZ 20.38 12.07 95.02 -
YUV 73.29 229.98 77.86 -
System Red Green Blue C M Y K H S L
Decimal 3 74 254 0.99 0.71 0 0.00 223.03 0.99 0.5
Hex 3 4A FE 63 47 0 0 DF 63 32
Octal 3 112 376 143 107 0 0 337 143 62
Binary 11 1001010 11111110 1100011 1000111 0 0 11011111 1100011 110010

Color Harmonies of #034AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034AFE

Black with #034AFE

Text Example


Text Example

White with #034AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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