Html Css Color HEX #034FDF Navy Blue

📋 copy color: '#034FDF'

red 3 ◦ green 79 ◦ blue 223

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

Shades of Navy Blue #034FDF

Tints of Navy Blue #034FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.9%

 BLUE value IS 223 (87.5% from 255) = 73.11%

R = 0.98%
G = 25.9%
B = 73.11%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#034FDF (or 0x034FDF) is known color: Navy Blue. HEX triplet: 03, 4F and DF. RGB value is (3,79,223). Sum of RGB (Red+Green+Blue) = 3+79+223=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 223 (87.5% from 255 or 73.11% from 305); Max value from RGB is 223 - color contains mainly: blue. Hex color #034FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034FDF is #FCB020. Grayscale: #484848. Windows color (decimal): -16560161 or 14634755. OLE color: 14634755.

HSL color Cylindrical-coordinate representation of color #034FDF: hue angle of 219.27º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034FDF is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 79 223 -
CMYK 0.99 0.65 0 0.13
HSL 219.27º 0.97% 0.44% -
HSV(B) 219.27º 0.99% 0.87% -
XYZ 16.15 10.94 71.07 -
YUV 72.69 212.82 78.29 -
System Red Green Blue C M Y K H S L
Decimal 3 79 223 0.99 0.65 0 0.13 219.27 0.97 0.44
Hex 3 4F DF 63 41 0 D DB 61 2C
Octal 3 117 337 143 101 0 15 333 141 54
Binary 11 1001111 11011111 1100011 1000001 0 1101 11011011 1100001 101100

Color Harmonies of #034FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034FDF

Black with #034FDF

Text Example


Text Example

White with #034FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,79,223); }

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

background-color css

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

 a { background-color: rgb(3,79,223); }

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

border-color css

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

 span { border-color: rgb(3,79,223); }

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