#2A226C

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

Shades of Paris M #2A226C

Tints of Paris M #2A226C

Color information

#2A226C (or 0x2A226C) is unknown color: approx Paris M. HEX triplet: 2A, 22 and 6C. RGB value is (42,34,108). Sum of RGB (Red+Green+Blue) = 42+34+108=184 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.83% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 108 (42.58% from 255 or 58.70% from 184); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A226C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A226C is #D5DD93. Grayscale: #2C2C2C. Windows color (decimal): -14015892 or 7086634. OLE color: 7086634.

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

Color convert

RGB4234108-
CMYK0.610.6900.58
HSL246.49º52.11%27.84%-
HSV(B)246.49º68.52%42.35%-
XYZ4.232.7214.49-
YUV44.83163.65125.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.83%
GREEN value IS 34 (13.67% from 255) = 18.48%
BLUE value IS 108 (42.58% from 255) = 58.70%
R=22.83%
G=18.48%
B=58.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal42341080.610.6900.58246.4952.1127.84
Hex2A226C3D4503Af6341c
Octal5242154751050723666434
Binary1010101000101101100111101100010101110101111011011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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