#2D2469

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

Shades of Paris M #2D2469

Tints of Paris M #2D2469

Color information

#2D2469 (or 0x2D2469) is unknown color: approx Paris M. HEX triplet: 2D, 24 and 69. RGB value is (45,36,105). Sum of RGB (Red+Green+Blue) = 45+36+105=186 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.19% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #2D2469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2469 is #D2DB96. Grayscale: #2E2E2E. Windows color (decimal): -13818775 or 6890541. OLE color: 6890541.

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

Color convert

RGB4536105-
CMYK0.570.6600.59
HSL247.83º48.94%27.65%-
HSV(B)247.83º65.71%41.18%-
XYZ4.262.8413.69-
YUV46.56160.98126.89-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.19%
GREEN value IS 36 (14.45% from 255) = 19.35%
BLUE value IS 105 (41.41% from 255) = 56.45%
R=24.19%
G=19.35%
B=56.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal45361050.570.6600.59247.8348.9427.65
Hex2D2469394203Bf8311c
Octal5544151711020733706134
Binary1011011001001101001111001100001001110111111100011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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