#2E256D

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

Shades of Paris M #2E256D

Tints of Paris M #2E256D

Color information

#2E256D (or 0x2E256D) is unknown color: approx Paris M. HEX triplet: 2E, 25 and 6D. RGB value is (46,37,109). Sum of RGB (Red+Green+Blue) = 46+37+109=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E256D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E256D is #D1DA92. Grayscale: #2F2F2F. Windows color (decimal): -13752979 or 7152942. OLE color: 7152942.

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

Color convert

RGB4637109-
CMYK0.580.6600.57
HSL247.5º49.32%28.63%-
HSV(B)247.5º66.06%42.75%-
XYZ4.553.0114.81-
YUV47.9162.48126.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.96%
GREEN value IS 37 (14.84% from 255) = 19.27%
BLUE value IS 109 (42.97% from 255) = 56.77%
R=23.96%
G=19.27%
B=56.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46371090.580.6600.57247.549.3228.63
Hex2E256D3A42039f8311d
Octal5645155721020713706135
Binary1011101001011101101111010100001001110011111100011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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