Html Css Color HEX #034AF7 Navy Blue

📋 copy color: '#034AF7'

red 3 ◦ green 74 ◦ blue 247

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

Shades of Navy Blue #034AF7

Tints of Navy Blue #034AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 76.23%

R = 0.93%
G = 22.84%
B = 76.23%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#034AF7 (or 0x034AF7) is known color: Navy Blue. HEX triplet: 03, 4A and F7. RGB value is (3,74,247). Sum of RGB (Red+Green+Blue) = 3+74+247=324 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 247 (96.88% from 255 or 76.23% from 324); Max value from RGB is 247 - color contains mainly: blue. Hex color #034AF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #034AF7 is #FCB508. Grayscale: #474747. Windows color (decimal): -16561417 or 16206339. OLE color: 16206339.

HSL color Cylindrical-coordinate representation of color #034AF7: hue angle of 222.54º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034AF7 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 3 74 247 -
CMYK 0.99 0.70 0 0.03
HSL 222.54º 0.98% 0.49% -
HSV(B) 222.54º 0.99% 0.97% -
XYZ 19.27 11.63 89.23 -
YUV 72.49 226.48 78.43 -
System Red Green Blue C M Y K H S L
Decimal 3 74 247 0.99 0.70 0 0.03 222.54 0.98 0.49
Hex 3 4A F7 63 46 0 3 DF 62 31
Octal 3 112 367 143 106 0 3 337 142 61
Binary 11 1001010 11110111 1100011 1000110 0 11 11011111 1100010 110001

Color Harmonies of #034AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034AF7

Black with #034AF7

Text Example


Text Example

White with #034AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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