#36296C

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

Shades of Paris M #36296C

Tints of Paris M #36296C

Color information

#36296C (or 0x36296C) is unknown color: approx Paris M. HEX triplet: 36, 29 and 6C. RGB value is (54,41,108). Sum of RGB (Red+Green+Blue) = 54+41+108=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #36296C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36296C is #C9D693. Grayscale: #343434. Windows color (decimal): -13227668 or 7088438. OLE color: 7088438.

HSL color Cylindrical-coordinate representation of color #36296C: hue angle of 251.64º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36296C is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5441108-
CMYK0.500.6200.58
HSL251.64º44.97%29.22%-
HSV(B)251.64º62.04%42.35%-
XYZ5.023.4514.59-
YUV52.53159.31129.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.60%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 108 (42.58% from 255) = 53.20%
R=26.60%
G=20.20%
B=53.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54411080.500.6200.58251.6444.9729.22
Hex36296C323E03Afc2d1d
Octal665115462760723745535
Binary110110101001110110011001011111001110101111110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36296C; }

 p { color: rgb(54,41,108); }

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

<style>
 a { background-color: #36296C; }

 a { background-color: rgb(54,41,108); }

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

<style>
 span { border-color: #36296C; }

 span { border-color: rgb(54,41,108); }

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