#29236C

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

Shades of Paris M #29236C

Tints of Paris M #29236C

Color information

#29236C (or 0x29236C) is unknown color: approx Paris M. HEX triplet: 29, 23 and 6C. RGB value is (41,35,108). Sum of RGB (Red+Green+Blue) = 41+35+108=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 108 (42.58% from 255 or 58.70% from 184); Max value from RGB is 108 - color contains mainly: blue. Hex color #29236C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29236C is #D6DC93. Grayscale: #2C2C2C. Windows color (decimal): -14081172 or 7086889. OLE color: 7086889.

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

Color convert

RGB4135108-
CMYK0.620.6800.58
HSL244.93º51.05%28.04%-
HSV(B)244.93º67.59%42.35%-
XYZ4.222.7614.5-
YUV45.12163.49125.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.28%
GREEN value IS 35 (14.06% from 255) = 19.02%
BLUE value IS 108 (42.58% from 255) = 58.70%
R=22.28%
G=19.02%
B=58.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41351080.620.6800.58244.9351.0528.04
Hex29236C3E4403Af5331c
Octal5143154761040723656334
Binary1010011000111101100111110100010001110101111010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29236C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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