Html Css Color HEX #034DF6 Navy Blue

📋 copy color: '#034DF6'

red 3 ◦ green 77 ◦ blue 246

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

Shades of Navy Blue #034DF6

Tints of Navy Blue #034DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 75.46%

R = 0.92%
G = 23.62%
B = 75.46%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#034DF6 (or 0x034DF6) is known color: Navy Blue. HEX triplet: 03, 4D and F6. RGB value is (3,77,246). Sum of RGB (Red+Green+Blue) = 3+77+246=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 246 (96.48% from 255 or 75.46% from 326); Max value from RGB is 246 - color contains mainly: blue. Hex color #034DF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034DF6 is #FCB209. Grayscale: #494949. Windows color (decimal): -16560650 or 16141571. OLE color: 16141571.

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

Color convert

RGB 3 77 246 -
CMYK 0.99 0.69 0 0.04
HSL 221.73º 0.98% 0.49% -
HSV(B) 221.73º 0.99% 0.96% -
XYZ 19.33 11.98 88.48 -
YUV 74.14 224.98 77.26 -
System Red Green Blue C M Y K H S L
Decimal 3 77 246 0.99 0.69 0 0.04 221.73 0.98 0.49
Hex 3 4D F6 63 45 0 4 DE 62 31
Octal 3 115 366 143 105 0 4 336 142 61
Binary 11 1001101 11110110 1100011 1000101 0 100 11011110 1100010 110001

Color Harmonies of #034DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034DF6

Black with #034DF6

Text Example


Text Example

White with #034DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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