#034FC8

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

Shades of Navy Blue #034FC8

Tints of Navy Blue #034FC8

Color information

#034FC8 (or 0x034FC8) is unknown color: approx Navy Blue. HEX triplet: 03, 4F and C8. RGB value is (3,79,200). Sum of RGB (Red+Green+Blue) = 3+79+200=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 200 (78.52% from 255 or 70.92% from 282); Max value from RGB is 200 - color contains mainly: blue. Hex color #034FC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034FC8 is #FCB037. Grayscale: #454545. Windows color (decimal): -16560184 or 13127427. OLE color: 13127427.

HSL color Cylindrical-coordinate representation of color #034FC8: hue angle of 216.85º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034FC8 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB379200-
CMYK0.980.6000.22
HSL216.85º97.04%39.8%-
HSV(B)216.85º98.5%78.43%-
XYZ13.269.7855.83-
YUV70.07201.3280.16-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.06%
GREEN value IS 79 (31.25% from 255) = 28.01%
BLUE value IS 200 (78.52% from 255) = 70.92%
R=1.06%
G=28.01%
B=70.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal3792000.980.6000.22216.8597.0439.8
Hex34FC8623C016d96128
Octal31173101427402633114150
Binary111001111110010001100010111100010110110110011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,79,200); }

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

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

 a { background-color: rgb(3,79,200); }

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

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

 span { border-color: rgb(3,79,200); }

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