Html Css Color HEX #034DFA Navy Blue

📋 copy color: '#034DFA'

red 3 ◦ green 77 ◦ blue 250

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

Shades of Navy Blue #034DFA

Tints of Navy Blue #034DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 75.76%

R = 0.91%
G = 23.33%
B = 75.76%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#034DFA (or 0x034DFA) is known color: Navy Blue. HEX triplet: 03, 4D and FA. RGB value is (3,77,250). Sum of RGB (Red+Green+Blue) = 3+77+250=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 250 (98.05% from 255 or 75.76% from 330); Max value from RGB is 250 - color contains mainly: blue. Hex color #034DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034DFA is #FCB205. Grayscale: #494949. Windows color (decimal): -16560646 or 16403715. OLE color: 16403715.

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

Color convert

RGB 3 77 250 -
CMYK 0.99 0.69 0 0.02
HSL 222.02º 0.98% 0.5% -
HSV(B) 222.02º 0.99% 0.98% -
XYZ 19.95 12.23 91.75 -
YUV 74.6 226.98 76.93 -
System Red Green Blue C M Y K H S L
Decimal 3 77 250 0.99 0.69 0 0.02 222.02 0.98 0.5
Hex 3 4D FA 63 45 0 2 DE 62 32
Octal 3 115 372 143 105 0 2 336 142 62
Binary 11 1001101 11111010 1100011 1000101 0 10 11011110 1100010 110010

Color Harmonies of #034DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034DFA

Black with #034DFA

Text Example


Text Example

White with #034DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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