#2D245B

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

Shades of Paris M #2D245B

Tints of Paris M #2D245B

Color information

#2D245B (or 0x2D245B) is unknown color: approx Paris M. HEX triplet: 2D, 24 and 5B. RGB value is (45,36,91). Sum of RGB (Red+Green+Blue) = 45+36+91=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #2D245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D245B is #D2DBA4. Grayscale: #2C2C2C. Windows color (decimal): -13818789 or 5973037. OLE color: 5973037.

HSL color Cylindrical-coordinate representation of color #2D245B: hue angle of 249.82º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D245B is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB453691-
CMYK0.510.6000.64
HSL249.82º43.31%24.9%-
HSV(B)249.82º60.44%35.69%-
XYZ3.62.5710.2-
YUV44.96153.98128.03-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.16%
GREEN value IS 36 (14.45% from 255) = 20.93%
BLUE value IS 91 (35.94% from 255) = 52.91%
R=26.16%
G=20.93%
B=52.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4536910.510.6000.64249.8243.3124.9
Hex2D245B333C040fa2b19
Octal5544133637401003725331
Binary1011011001001011011110011111100010000001111101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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