Html Css Color HEX #034DFD Navy Blue

📋 copy color: '#034DFD'

red 3 ◦ green 77 ◦ blue 253

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

Shades of Navy Blue #034DFD

Tints of Navy Blue #034DFD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.12%

 BLUE value IS 253 (99.22% from 255) = 75.98%

R = 0.9%
G = 23.12%
B = 75.98%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#034DFD (or 0x034DFD) is known color: Navy Blue. HEX triplet: 03, 4D and FD. RGB value is (3,77,253). Sum of RGB (Red+Green+Blue) = 3+77+253=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 253 (99.22% from 255 or 75.98% from 333); Max value from RGB is 253 - color contains mainly: blue. Hex color #034DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034DFD is #FCB202. Grayscale: #4A4A4A. Windows color (decimal): -16560643 or 16600323. OLE color: 16600323.

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

Color convert

RGB 3 77 253 -
CMYK 0.99 0.70 0 0.01
HSL 222.24º 0.98% 0.5% -
HSV(B) 222.24º 0.99% 0.99% -
XYZ 20.42 12.42 94.25 -
YUV 74.94 228.48 76.69 -
System Red Green Blue C M Y K H S L
Decimal 3 77 253 0.99 0.70 0 0.01 222.24 0.98 0.5
Hex 3 4D FD 63 46 0 1 DE 62 32
Octal 3 115 375 143 106 0 1 336 142 62
Binary 11 1001101 11111101 1100011 1000110 0 1 11011110 1100010 110010

Color Harmonies of #034DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034DFD

Black with #034DFD

Text Example


Text Example

White with #034DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,77,253); }

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

background-color css

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

 a { background-color: rgb(3,77,253); }

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

border-color css

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

 span { border-color: rgb(3,77,253); }

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