#2C2866

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

Shades of Paris M #2C2866

Tints of Paris M #2C2866

Color information

#2C2866 (or 0x2C2866) is unknown color: approx Paris M. HEX triplet: 2C, 28 and 66. RGB value is (44,40,102). Sum of RGB (Red+Green+Blue) = 44+40+102=186 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.66% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 102 (40.23% from 255 or 54.84% from 186); Max value from RGB is 102 - color contains mainly: blue. Hex color #2C2866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2866 is #D3D799. Grayscale: #303030. Windows color (decimal): -13883290 or 6694956. OLE color: 6694956.

HSL color Cylindrical-coordinate representation of color #2C2866: hue angle of 243.87º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C2866 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4440102-
CMYK0.570.6100.6
HSL243.87º43.66%27.84%-
HSV(B)243.87º60.78%40%-
XYZ4.23.0112.93-
YUV48.26158.33124.96-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.66%
GREEN value IS 40 (16.02% from 255) = 21.51%
BLUE value IS 102 (40.23% from 255) = 54.84%
R=23.66%
G=21.51%
B=54.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal44401020.570.6100.6243.8743.6627.84
Hex2C2866393D03Cf42c1c
Octal545014671750743645434
Binary101100101000110011011100111110101111001111010010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,40,102); }

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

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

 a { background-color: rgb(44,40,102); }

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

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

 span { border-color: rgb(44,40,102); }

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