#2C2672

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

Shades of Paris M #2C2672

Tints of Paris M #2C2672

Color information

#2C2672 (or 0x2C2672) is unknown color: approx Paris M. HEX triplet: 2C, 26 and 72. RGB value is (44,38,114). Sum of RGB (Red+Green+Blue) = 44+38+114=196 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.45% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #2C2672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2672 is #D3D98D. Grayscale: #303030. Windows color (decimal): -13883790 or 7480876. OLE color: 7480876.

HSL color Cylindrical-coordinate representation of color #2C2672: hue angle of 244.74º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C2672 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4438114-
CMYK0.610.6700.55
HSL244.74º50%29.8%-
HSV(B)244.74º66.67%44.71%-
XYZ4.773.1416.27-
YUV48.46164.99124.82-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.45%
GREEN value IS 38 (15.23% from 255) = 19.39%
BLUE value IS 114 (44.92% from 255) = 58.16%
R=22.45%
G=19.39%
B=58.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44381140.610.6700.55244.745029.8
Hex2C26723D43037f5321e
Octal5446162751030673656236
Binary1011001001101110010111101100001101101111111010111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,38,114); }

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

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

 a { background-color: rgb(44,38,114); }

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

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

 span { border-color: rgb(44,38,114); }

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