#003257

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

Shades of Prussian Blue #003257

Tints of Prussian Blue #003257

Color information

#003257 (or 0x003257) is unknown color: approx Prussian Blue. HEX triplet: 00, 32 and 57. RGB value is (0,50,87). Sum of RGB (Red+Green+Blue) = 0+50+87=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 87 (34.38% from 255 or 63.50% from 137); Max value from RGB is 87 - color contains mainly: blue. Hex color #003257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003257 is #FFCDA8. Grayscale: #272727. Windows color (decimal): -16764329 or 5714432. OLE color: 5714432.

HSL color Cylindrical-coordinate representation of color #003257: hue angle of 205.52º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003257 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB05087-
CMYK10.4300.66
HSL205.52º100%17.06%-
HSV(B)205.52º100%34.12%-
XYZ2.862.979.44-
YUV39.27154.9499.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 50 (19.92% from 255) = 36.50%
BLUE value IS 87 (34.38% from 255) = 63.50%
R=0%
G=36.50%
B=63.50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal0508710.4300.66205.5210017.06
Hex03257642B042ce6411
Octal06212714453010231614421
Binary0110010101011111001001010110100001011001110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003257; }

 p { color: rgb(0,50,87); }

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

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

 a { background-color: rgb(0,50,87); }

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

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

 span { border-color: rgb(0,50,87); }

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