#2C2563

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

Shades of Paris M #2C2563

Tints of Paris M #2C2563

Color information

#2C2563 (or 0x2C2563) is unknown color: approx Paris M. HEX triplet: 2C, 25 and 63. RGB value is (44,37,99). Sum of RGB (Red+Green+Blue) = 44+37+99=180 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.44% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 99 (39.06% from 255 or 55% from 180); Max value from RGB is 99 - color contains mainly: blue. Hex color #2C2563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2563 is #D3DA9C. Grayscale: #2D2D2D. Windows color (decimal): -13884061 or 6497580. OLE color: 6497580.

HSL color Cylindrical-coordinate representation of color #2C2563: hue angle of 246.77º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C2563 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB443799-
CMYK0.560.6300.61
HSL246.77º45.59%26.67%-
HSV(B)246.77º62.63%38.82%-
XYZ3.952.7612.13-
YUV46.16157.82126.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.44%
GREEN value IS 37 (14.84% from 255) = 20.56%
BLUE value IS 99 (39.06% from 255) = 55%
R=24.44%
G=20.56%
B=55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4437990.560.6300.61246.7745.5926.67
Hex2C2563383F03Df72e1b
Octal544514370770753675633
Binary101100100101110001111100011111101111011111011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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