#332E57

Color #332E57 Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #332E57

Tints of Paris M #332E57

Color information

#332E57 (or 0x332E57) is unknown color: approx Paris M. HEX triplet: 33, 2E and 57. RGB value is (51,46,87). Sum of RGB (Red+Green+Blue) = 51+46+87=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 87 - color contains mainly: blue. Hex color #332E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332E57 is #CCD1A8. Grayscale: #343434. Windows color (decimal): -13423017 or 5713459. OLE color: 5713459.

HSL color Cylindrical-coordinate representation of color #332E57: hue angle of 247.32º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #332E57 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB514687-
CMYK0.410.4700.66
HSL247.32º30.83%26.08%-
HSV(B)247.32º47.13%34.12%-
XYZ4.063.359.45-
YUV52.17147.66127.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.72%
GREEN value IS 46 (18.36% from 255) = 25%
BLUE value IS 87 (34.38% from 255) = 47.28%
R=27.72%
G=25%
B=47.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5146870.410.4700.66247.3230.8326.08
Hex332E57292F042f71f1a
Octal6356127515701023673732
Binary110011101110101011110100110111101000010111101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332E57; }

 p { color: rgb(51,46,87); }

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

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

 a { background-color: rgb(51,46,87); }

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

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

 span { border-color: rgb(51,46,87); }

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