#2A246C

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

Shades of Paris M #2A246C

Tints of Paris M #2A246C

Color information

#2A246C (or 0x2A246C) is unknown color: approx Paris M. HEX triplet: 2A, 24 and 6C. RGB value is (42,36,108). Sum of RGB (Red+Green+Blue) = 42+36+108=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A246C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A246C is #D5DB93. Grayscale: #2D2D2D. Windows color (decimal): -14015380 or 7087146. OLE color: 7087146.

HSL color Cylindrical-coordinate representation of color #2A246C: hue angle of 245º degrees, saturation: 0.5, 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 #2A246C is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4236108-
CMYK0.610.6700.58
HSL245º50%28.24%-
HSV(B)245º66.67%42.35%-
XYZ4.292.8414.51-
YUV46162.99125.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.58%
GREEN value IS 36 (14.45% from 255) = 19.35%
BLUE value IS 108 (42.58% from 255) = 58.06%
R=22.58%
G=19.35%
B=58.06%

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
Decimal42361080.610.6700.582455028.24
Hex2A246C3D4303Af5321c
Octal5244154751030723656234
Binary1010101001001101100111101100001101110101111010111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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