#2C266E

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

Shades of Paris M #2C266E

Tints of Paris M #2C266E

Color information

#2C266E (or 0x2C266E) is unknown color: approx Paris M. HEX triplet: 2C, 26 and 6E. RGB value is (44,38,110). Sum of RGB (Red+Green+Blue) = 44+38+110=192 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.92% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 110 (43.36% from 255 or 57.29% from 192); Max value from RGB is 110 - color contains mainly: blue. Hex color #2C266E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C266E is #D3D991. Grayscale: #2F2F2F. Windows color (decimal): -13883794 or 7218732. OLE color: 7218732.

HSL color Cylindrical-coordinate representation of color #2C266E: hue angle of 245º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C266E is Cyan = 0.6, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4438110-
CMYK0.60.6500.57
HSL245º48.65%29.02%-
HSV(B)245º65.45%43.14%-
XYZ4.553.0515.1-
YUV48162.99125.15-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.92%
GREEN value IS 38 (15.23% from 255) = 19.79%
BLUE value IS 110 (43.36% from 255) = 57.29%
R=22.92%
G=19.79%
B=57.29%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44381100.60.6500.5724548.6529.02
Hex2C266E3C41039f5311d
Octal5446156741010713656135
Binary1011001001101101110111100100000101110011111010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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