#2C246E

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

Shades of Paris M #2C246E

Tints of Paris M #2C246E

Color information

#2C246E (or 0x2C246E) is unknown color: approx Paris M. HEX triplet: 2C, 24 and 6E. RGB value is (44,36,110). Sum of RGB (Red+Green+Blue) = 44+36+110=190 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.16% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #2C246E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C246E is #D3DB91. Grayscale: #2E2E2E. Windows color (decimal): -13884306 or 7218220. OLE color: 7218220.

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

Color convert

RGB4436110-
CMYK0.60.6700.57
HSL246.49º50.68%28.63%-
HSV(B)246.49º67.27%43.14%-
XYZ4.482.9215.08-
YUV46.83163.65125.98-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.16%
GREEN value IS 36 (14.45% from 255) = 18.95%
BLUE value IS 110 (43.36% from 255) = 57.89%
R=23.16%
G=18.95%
B=57.89%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44361100.60.6700.57246.4950.6828.63
Hex2C246E3C43039f6331d
Octal5444156741030713666335
Binary1011001001001101110111100100001101110011111011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C246E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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