#37295D

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

Shades of Paris M #37295D

Tints of Paris M #37295D

Color information

#37295D (or 0x37295D) is unknown color: approx Paris M. HEX triplet: 37, 29 and 5D. RGB value is (55,41,93). Sum of RGB (Red+Green+Blue) = 55+41+93=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #37295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37295D is #C8D6A2. Grayscale: #323232. Windows color (decimal): -13162147 or 6105399. OLE color: 6105399.

HSL color Cylindrical-coordinate representation of color #37295D: hue angle of 256.15º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37295D is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB554193-
CMYK0.410.5600.64
HSL256.15º38.81%26.27%-
HSV(B)256.15º55.91%36.47%-
XYZ4.343.1910.74-
YUV51.11151.64130.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.10%
GREEN value IS 41 (16.41% from 255) = 21.69%
BLUE value IS 93 (36.72% from 255) = 49.21%
R=29.10%
G=21.69%
B=49.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5541930.410.5600.64256.1538.8126.27
Hex37295D2938040100271a
Octal6751135517001004004732
Binary11011110100110111011010011110000100000010000000010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37295D; }

 p { color: rgb(55,41,93); }

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

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

 a { background-color: rgb(55,41,93); }

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

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

 span { border-color: rgb(55,41,93); }

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