#2E286D

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

Shades of Paris M #2E286D

Tints of Paris M #2E286D

Color information

#2E286D (or 0x2E286D) is unknown color: approx Paris M. HEX triplet: 2E, 28 and 6D. RGB value is (46,40,109). Sum of RGB (Red+Green+Blue) = 46+40+109=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 109 (42.97% from 255 or 55.90% from 195); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E286D is #D1D792. Grayscale: #313131. Windows color (decimal): -13752211 or 7153710. OLE color: 7153710.

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

Color convert

RGB4640109-
CMYK0.580.6300.57
HSL245.22º46.31%29.22%-
HSV(B)245.22º63.3%42.75%-
XYZ4.653.214.84-
YUV49.66161.49125.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.59%
GREEN value IS 40 (16.02% from 255) = 20.51%
BLUE value IS 109 (42.97% from 255) = 55.90%
R=23.59%
G=20.51%
B=55.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46401090.580.6300.57245.2246.3129.22
Hex2E286D3A3F039f52e1d
Octal565015572770713655635
Binary101110101000110110111101011111101110011111010110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E286D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,40,109); }

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

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

 a { background-color: rgb(46,40,109); }

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

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

 span { border-color: rgb(46,40,109); }

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