#033157

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

Shades of Prussian Blue #033157

Tints of Prussian Blue #033157

Color information

#033157 (or 0x033157) is unknown color: approx Prussian Blue. HEX triplet: 03, 31 and 57. RGB value is (3,49,87). Sum of RGB (Red+Green+Blue) = 3+49+87=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 87 (34.38% from 255 or 62.59% from 139); Max value from RGB is 87 - color contains mainly: blue. Hex color #033157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033157 is #FCCEA8. Grayscale: #272727. Windows color (decimal): -16567977 or 5714179. OLE color: 5714179.

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

Color convert

RGB34987-
CMYK0.970.4400.66
HSL207.14º93.33%17.65%-
HSV(B)207.14º96.55%34.12%-
XYZ2.862.99.43-
YUV39.58154.76101.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.16%
GREEN value IS 49 (19.53% from 255) = 35.25%
BLUE value IS 87 (34.38% from 255) = 62.59%
R=2.16%
G=35.25%
B=62.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal349870.970.4400.66207.1493.3317.65
Hex33157612C042cf5d12
Octal36112714154010231713522
Binary11110001101011111000011011000100001011001111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033157; }

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

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

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

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

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

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

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

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