#2E2866

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

Shades of Paris M #2E2866

Tints of Paris M #2E2866

Color information

#2E2866 (or 0x2E2866) is unknown color: approx Paris M. HEX triplet: 2E, 28 and 66. RGB value is (46,40,102). Sum of RGB (Red+Green+Blue) = 46+40+102=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #2E2866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2866 is #D1D799. Grayscale: #303030. Windows color (decimal): -13752218 or 6694958. OLE color: 6694958.

HSL color Cylindrical-coordinate representation of color #2E2866: hue angle of 245.81º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E2866 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4640102-
CMYK0.550.6100.6
HSL245.81º43.66%27.84%-
HSV(B)245.81º60.78%40%-
XYZ4.283.0612.93-
YUV48.86157.99125.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.47%
GREEN value IS 40 (16.02% from 255) = 21.28%
BLUE value IS 102 (40.23% from 255) = 54.26%
R=24.47%
G=21.28%
B=54.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal46401020.550.6100.6245.8143.6627.84
Hex2E2866373D03Cf62c1c
Octal565014667750743665434
Binary101110101000110011011011111110101111001111011010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,40,102); }

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

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

 a { background-color: rgb(46,40,102); }

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

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

 span { border-color: rgb(46,40,102); }

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