#034361

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

Shades of Prussian Blue #034361

Tints of Prussian Blue #034361

Color information

#034361 (or 0x034361) is unknown color: approx Prussian Blue. HEX triplet: 03, 43 and 61. RGB value is (3,67,97). Sum of RGB (Red+Green+Blue) = 3+67+97=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 97 (38.28% from 255 or 58.08% from 167); Max value from RGB is 97 - color contains mainly: blue. Hex color #034361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034361 is #FCBC9E. Grayscale: #333333. Windows color (decimal): -16563359 or 6374147. OLE color: 6374147.

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

Color convert

RGB36797-
CMYK0.970.3100.62
HSL199.15º94%19.61%-
HSV(B)199.15º96.91%38.04%-
XYZ4.24.912.03-
YUV51.28153.893.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.80%
GREEN value IS 67 (26.56% from 255) = 40.12%
BLUE value IS 97 (38.28% from 255) = 58.08%
R=1.80%
G=40.12%
B=58.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal367970.970.3100.62199.159419.61
Hex34361611F03Ec75e14
Octal31031411413707630713624
Binary1110000111100001110000111111011111011000111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034361; }

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

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

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

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

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

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

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

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