#2D295D

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

Shades of Paris M #2D295D

Tints of Paris M #2D295D

Color information

#2D295D (or 0x2D295D) is unknown color: approx Paris M. HEX triplet: 2D, 29 and 5D. RGB value is (45,41,93). Sum of RGB (Red+Green+Blue) = 45+41+93=179 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.14% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #2D295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D295D is #D2D6A2. Grayscale: #2F2F2F. Windows color (decimal): -13817507 or 6105389. OLE color: 6105389.

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

Color convert

RGB454193-
CMYK0.520.5600.64
HSL244.62º38.81%26.27%-
HSV(B)244.62º55.91%36.47%-
XYZ3.852.9310.72-
YUV48.12153.33125.77-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.14%
GREEN value IS 41 (16.41% from 255) = 22.91%
BLUE value IS 93 (36.72% from 255) = 51.96%
R=25.14%
G=22.91%
B=51.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4541930.520.5600.64244.6238.8126.27
Hex2D295D3438040f5271a
Octal5551135647001003654732
Binary1011011010011011101110100111000010000001111010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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