#2C2173

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

Shades of Paris M #2C2173

Tints of Paris M #2C2173

Color information

#2C2173 (or 0x2C2173) is unknown color: approx Paris M. HEX triplet: 2C, 21 and 73. RGB value is (44,33,115). Sum of RGB (Red+Green+Blue) = 44+33+115=192 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.92% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #2C2173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2173 is #D3DE8C. Grayscale: #2D2D2D. Windows color (decimal): -13885069 or 7545132. OLE color: 7545132.

HSL color Cylindrical-coordinate representation of color #2C2173: hue angle of 248.05º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C2173 is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4433115-
CMYK0.620.7100.55
HSL248.05º55.41%29.02%-
HSV(B)248.05º71.3%45.1%-
XYZ4.682.8616.53-
YUV45.64167.14126.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.92%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 115 (45.31% from 255) = 59.90%
R=22.92%
G=17.19%
B=59.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44331150.620.7100.55248.0555.4129.02
Hex2C21733E47037f8371d
Octal5441163761070673706735
Binary1011001000011110011111110100011101101111111100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,33,115); }

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

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

 a { background-color: rgb(44,33,115); }

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

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

 span { border-color: rgb(44,33,115); }

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