#034DF1

Color #034DF1 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #034DF1

Tints of Navy Blue #034DF1

Color information

#034DF1 (or 0x034DF1) is unknown color: approx Navy Blue. HEX triplet: 03, 4D and F1. RGB value is (3,77,241). Sum of RGB (Red+Green+Blue) = 3+77+241=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 241 (94.53% from 255 or 75.08% from 321); Max value from RGB is 241 - color contains mainly: blue. Hex color #034DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034DF1 is #FCB20E. Grayscale: #484848. Windows color (decimal): -16560655 or 15813891. OLE color: 15813891.

HSL color Cylindrical-coordinate representation of color #034DF1: hue angle of 221.34º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034DF1 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB377241-
CMYK0.990.6800.05
HSL221.34º97.54%47.84%-
HSV(B)221.34º98.76%94.51%-
XYZ18.5711.6884.49-
YUV73.57222.4877.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.93%
GREEN value IS 77 (30.47% from 255) = 23.99%
BLUE value IS 241 (94.53% from 255) = 75.08%
R=0.93%
G=23.99%
B=75.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal3772410.990.6800.05221.3497.5447.84
Hex34DF1634405dd6230
Octal31153611431040533514260
Binary11100110111110001110001110001000101110111011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #034DF1;
 }
 .AnyTagClassName
 {
   color: #034DF1;
 }
</style>
background-color css

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

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

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

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

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

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