#2C2375

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

Shades of Paris M #2C2375

Tints of Paris M #2C2375

Color information

#2C2375 (or 0x2C2375) is unknown color: approx Paris M. HEX triplet: 2C, 23 and 75. RGB value is (44,35,117). Sum of RGB (Red+Green+Blue) = 44+35+117=196 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.45% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #2C2375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2375 is #D3DC8A. Grayscale: #2E2E2E. Windows color (decimal): -13884555 or 7676716. OLE color: 7676716.

HSL color Cylindrical-coordinate representation of color #2C2375: hue angle of 246.59º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C2375 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4435117-
CMYK0.620.7000.54
HSL246.59º53.95%29.8%-
HSV(B)246.59º70.09%45.88%-
XYZ4.853.0217.16-
YUV47.04167.48125.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.45%
GREEN value IS 35 (14.06% from 255) = 17.86%
BLUE value IS 117 (46.09% from 255) = 59.69%
R=22.45%
G=17.86%
B=59.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal44351170.620.7000.54246.5953.9529.8
Hex2C23753E46036f7361e
Octal5443165761060663676636
Binary1011001000111110101111110100011001101101111011111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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