#2C236E

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

Shades of Paris M #2C236E

Tints of Paris M #2C236E

Color information

#2C236E (or 0x2C236E) is unknown color: approx Paris M. HEX triplet: 2C, 23 and 6E. RGB value is (44,35,110). Sum of RGB (Red+Green+Blue) = 44+35+110=189 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.28% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #2C236E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C236E is #D3DC91. Grayscale: #2D2D2D. Windows color (decimal): -13884562 or 7217964. OLE color: 7217964.

HSL color Cylindrical-coordinate representation of color #2C236E: hue angle of 247.2º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C236E is Cyan = 0.6, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4435110-
CMYK0.60.6800.57
HSL247.2º51.72%28.43%-
HSV(B)247.2º68.18%43.14%-
XYZ4.452.8615.07-
YUV46.24163.98126.4-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.28%
GREEN value IS 35 (14.06% from 255) = 18.52%
BLUE value IS 110 (43.36% from 255) = 58.20%
R=23.28%
G=18.52%
B=58.20%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44351100.60.6800.57247.251.7228.43
Hex2C236E3C44039f7341c
Octal5443156741040713676434
Binary1011001000111101110111100100010001110011111011111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C236E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,35,110); }

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

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

 a { background-color: rgb(44,35,110); }

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

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

 span { border-color: rgb(44,35,110); }

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