#2C2262

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

Shades of Paris M #2C2262

Tints of Paris M #2C2262

Color information

#2C2262 (or 0x2C2262) is unknown color: approx Paris M. HEX triplet: 2C, 22 and 62. RGB value is (44,34,98). Sum of RGB (Red+Green+Blue) = 44+34+98=176 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #2C2262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2262 is #D3DD9D. Grayscale: #2C2C2C. Windows color (decimal): -13884830 or 6431276. OLE color: 6431276.

HSL color Cylindrical-coordinate representation of color #2C2262: hue angle of 249.38º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C2262 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB443498-
CMYK0.550.6500.62
HSL249.38º48.48%25.88%-
HSV(B)249.38º65.31%38.43%-
XYZ3.822.5611.85-
YUV44.29158.31127.8-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25%
GREEN value IS 34 (13.67% from 255) = 19.32%
BLUE value IS 98 (38.67% from 255) = 55.68%
R=25%
G=19.32%
B=55.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4434980.550.6500.62249.3848.4825.88
Hex2C2262374103Ef9301a
Octal5442142671010763716032
Binary1011001000101100010110111100000101111101111100111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,34,98); }

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

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

 a { background-color: rgb(44,34,98); }

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

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

 span { border-color: rgb(44,34,98); }

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