#2C266C

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

Shades of Paris M #2C266C

Tints of Paris M #2C266C

Color information

#2C266C (or 0x2C266C) is unknown color: approx Paris M. HEX triplet: 2C, 26 and 6C. RGB value is (44,38,108). Sum of RGB (Red+Green+Blue) = 44+38+108=190 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.16% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #2C266C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C266C is #D3D993. Grayscale: #2F2F2F. Windows color (decimal): -13883796 or 7087660. OLE color: 7087660.

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

Color convert

RGB4438108-
CMYK0.590.6500.58
HSL245.14º47.95%28.63%-
HSV(B)245.14º64.81%42.35%-
XYZ4.44314.53-
YUV47.77161.99125.31-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.16%
GREEN value IS 38 (15.23% from 255) = 20%
BLUE value IS 108 (42.58% from 255) = 56.84%
R=23.16%
G=20%
B=56.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal44381080.590.6500.58245.1447.9528.63
Hex2C266C3B4103Af5301d
Octal5446154731010723656035
Binary1011001001101101100111011100000101110101111010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,38,108); }

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

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

 a { background-color: rgb(44,38,108); }

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

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

 span { border-color: rgb(44,38,108); }

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