Html Css Color HEX #034CF7 Navy Blue

📋 copy color: '#034CF7'

red 3 ◦ green 76 ◦ blue 247

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

Shades of Navy Blue #034CF7

Tints of Navy Blue #034CF7

RGB

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

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

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

R = 0.92%
G = 23.31%
B = 75.77%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#034CF7 (or 0x034CF7) is known color: Navy Blue. HEX triplet: 03, 4C and F7. RGB value is (3,76,247). Sum of RGB (Red+Green+Blue) = 3+76+247=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 247 (96.88% from 255 or 75.77% from 326); Max value from RGB is 247 - color contains mainly: blue. Hex color #034CF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #034CF7 is #FCB308. Grayscale: #484848. Windows color (decimal): -16560905 or 16206851. OLE color: 16206851.

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

Color convert

RGB 3 76 247 -
CMYK 0.99 0.69 0 0.03
HSL 222.05º 0.98% 0.49% -
HSV(B) 222.05º 0.99% 0.97% -
XYZ 19.41 11.9 89.27 -
YUV 73.67 225.82 77.6 -
System Red Green Blue C M Y K H S L
Decimal 3 76 247 0.99 0.69 0 0.03 222.05 0.98 0.49
Hex 3 4C F7 63 45 0 3 DE 62 31
Octal 3 114 367 143 105 0 3 336 142 61
Binary 11 1001100 11110111 1100011 1000101 0 11 11011110 1100010 110001

Color Harmonies of #034CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034CF7

Black with #034CF7

Text Example


Text Example

White with #034CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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