#034864

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

Shades of Prussian Blue #034864

Tints of Prussian Blue #034864

Color information

#034864 (or 0x034864) is unknown color: approx Prussian Blue. HEX triplet: 03, 48 and 64. RGB value is (3,72,100). Sum of RGB (Red+Green+Blue) = 3+72+100=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 100 (39.45% from 255 or 57.14% from 175); Max value from RGB is 100 - color contains mainly: blue. Hex color #034864 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034864 is #FCB79B. Grayscale: #363636. Windows color (decimal): -16562076 or 6572035. OLE color: 6572035.

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

Color convert

RGB372100-
CMYK0.970.2800.61
HSL197.32º94.17%20.2%-
HSV(B)197.32º97%39.22%-
XYZ4.665.5712.89-
YUV54.56153.6491.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.71%
GREEN value IS 72 (28.52% from 255) = 41.14%
BLUE value IS 100 (39.45% from 255) = 57.14%
R=1.71%
G=41.14%
B=57.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3721000.970.2800.61197.3294.1720.2
Hex34864611C03Dc55e14
Octal31101441413407530513624
Binary1110010001100100110000111100011110111000101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034864; }

 p { color: rgb(3,72,100); }

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

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

 a { background-color: rgb(3,72,100); }

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

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

 span { border-color: rgb(3,72,100); }

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