#2D2470

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

Shades of Paris M #2D2470

Tints of Paris M #2D2470

Color information

#2D2470 (or 0x2D2470) is unknown color: approx Paris M. HEX triplet: 2D, 24 and 70. RGB value is (45,36,112). Sum of RGB (Red+Green+Blue) = 45+36+112=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #2D2470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2470 is #D2DB8F. Grayscale: #2F2F2F. Windows color (decimal): -13818768 or 7349293. OLE color: 7349293.

HSL color Cylindrical-coordinate representation of color #2D2470: hue angle of 247.11º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D2470 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4536112-
CMYK0.600.6800.56
HSL247.11º51.35%29.02%-
HSV(B)247.11º67.86%43.92%-
XYZ4.642.9915.66-
YUV47.36164.48126.32-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.32%
GREEN value IS 36 (14.45% from 255) = 18.65%
BLUE value IS 112 (44.14% from 255) = 58.03%
R=23.32%
G=18.65%
B=58.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45361120.600.6800.56247.1151.3529.02
Hex2D24703C44038f7331d
Octal5544160741040703676335
Binary1011011001001110000111100100010001110001111011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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