#2C2266

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

Shades of Paris M #2C2266

Tints of Paris M #2C2266

Color information

#2C2266 (or 0x2C2266) is unknown color: approx Paris M. HEX triplet: 2C, 22 and 66. RGB value is (44,34,102). Sum of RGB (Red+Green+Blue) = 44+34+102=180 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.44% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 102 (40.23% from 255 or 56.67% from 180); Max value from RGB is 102 - color contains mainly: blue. Hex color #2C2266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2266 is #D3DD99. Grayscale: #2C2C2C. Windows color (decimal): -13884826 or 6693420. OLE color: 6693420.

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

Color convert

RGB4434102-
CMYK0.570.6700.6
HSL248.82º50%26.67%-
HSV(B)248.82º66.67%40%-
XYZ4.012.6412.87-
YUV44.74160.31127.47-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.44%
GREEN value IS 34 (13.67% from 255) = 18.89%
BLUE value IS 102 (40.23% from 255) = 56.67%
R=24.44%
G=18.89%
B=56.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal44341020.570.6700.6248.825026.67
Hex2C2266394303Cf9321b
Octal5442146711030743716233
Binary1011001000101100110111001100001101111001111100111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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