#2C256E

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

Shades of Paris M #2C256E

Tints of Paris M #2C256E

Color information

#2C256E (or 0x2C256E) is unknown color: approx Paris M. HEX triplet: 2C, 25 and 6E. RGB value is (44,37,110). Sum of RGB (Red+Green+Blue) = 44+37+110=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #2C256E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C256E is #D3DA91. Grayscale: #2F2F2F. Windows color (decimal): -13884050 or 7218476. OLE color: 7218476.

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

Color convert

RGB4437110-
CMYK0.60.6600.57
HSL245.75º49.66%28.82%-
HSV(B)245.75º66.36%43.14%-
XYZ4.512.9815.09-
YUV47.42163.32125.56-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.04%
GREEN value IS 37 (14.84% from 255) = 19.37%
BLUE value IS 110 (43.36% from 255) = 57.59%
R=23.04%
G=19.37%
B=57.59%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44371100.60.6600.57245.7549.6628.82
Hex2C256E3C42039f6321d
Octal5445156741020713666235
Binary1011001001011101110111100100001001110011111011011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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