#034DF9

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

Shades of Navy Blue #034DF9

Tints of Navy Blue #034DF9

Color information

#034DF9 (or 0x034DF9) is unknown color: approx 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

RGB377249-
CMYK0.990.6900.02
HSL221.95º97.62%49.41%-
HSV(B)221.95º98.8%97.65%-
XYZ19.7912.1790.93-
YUV74.48226.4877.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.91%
GREEN value IS 77 (30.47% from 255) = 23.40%
BLUE value IS 249 (97.66% from 255) = 75.68%
R=0.91%
G=23.40%
B=75.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal3772490.990.6900.02221.9597.6249.41
Hex34DF9634502de6231
Octal31153711431050233614261
Binary1110011011111100111000111000101010110111101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>