#2E276C

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

Shades of Paris M #2E276C

Tints of Paris M #2E276C

Color information

#2E276C (or 0x2E276C) is unknown color: approx Paris M. HEX triplet: 2E, 27 and 6C. RGB value is (46,39,108). Sum of RGB (Red+Green+Blue) = 46+39+108=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E276C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E276C is #D1D893. Grayscale: #303030. Windows color (decimal): -13752468 or 7087918. OLE color: 7087918.

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

Color convert

RGB4639108-
CMYK0.570.6400.58
HSL246.09º46.94%28.82%-
HSV(B)246.09º63.89%42.35%-
XYZ4.563.1114.55-
YUV48.96161.32125.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.83%
GREEN value IS 39 (15.62% from 255) = 20.21%
BLUE value IS 108 (42.58% from 255) = 55.96%
R=23.83%
G=20.21%
B=55.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46391080.570.6400.58246.0946.9428.82
Hex2E276C394003Af62f1d
Octal5647154711000723665735
Binary1011101001111101100111001100000001110101111011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E276C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,39,108); }

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

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

 a { background-color: rgb(46,39,108); }

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

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

 span { border-color: rgb(46,39,108); }

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