#2E2068

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

Shades of Paris M #2E2068

Tints of Paris M #2E2068

Color information

#2E2068 (or 0x2E2068) is unknown color: approx Paris M. HEX triplet: 2E, 20 and 68. RGB value is (46,32,104). Sum of RGB (Red+Green+Blue) = 46+32+104=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #2E2068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2068 is #D1DF97. Grayscale: #2C2C2C. Windows color (decimal): -13754264 or 6823982. OLE color: 6823982.

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

Color convert

RGB4632104-
CMYK0.560.6900.59
HSL251.67º52.94%26.67%-
HSV(B)251.67º69.23%40.78%-
XYZ4.142.6113.38-
YUV44.39161.64129.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.27%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 104 (41.02% from 255) = 57.14%
R=25.27%
G=17.58%
B=57.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal46321040.560.6900.59251.6752.9426.67
Hex2E2068384503Bfc351b
Octal5640150701050733746533
Binary1011101000001101000111000100010101110111111110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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