#2C226C

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

Shades of Paris M #2C226C

Tints of Paris M #2C226C

Color information

#2C226C (or 0x2C226C) is unknown color: approx Paris M. HEX triplet: 2C, 22 and 6C. RGB value is (44,34,108). Sum of RGB (Red+Green+Blue) = 44+34+108=186 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.66% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #2C226C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C226C is #D3DD93. Grayscale: #2D2D2D. Windows color (decimal): -13884820 or 7086636. OLE color: 7086636.

HSL color Cylindrical-coordinate representation of color #2C226C: hue angle of 248.11º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C226C is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4434108-
CMYK0.590.6900.58
HSL248.11º52.11%27.84%-
HSV(B)248.11º68.52%42.35%-
XYZ4.322.7614.49-
YUV45.43163.31126.98-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.66%
GREEN value IS 34 (13.67% from 255) = 18.28%
BLUE value IS 108 (42.58% from 255) = 58.06%
R=23.66%
G=18.28%
B=58.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal44341080.590.6900.58248.1152.1127.84
Hex2C226C3B4503Af8341c
Octal5442154731050723706434
Binary1011001000101101100111011100010101110101111100011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C226C; }

 p { color: rgb(44,34,108); }

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

<style>
 a { background-color: #2C226C; }

 a { background-color: rgb(44,34,108); }

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

<style>
 span { border-color: #2C226C; }

 span { border-color: rgb(44,34,108); }

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