#2C2468

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

Shades of Paris M #2C2468

Tints of Paris M #2C2468

Color information

#2C2468 (or 0x2C2468) is unknown color: approx Paris M. HEX triplet: 2C, 24 and 68. RGB value is (44,36,104). Sum of RGB (Red+Green+Blue) = 44+36+104=184 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.91% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #2C2468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2468 is #D3DB97. Grayscale: #2D2D2D. Windows color (decimal): -13884312 or 6825004. OLE color: 6825004.

HSL color Cylindrical-coordinate representation of color #2C2468: hue angle of 247.06º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C2468 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4436104-
CMYK0.580.6500.59
HSL247.06º48.57%27.45%-
HSV(B)247.06º65.38%40.78%-
XYZ4.172.813.42-
YUV46.14160.65126.47-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.91%
GREEN value IS 36 (14.45% from 255) = 19.57%
BLUE value IS 104 (41.02% from 255) = 56.52%
R=23.91%
G=19.57%
B=56.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44361040.580.6500.59247.0648.5727.45
Hex2C24683A4103Bf7311b
Octal5444150721010733676133
Binary1011001001001101000111010100000101110111111011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,36,104); }

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

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

 a { background-color: rgb(44,36,104); }

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

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

 span { border-color: rgb(44,36,104); }

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