#2C205E

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

Shades of Paris M #2C205E

Tints of Paris M #2C205E

Color information

#2C205E (or 0x2C205E) is unknown color: approx Paris M. HEX triplet: 2C, 20 and 5E. RGB value is (44,32,94). Sum of RGB (Red+Green+Blue) = 44+32+94=170 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.88% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 94 (37.11% from 255 or 55.29% from 170); Max value from RGB is 94 - color contains mainly: blue. Hex color #2C205E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C205E is #D3DFA1. Grayscale: #2A2A2A. Windows color (decimal): -13885346 or 6168620. OLE color: 6168620.

HSL color Cylindrical-coordinate representation of color #2C205E: hue angle of 251.61º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C205E is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB443294-
CMYK0.530.6600.63
HSL251.61º49.21%24.71%-
HSV(B)251.61º65.96%36.86%-
XYZ3.582.3810.86-
YUV42.66156.98128.96-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.88%
GREEN value IS 32 (12.89% from 255) = 18.82%
BLUE value IS 94 (37.11% from 255) = 55.29%
R=25.88%
G=18.82%
B=55.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4432940.530.6600.63251.6149.2124.71
Hex2C205E354203Ffc3119
Octal5440136651020773746131
Binary1011001000001011110110101100001001111111111110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C205E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,32,94); }

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

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

 a { background-color: rgb(44,32,94); }

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

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

 span { border-color: rgb(44,32,94); }

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