#2C2269

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

Shades of Paris M #2C2269

Tints of Paris M #2C2269

Color information

#2C2269 (or 0x2C2269) is unknown color: approx Paris M. HEX triplet: 2C, 22 and 69. RGB value is (44,34,105). Sum of RGB (Red+Green+Blue) = 44+34+105=183 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.04% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #2C2269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2269 is #D3DD96. Grayscale: #2C2C2C. Windows color (decimal): -13884823 or 6890028. OLE color: 6890028.

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

Color convert

RGB4434105-
CMYK0.580.6800.59
HSL248.45º51.08%27.25%-
HSV(B)248.45º67.62%41.18%-
XYZ4.162.713.67-
YUV45.08161.81127.23-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.04%
GREEN value IS 34 (13.67% from 255) = 18.58%
BLUE value IS 105 (41.41% from 255) = 57.38%
R=24.04%
G=18.58%
B=57.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44341050.580.6800.59248.4551.0827.25
Hex2C22693A4403Bf8331b
Octal5442151721040733706333
Binary1011001000101101001111010100010001110111111100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,34,105); }

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

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

 a { background-color: rgb(44,34,105); }

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

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

 span { border-color: rgb(44,34,105); }

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