#2E266E

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

Shades of Paris M #2E266E

Tints of Paris M #2E266E

Color information

#2E266E (or 0x2E266E) is unknown color: approx Paris M. HEX triplet: 2E, 26 and 6E. RGB value is (46,38,110). Sum of RGB (Red+Green+Blue) = 46+38+110=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 110 (43.36% from 255 or 56.70% from 194); Max value from RGB is 110 - color contains mainly: blue. Hex color #2E266E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E266E is #D1D991. Grayscale: #303030. Windows color (decimal): -13752722 or 7218734. OLE color: 7218734.

HSL color Cylindrical-coordinate representation of color #2E266E: hue angle of 246.67º 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 #2E266E is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4638110-
CMYK0.580.6500.57
HSL246.67º48.65%29.02%-
HSV(B)246.67º65.45%43.14%-
XYZ4.633.0915.1-
YUV48.6162.65126.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.71%
GREEN value IS 38 (15.23% from 255) = 19.59%
BLUE value IS 110 (43.36% from 255) = 56.70%
R=23.71%
G=19.59%
B=56.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46381100.580.6500.57246.6748.6529.02
Hex2E266E3A41039f7311d
Octal5646156721010713676135
Binary1011101001101101110111010100000101110011111011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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