#2E2069

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

Shades of Paris M #2E2069

Tints of Paris M #2E2069

Color information

#2E2069 (or 0x2E2069) is unknown color: approx Paris M. HEX triplet: 2E, 20 and 69. RGB value is (46,32,105). Sum of RGB (Red+Green+Blue) = 46+32+105=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #2E2069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2069 is #D1DF96. Grayscale: #2C2C2C. Windows color (decimal): -13754263 or 6889518. OLE color: 6889518.

HSL color Cylindrical-coordinate representation of color #2E2069: hue angle of 251.51º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E2069 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4632105-
CMYK0.560.7000.59
HSL251.51º53.28%26.86%-
HSV(B)251.51º69.52%41.18%-
XYZ4.192.6313.65-
YUV44.51162.14129.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.14%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 105 (41.41% from 255) = 57.38%
R=25.14%
G=17.49%
B=57.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal46321050.560.7000.59251.5153.2826.86
Hex2E2069384603Bfc351b
Octal5640151701060733746533
Binary1011101000001101001111000100011001110111111110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,32,105); }

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

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

 a { background-color: rgb(46,32,105); }

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

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

 span { border-color: rgb(46,32,105); }

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