#2A236B

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

Shades of Paris M #2A236B

Tints of Paris M #2A236B

Color information

#2A236B (or 0x2A236B) is unknown color: approx Paris M. HEX triplet: 2A, 23 and 6B. RGB value is (42,35,107). Sum of RGB (Red+Green+Blue) = 42+35+107=184 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.83% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 107 (42.19% from 255 or 58.15% from 184); Max value from RGB is 107 - color contains mainly: blue. Hex color #2A236B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A236B is #D5DC94. Grayscale: #2D2D2D. Windows color (decimal): -14015637 or 7021354. OLE color: 7021354.

HSL color Cylindrical-coordinate representation of color #2A236B: hue angle of 245.83º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A236B is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4235107-
CMYK0.610.6700.58
HSL245.83º50.7%27.84%-
HSV(B)245.83º67.29%41.96%-
XYZ4.212.7614.22-
YUV45.3162.82125.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.83%
GREEN value IS 35 (14.06% from 255) = 19.02%
BLUE value IS 107 (42.19% from 255) = 58.15%
R=22.83%
G=19.02%
B=58.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal42351070.610.6700.58245.8350.727.84
Hex2A236B3D4303Af6331c
Octal5243153751030723666334
Binary1010101000111101011111101100001101110101111011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A236B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,35,107); }

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

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

 a { background-color: rgb(42,35,107); }

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

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

 span { border-color: rgb(42,35,107); }

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