#2C245B

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

Shades of Paris M #2C245B

Tints of Paris M #2C245B

Color information

#2C245B (or 0x2C245B) is unknown color: approx Paris M. HEX triplet: 2C, 24 and 5B. RGB value is (44,36,91). Sum of RGB (Red+Green+Blue) = 44+36+91=171 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.73% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #2C245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C245B is #D3DBA4. Grayscale: #2C2C2C. Windows color (decimal): -13884325 or 5973036. OLE color: 5973036.

HSL color Cylindrical-coordinate representation of color #2C245B: hue angle of 248.73º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C245B is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB443691-
CMYK0.520.6000.64
HSL248.73º43.31%24.9%-
HSV(B)248.73º60.44%35.69%-
XYZ3.562.5510.2-
YUV44.66154.15127.53-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.73%
GREEN value IS 36 (14.45% from 255) = 21.05%
BLUE value IS 91 (35.94% from 255) = 53.22%
R=25.73%
G=21.05%
B=53.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4436910.520.6000.64248.7343.3124.9
Hex2C245B343C040f92b19
Octal5444133647401003715331
Binary1011001001001011011110100111100010000001111100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,36,91); }

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

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

 a { background-color: rgb(44,36,91); }

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

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

 span { border-color: rgb(44,36,91); }

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