#2E2566

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

Shades of Paris M #2E2566

Tints of Paris M #2E2566

Color information

#2E2566 (or 0x2E2566) is unknown color: approx Paris M. HEX triplet: 2E, 25 and 66. RGB value is (46,37,102). Sum of RGB (Red+Green+Blue) = 46+37+102=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #2E2566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2566 is #D1DA99. Grayscale: #2E2E2E. Windows color (decimal): -13752986 or 6694190. OLE color: 6694190.

HSL color Cylindrical-coordinate representation of color #2E2566: hue angle of 248.31º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E2566 is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4637102-
CMYK0.550.6400.6
HSL248.31º46.76%27.25%-
HSV(B)248.31º63.73%40%-
XYZ4.192.8612.9-
YUV47.1158.98127.21-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.86%
GREEN value IS 37 (14.84% from 255) = 20%
BLUE value IS 102 (40.23% from 255) = 55.14%
R=24.86%
G=20%
B=55.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal46371020.550.6400.6248.3146.7627.25
Hex2E2566374003Cf82f1b
Octal5645146671000743705733
Binary1011101001011100110110111100000001111001111100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,37,102); }

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

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

 a { background-color: rgb(46,37,102); }

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

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

 span { border-color: rgb(46,37,102); }

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