#2C265C

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

Shades of Paris M #2C265C

Tints of Paris M #2C265C

Color information

#2C265C (or 0x2C265C) is unknown color: approx Paris M. HEX triplet: 2C, 26 and 5C. RGB value is (44,38,92). Sum of RGB (Red+Green+Blue) = 44+38+92=174 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.29% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #2C265C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C265C is #D3D9A3. Grayscale: #2D2D2D. Windows color (decimal): -13883812 or 6039084. OLE color: 6039084.

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

Color convert

RGB443892-
CMYK0.520.5900.64
HSL246.67º41.54%25.49%-
HSV(B)246.67º58.7%36.08%-
XYZ3.662.6910.45-
YUV45.95153.99126.61-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.29%
GREEN value IS 38 (15.23% from 255) = 21.84%
BLUE value IS 92 (36.33% from 255) = 52.87%
R=25.29%
G=21.84%
B=52.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4438920.520.5900.64246.6741.5425.49
Hex2C265C343B040f72a19
Octal5446134647301003675231
Binary1011001001101011100110100111011010000001111011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,38,92); }

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

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

 a { background-color: rgb(44,38,92); }

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

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

 span { border-color: rgb(44,38,92); }

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