#2D295B

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

Shades of Paris M #2D295B

Tints of Paris M #2D295B

Color information

#2D295B (or 0x2D295B) is unknown color: approx Paris M. HEX triplet: 2D, 29 and 5B. RGB value is (45,41,91). Sum of RGB (Red+Green+Blue) = 45+41+91=177 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.42% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #2D295B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D295B is #D2D6A4. Grayscale: #2F2F2F. Windows color (decimal): -13817509 or 5974317. OLE color: 5974317.

HSL color Cylindrical-coordinate representation of color #2D295B: hue angle of 244.8º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D295B is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB454191-
CMYK0.510.5500.64
HSL244.8º37.88%25.88%-
HSV(B)244.8º54.95%35.69%-
XYZ3.762.910.26-
YUV47.9152.33125.93-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.42%
GREEN value IS 41 (16.41% from 255) = 23.16%
BLUE value IS 91 (35.94% from 255) = 51.41%
R=25.42%
G=23.16%
B=51.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4541910.510.5500.64244.837.8825.88
Hex2D295B3337040f5261a
Octal5551133636701003654632
Binary1011011010011011011110011110111010000001111010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,41,91); }

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

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

 a { background-color: rgb(45,41,91); }

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

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

 span { border-color: rgb(45,41,91); }

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