#2C255A

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

Shades of Paris M #2C255A

Tints of Paris M #2C255A

Color information

#2C255A (or 0x2C255A) is unknown color: approx Paris M. HEX triplet: 2C, 25 and 5A. RGB value is (44,37,90). Sum of RGB (Red+Green+Blue) = 44+37+90=171 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.73% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #2C255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C255A is #D3DAA5. Grayscale: #2C2C2C. Windows color (decimal): -13884070 or 5907756. OLE color: 5907756.

HSL color Cylindrical-coordinate representation of color #2C255A: hue angle of 247.92º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2C255A is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB443790-
CMYK0.510.5900.65
HSL247.92º41.73%24.9%-
HSV(B)247.92º58.89%35.29%-
XYZ3.552.69.99-
YUV45.14153.32127.19-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.73%
GREEN value IS 37 (14.84% from 255) = 21.64%
BLUE value IS 90 (35.55% from 255) = 52.63%
R=25.73%
G=21.64%
B=52.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4437900.510.5900.65247.9241.7324.9
Hex2C255A333B041f82a19
Octal5445132637301013705231
Binary1011001001011011010110011111011010000011111100010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,37,90); }

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

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

 a { background-color: rgb(44,37,90); }

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

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

 span { border-color: rgb(44,37,90); }

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