#362C62

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

Shades of Paris M #362C62

Tints of Paris M #362C62

Color information

#362C62 (or 0x362C62) is unknown color: approx Paris M. HEX triplet: 36, 2C and 62. RGB value is (54,44,98). Sum of RGB (Red+Green+Blue) = 54+44+98=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #362C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362C62 is #C9D39D. Grayscale: #343434. Windows color (decimal): -13226910 or 6433846. OLE color: 6433846.

HSL color Cylindrical-coordinate representation of color #362C62: hue angle of 251.11º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #362C62 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB544498-
CMYK0.450.5500.62
HSL251.11º38.03%27.84%-
HSV(B)251.11º55.1%38.43%-
XYZ4.633.4711.98-
YUV53.15153.31128.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.55%
GREEN value IS 44 (17.58% from 255) = 22.45%
BLUE value IS 98 (38.67% from 255) = 50%
R=27.55%
G=22.45%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5444980.450.5500.62251.1138.0327.84
Hex362C622D3703Efb261c
Octal665414255670763734634
Binary110110101100110001010110111011101111101111101110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,44,98); }

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

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

 a { background-color: rgb(54,44,98); }

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

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

 span { border-color: rgb(54,44,98); }

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