#2E2C5F

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

Shades of Paris M #2E2C5F

Tints of Paris M #2E2C5F

Color information

#2E2C5F (or 0x2E2C5F) is unknown color: approx Paris M. HEX triplet: 2E, 2C and 5F. RGB value is (46,44,95). Sum of RGB (Red+Green+Blue) = 46+44+95=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #2E2C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2C5F is #D1D3A0. Grayscale: #323232. Windows color (decimal): -13751201 or 6237230. OLE color: 6237230.

HSL color Cylindrical-coordinate representation of color #2E2C5F: hue angle of 242.35º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E2C5F is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB464495-
CMYK0.520.5400.63
HSL242.35º36.69%27.25%-
HSV(B)242.35º53.68%37.25%-
XYZ4.093.2111.23-
YUV50.41153.16124.85-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.86%
GREEN value IS 44 (17.58% from 255) = 23.78%
BLUE value IS 95 (37.5% from 255) = 51.35%
R=24.86%
G=23.78%
B=51.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4644950.520.5400.63242.3536.6927.25
Hex2E2C5F343603Ff2251b
Octal565413764660773624533
Binary101110101100101111111010011011001111111111001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,44,95); }

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

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

 a { background-color: rgb(46,44,95); }

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

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

 span { border-color: rgb(46,44,95); }

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