#2A235C

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

Shades of Paris M #2A235C

Tints of Paris M #2A235C

Color information

#2A235C (or 0x2A235C) is unknown color: approx Paris M. HEX triplet: 2A, 23 and 5C. RGB value is (42,35,92). Sum of RGB (Red+Green+Blue) = 42+35+92=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #2A235C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A235C is #D5DCA3. Grayscale: #2B2B2B. Windows color (decimal): -14015652 or 6038314. OLE color: 6038314.

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

Color convert

RGB423592-
CMYK0.540.6200.64
HSL247.37º44.88%24.9%-
HSV(B)247.37º61.96%36.08%-
XYZ3.492.4710.42-
YUV43.59155.32126.87-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.85%
GREEN value IS 35 (14.06% from 255) = 20.71%
BLUE value IS 92 (36.33% from 255) = 54.44%
R=24.85%
G=20.71%
B=54.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4235920.540.6200.64247.3744.8824.9
Hex2A235C363E040f72d19
Octal5243134667601003675531
Binary1010101000111011100110110111110010000001111011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A235C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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