#033257

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

Shades of Prussian Blue #033257

Tints of Prussian Blue #033257

Color information

#033257 (or 0x033257) is unknown color: approx Prussian Blue. HEX triplet: 03, 32 and 57. RGB value is (3,50,87). Sum of RGB (Red+Green+Blue) = 3+50+87=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 87 (34.38% from 255 or 62.14% from 140); Max value from RGB is 87 - color contains mainly: blue. Hex color #033257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033257 is #FCCDA8. Grayscale: #272727. Windows color (decimal): -16567721 or 5714435. OLE color: 5714435.

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

Color convert

RGB35087-
CMYK0.970.4300.66
HSL206.43º93.33%17.65%-
HSV(B)206.43º96.55%34.12%-
XYZ2.92.999.44-
YUV40.16154.43101.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.14%
GREEN value IS 50 (19.92% from 255) = 35.71%
BLUE value IS 87 (34.38% from 255) = 62.14%
R=2.14%
G=35.71%
B=62.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal350870.970.4300.66206.4393.3317.65
Hex33257612B042ce5d12
Octal36212714153010231613522
Binary11110010101011111000011010110100001011001110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033257; }

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

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

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

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

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

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

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

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