#362C68

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

Shades of Paris M #362C68

Tints of Paris M #362C68

Color information

#362C68 (or 0x362C68) is unknown color: approx Paris M. HEX triplet: 36, 2C and 68. RGB value is (54,44,104). Sum of RGB (Red+Green+Blue) = 54+44+104=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #362C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362C68 is #C9D397. Grayscale: #353535. Windows color (decimal): -13226904 or 6827062. OLE color: 6827062.

HSL color Cylindrical-coordinate representation of color #362C68: hue angle of 250º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #362C68 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5444104-
CMYK0.480.5800.59
HSL250º40.54%29.02%-
HSV(B)250º57.69%40.78%-
XYZ4.923.5913.53-
YUV53.83156.31128.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.73%
GREEN value IS 44 (17.58% from 255) = 21.78%
BLUE value IS 104 (41.02% from 255) = 51.49%
R=26.73%
G=21.78%
B=51.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54441040.480.5800.5925040.5429.02
Hex362C68303A03Bfa291d
Octal665415060720733725135
Binary110110101100110100011000011101001110111111101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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