#034662

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

Shades of Prussian Blue #034662

Tints of Prussian Blue #034662

Color information

#034662 (or 0x034662) is unknown color: approx Prussian Blue. HEX triplet: 03, 46 and 62. RGB value is (3,70,98). Sum of RGB (Red+Green+Blue) = 3+70+98=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #034662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034662 is #FCB99D. Grayscale: #343434. Windows color (decimal): -16562590 or 6440451. OLE color: 6440451.

HSL color Cylindrical-coordinate representation of color #034662: hue angle of 197.68º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034662 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB37098-
CMYK0.970.2900.62
HSL197.68º94.06%19.8%-
HSV(B)197.68º96.94%38.43%-
XYZ4.435.2812.34-
YUV53.16153.392.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.75%
GREEN value IS 70 (27.73% from 255) = 40.94%
BLUE value IS 98 (38.67% from 255) = 57.31%
R=1.75%
G=40.94%
B=57.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal370980.970.2900.62197.6894.0619.8
Hex34662611D03Ec65e14
Octal31061421413507630613624
Binary1110001101100010110000111101011111011000110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034662; }

 p { color: rgb(3,70,98); }

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

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

 a { background-color: rgb(3,70,98); }

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

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

 span { border-color: rgb(3,70,98); }

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