#2E265A

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

Shades of Paris M #2E265A

Tints of Paris M #2E265A

Color information

#2E265A (or 0x2E265A) is unknown color: approx Paris M. HEX triplet: 2E, 26 and 5A. RGB value is (46,38,90). Sum of RGB (Red+Green+Blue) = 46+38+90=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E265A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E265A is #D1D9A5. Grayscale: #2E2E2E. Windows color (decimal): -13752742 or 5908014. OLE color: 5908014.

HSL color Cylindrical-coordinate representation of color #2E265A: hue angle of 249.23º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E265A is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB463890-
CMYK0.490.5800.65
HSL249.23º40.62%25.1%-
HSV(B)249.23º57.78%35.29%-
XYZ3.672.7110-
YUV46.32152.65127.77-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.44%
GREEN value IS 38 (15.23% from 255) = 21.84%
BLUE value IS 90 (35.55% from 255) = 51.72%
R=26.44%
G=21.84%
B=51.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4638900.490.5800.65249.2340.6225.1
Hex2E265A313A041f92919
Octal5646132617201013715131
Binary1011101001101011010110001111010010000011111100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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