#2A256C

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

Shades of Paris M #2A256C

Tints of Paris M #2A256C

Color information

#2A256C (or 0x2A256C) is unknown color: approx Paris M. HEX triplet: 2A, 25 and 6C. RGB value is (42,37,108). Sum of RGB (Red+Green+Blue) = 42+37+108=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A256C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A256C is #D5DA93. Grayscale: #2E2E2E. Windows color (decimal): -14015124 or 7087402. OLE color: 7087402.

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

Color convert

RGB4237108-
CMYK0.610.6600.58
HSL244.23º48.97%28.43%-
HSV(B)244.23º65.74%42.35%-
XYZ4.322.914.52-
YUV46.59162.66124.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.46%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 108 (42.58% from 255) = 57.75%
R=22.46%
G=19.79%
B=57.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal42371080.610.6600.58244.2348.9728.43
Hex2A256C3D4203Af4311c
Octal5245154751020723646134
Binary1010101001011101100111101100001001110101111010011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A256C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,37,108); }

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

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

 a { background-color: rgb(42,37,108); }

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

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

 span { border-color: rgb(42,37,108); }

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