#29236D

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

Shades of Paris M #29236D

Tints of Paris M #29236D

Color information

#29236D (or 0x29236D) is unknown color: approx Paris M. HEX triplet: 29, 23 and 6D. RGB value is (41,35,109). Sum of RGB (Red+Green+Blue) = 41+35+109=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 109 (42.97% from 255 or 58.92% from 185); Max value from RGB is 109 - color contains mainly: blue. Hex color #29236D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29236D is #D6DC92. Grayscale: #2C2C2C. Windows color (decimal): -14081171 or 7152425. OLE color: 7152425.

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

Color convert

RGB4135109-
CMYK0.620.6800.57
HSL244.86º51.39%28.24%-
HSV(B)244.86º67.89%42.75%-
XYZ4.282.7814.78-
YUV45.23163.99124.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.16%
GREEN value IS 35 (14.06% from 255) = 18.92%
BLUE value IS 109 (42.97% from 255) = 58.92%
R=22.16%
G=18.92%
B=58.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41351090.620.6800.57244.8651.3928.24
Hex29236D3E44039f5331c
Octal5143155761040713656334
Binary1010011000111101101111110100010001110011111010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29236D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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