#2D2474

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

Shades of Paris M #2D2474

Tints of Paris M #2D2474

Color information

#2D2474 (or 0x2D2474) is unknown color: approx Paris M. HEX triplet: 2D, 24 and 74. RGB value is (45,36,116). Sum of RGB (Red+Green+Blue) = 45+36+116=197 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.84% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #2D2474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2474 is #D2DB8B. Grayscale: #2F2F2F. Windows color (decimal): -13818764 or 7611437. OLE color: 7611437.

HSL color Cylindrical-coordinate representation of color #2D2474: hue angle of 246.75º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D2474 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4536116-
CMYK0.610.6900.55
HSL246.75º52.63%29.8%-
HSV(B)246.75º68.97%45.49%-
XYZ4.873.0816.86-
YUV47.81166.48126-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.84%
GREEN value IS 36 (14.45% from 255) = 18.27%
BLUE value IS 116 (45.70% from 255) = 58.88%
R=22.84%
G=18.27%
B=58.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal45361160.610.6900.55246.7552.6329.8
Hex2D24743D45037f7351e
Octal5544164751050673676536
Binary1011011001001110100111101100010101101111111011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,36,116); }

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

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

 a { background-color: rgb(45,36,116); }

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

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

 span { border-color: rgb(45,36,116); }

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