#034661

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

Shades of Prussian Blue #034661

Tints of Prussian Blue #034661

Color information

#034661 (or 0x034661) is unknown color: approx Prussian Blue. HEX triplet: 03, 46 and 61. RGB value is (3,70,97). Sum of RGB (Red+Green+Blue) = 3+70+97=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 97 (38.28% from 255 or 57.06% from 170); Max value from RGB is 97 - color contains mainly: blue. Hex color #034661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034661 is #FCB99E. Grayscale: #343434. Windows color (decimal): -16562591 or 6374915. OLE color: 6374915.

HSL color Cylindrical-coordinate representation of color #034661: hue angle of 197.23º 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 #034661 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB37097-
CMYK0.970.2800.62
HSL197.23º94%19.61%-
HSV(B)197.23º96.91%38.04%-
XYZ4.395.2612.09-
YUV53.04152.892.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.76%
GREEN value IS 70 (27.73% from 255) = 41.18%
BLUE value IS 97 (38.28% from 255) = 57.06%
R=1.76%
G=41.18%
B=57.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal370970.970.2800.62197.239419.61
Hex34661611C03Ec55e14
Octal31061411413407630513624
Binary1110001101100001110000111100011111011000101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034661; }

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

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

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

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

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

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

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

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