#032857

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

Shades of Prussian Blue #032857

Tints of Prussian Blue #032857

Color information

#032857 (or 0x032857) is unknown color: approx Prussian Blue. HEX triplet: 03, 28 and 57. RGB value is (3,40,87). Sum of RGB (Red+Green+Blue) = 3+40+87=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 87 (34.38% from 255 or 66.92% from 130); Max value from RGB is 87 - color contains mainly: blue. Hex color #032857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032857 is #FCD7A8. Grayscale: #222222. Windows color (decimal): -16570281 or 5711875. OLE color: 5711875.

HSL color Cylindrical-coordinate representation of color #032857: hue angle of 213.57º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032857 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB34087-
CMYK0.970.5400.66
HSL213.57º93.33%17.65%-
HSV(B)213.57º96.55%34.12%-
XYZ2.522.239.31-
YUV34.29157.74105.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.31%
GREEN value IS 40 (16.02% from 255) = 30.77%
BLUE value IS 87 (34.38% from 255) = 66.92%
R=2.31%
G=30.77%
B=66.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal340870.970.5400.66213.5793.3317.65
Hex328576136042d65d12
Octal35012714166010232613522
Binary11101000101011111000011101100100001011010110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032857; }

 p { color: rgb(3,40,87); }

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

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

 a { background-color: rgb(3,40,87); }

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

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

 span { border-color: rgb(3,40,87); }

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