#034765

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

Shades of Prussian Blue #034765

Tints of Prussian Blue #034765

Color information

#034765 (or 0x034765) is unknown color: approx Prussian Blue. HEX triplet: 03, 47 and 65. RGB value is (3,71,101). Sum of RGB (Red+Green+Blue) = 3+71+101=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #034765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034765 is #FCB89A. Grayscale: #353535. Windows color (decimal): -16562331 or 6637315. OLE color: 6637315.

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

Color convert

RGB371101-
CMYK0.970.3000.60
HSL198.37º94.23%20.39%-
HSV(B)198.37º97.03%39.61%-
XYZ4.645.4713.12-
YUV54.09154.4791.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.71%
GREEN value IS 71 (28.12% from 255) = 40.57%
BLUE value IS 101 (39.84% from 255) = 57.71%
R=1.71%
G=40.57%
B=57.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3711010.970.3000.60198.3794.2320.39
Hex34765611E03Cc65e14
Octal31071451413607430613624
Binary1110001111100101110000111110011110011000110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034765; }

 p { color: rgb(3,71,101); }

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

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

 a { background-color: rgb(3,71,101); }

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

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

 span { border-color: rgb(3,71,101); }

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