Html Css Color HEX #034DF9 Navy Blue

📋 copy color: '#034DF9'

red 3 ◦ green 77 ◦ blue 249

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

Shades of Navy Blue #034DF9

Tints of Navy Blue #034DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 75.68%

R = 0.91%
G = 23.4%
B = 75.68%

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

#034DF9 (or 0x034DF9) is known color: Navy Blue. HEX triplet: 03, 4D and F9. RGB value is (3,77,249). Sum of RGB (Red+Green+Blue) = 3+77+249=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 249 (97.66% from 255 or 75.68% from 329); Max value from RGB is 249 - color contains mainly: blue. Hex color #034DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034DF9 is #FCB206. Grayscale: #494949. Windows color (decimal): -16560647 or 16338179. OLE color: 16338179.

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

Color convert

RGB 3 77 249 -
CMYK 0.99 0.69 0 0.02
HSL 221.95º 0.98% 0.49% -
HSV(B) 221.95º 0.99% 0.98% -
XYZ 19.79 12.17 90.93 -
YUV 74.48 226.48 77.01 -
System Red Green Blue C M Y K H S L
Decimal 3 77 249 0.99 0.69 0 0.02 221.95 0.98 0.49
Hex 3 4D F9 63 45 0 2 DE 62 31
Octal 3 115 371 143 105 0 2 336 142 61
Binary 11 1001101 11111001 1100011 1000101 0 10 11011110 1100010 110001

Color Harmonies of #034DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034DF9

Black with #034DF9

Text Example


Text Example

White with #034DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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