#2C2568

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

Shades of Paris M #2C2568

Tints of Paris M #2C2568

Color information

#2C2568 (or 0x2C2568) is unknown color: approx Paris M. HEX triplet: 2C, 25 and 68. RGB value is (44,37,104). Sum of RGB (Red+Green+Blue) = 44+37+104=185 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.78% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #2C2568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2568 is #D3DA97. Grayscale: #2E2E2E. Windows color (decimal): -13884056 or 6825260. OLE color: 6825260.

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

Color convert

RGB4437104-
CMYK0.580.6400.59
HSL246.27º47.52%27.65%-
HSV(B)246.27º64.42%40.78%-
XYZ4.22.8613.43-
YUV46.73160.32126.05-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.78%
GREEN value IS 37 (14.84% from 255) = 20%
BLUE value IS 104 (41.02% from 255) = 56.22%
R=23.78%
G=20%
B=56.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44371040.580.6400.59246.2747.5227.65
Hex2C25683A4003Bf6301c
Octal5445150721000733666034
Binary1011001001011101000111010100000001110111111011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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