#2c276e

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

Shades of Paris M #2C276E

Tints of Paris M #2C276E

Color information

#2C276E (or 0x2C276E) is unknown color: approx Paris M. HEX triplet: 2C, 27 and 6E. RGB value is (44,39,110). Sum of RGB (Red+Green+Blue) = 44+39+110=193 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.80% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 110 (43.36% from 255 or 56.99% from 193); Max value from RGB is 110 - color contains mainly: blue. Hex color #2C276E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C276E is #D3D891. Grayscale: #303030. Windows color (decimal): -13883538 or 7218988. OLE color: 7218988.

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

Color convert

RGB4439110-
CMYK0.60.6500.57
HSL244.23º47.65%29.22%-
HSV(B)244.23º64.55%43.14%-
XYZ4.583.1115.11-
YUV48.59162.66124.73-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.80%
GREEN value IS 39 (15.62% from 255) = 20.21%
BLUE value IS 110 (43.36% from 255) = 56.99%
R=22.80%
G=20.21%
B=56.99%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44391100.60.6500.57244.2347.6529.22
Hex2C276E3C41039f4301d
Octal5447156741010713646035
Binary1011001001111101110111100100000101110011111010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c276e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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