#332F57

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

Shades of Paris M #332F57

Tints of Paris M #332F57

Color information

#332F57 (or 0x332F57) is unknown color: approx Paris M. HEX triplet: 33, 2F and 57. RGB value is (51,47,87). Sum of RGB (Red+Green+Blue) = 51+47+87=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #332F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332F57 is #CCD0A8. Grayscale: #343434. Windows color (decimal): -13422761 or 5713715. OLE color: 5713715.

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

Color convert

RGB514787-
CMYK0.410.4600.66
HSL246º29.85%26.27%-
HSV(B)246º45.98%34.12%-
XYZ4.13.429.46-
YUV52.76147.33126.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.57%
GREEN value IS 47 (18.75% from 255) = 25.41%
BLUE value IS 87 (34.38% from 255) = 47.03%
R=27.57%
G=25.41%
B=47.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5147870.410.4600.6624629.8526.27
Hex332F57292E042f61e1a
Octal6357127515601023663632
Binary110011101111101011110100110111001000010111101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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