#2E286C

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

Shades of Paris M #2E286C

Tints of Paris M #2E286C

Color information

#2E286C (or 0x2E286C) is unknown color: approx Paris M. HEX triplet: 2E, 28 and 6C. RGB value is (46,40,108). Sum of RGB (Red+Green+Blue) = 46+40+108=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E286C is #D1D793. Grayscale: #313131. Windows color (decimal): -13752212 or 7088174. OLE color: 7088174.

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

Color convert

RGB4640108-
CMYK0.570.6300.58
HSL245.29º45.95%29.02%-
HSV(B)245.29º62.96%42.35%-
XYZ4.593.1814.56-
YUV49.55160.99125.47-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.71%
GREEN value IS 40 (16.02% from 255) = 20.62%
BLUE value IS 108 (42.58% from 255) = 55.67%
R=23.71%
G=20.62%
B=55.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46401080.570.6300.58245.2945.9529.02
Hex2E286C393F03Af52e1d
Octal565015471770723655635
Binary101110101000110110011100111111101110101111010110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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