#2C2068

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

Shades of Paris M #2C2068

Tints of Paris M #2C2068

Color information

#2C2068 (or 0x2C2068) is unknown color: approx Paris M. HEX triplet: 2C, 20 and 68. RGB value is (44,32,104). Sum of RGB (Red+Green+Blue) = 44+32+104=180 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.44% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 104 (41.02% from 255 or 57.78% from 180); Max value from RGB is 104 - color contains mainly: blue. Hex color #2C2068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2068 is #D3DF97. Grayscale: #2B2B2B. Windows color (decimal): -13885336 or 6823980. OLE color: 6823980.

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

Color convert

RGB4432104-
CMYK0.580.6900.59
HSL250º52.94%26.67%-
HSV(B)250º69.23%40.78%-
XYZ4.052.5713.38-
YUV43.8161.98128.15-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.44%
GREEN value IS 32 (12.89% from 255) = 17.78%
BLUE value IS 104 (41.02% from 255) = 57.78%
R=24.44%
G=17.78%
B=57.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44321040.580.6900.5925052.9426.67
Hex2C20683A4503Bfa351b
Octal5440150721050733726533
Binary1011001000001101000111010100010101110111111101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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