#2E286E

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

Shades of Paris M #2E286E

Tints of Paris M #2E286E

Color information

#2E286E (or 0x2E286E) is unknown color: approx Paris M. HEX triplet: 2E, 28 and 6E. RGB value is (46,40,110). Sum of RGB (Red+Green+Blue) = 46+40+110=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 110 (43.36% from 255 or 56.12% from 196); Max value from RGB is 110 - color contains mainly: blue. Hex color #2E286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E286E is #D1D791. Grayscale: #313131. Windows color (decimal): -13752210 or 7219246. OLE color: 7219246.

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

Color convert

RGB4640110-
CMYK0.580.6400.57
HSL245.14º46.67%29.41%-
HSV(B)245.14º63.64%43.14%-
XYZ4.73.2215.13-
YUV49.77161.99125.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.47%
GREEN value IS 40 (16.02% from 255) = 20.41%
BLUE value IS 110 (43.36% from 255) = 56.12%
R=23.47%
G=20.41%
B=56.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46401100.580.6400.57245.1446.6729.41
Hex2E286E3A40039f52f1d
Octal5650156721000713655735
Binary1011101010001101110111010100000001110011111010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E286E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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