#2D2460

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

Shades of Paris M #2D2460

Tints of Paris M #2D2460

Color information

#2D2460 (or 0x2D2460) is unknown color: approx Paris M. HEX triplet: 2D, 24 and 60. RGB value is (45,36,96). Sum of RGB (Red+Green+Blue) = 45+36+96=177 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.42% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #2D2460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2460 is #D2DB9F. Grayscale: #2D2D2D. Windows color (decimal): -13818784 or 6300717. OLE color: 6300717.

HSL color Cylindrical-coordinate representation of color #2D2460: hue angle of 249º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D2460 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB453696-
CMYK0.530.6200.62
HSL249º45.45%25.88%-
HSV(B)249º62.5%37.65%-
XYZ3.822.6611.38-
YUV45.53156.48127.62-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.42%
GREEN value IS 36 (14.45% from 255) = 20.34%
BLUE value IS 96 (37.89% from 255) = 54.24%
R=25.42%
G=20.34%
B=54.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4536960.530.6200.6224945.4525.88
Hex2D2460353E03Ef92d1a
Octal554414065760763715532
Binary101101100100110000011010111111001111101111100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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