#362B5C

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

Shades of Paris M #362B5C

Tints of Paris M #362B5C

Color information

#362B5C (or 0x362B5C) is unknown color: approx Paris M. HEX triplet: 36, 2B and 5C. RGB value is (54,43,92). Sum of RGB (Red+Green+Blue) = 54+43+92=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #362B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362B5C is #C9D4A3. Grayscale: #333333. Windows color (decimal): -13227172 or 6040374. OLE color: 6040374.

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

Color convert

RGB544392-
CMYK0.410.5300.64
HSL253.47º36.3%26.47%-
HSV(B)253.47º53.26%36.08%-
XYZ4.323.2810.53-
YUV51.88150.64129.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.57%
GREEN value IS 43 (17.19% from 255) = 22.75%
BLUE value IS 92 (36.33% from 255) = 48.68%
R=28.57%
G=22.75%
B=48.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5443920.410.5300.64253.4736.326.47
Hex362B5C2935040fd241a
Octal6653134516501003754432
Binary1101101010111011100101001110101010000001111110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362B5C; }

 p { color: rgb(54,43,92); }

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

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

 a { background-color: rgb(54,43,92); }

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

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

 span { border-color: rgb(54,43,92); }

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