#2D265D

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

Shades of Paris M #2D265D

Tints of Paris M #2D265D

Color information

#2D265D (or 0x2D265D) is unknown color: approx Paris M. HEX triplet: 2D, 26 and 5D. RGB value is (45,38,93). Sum of RGB (Red+Green+Blue) = 45+38+93=176 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.57% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #2D265D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D265D is #D2D9A2. Grayscale: #2E2E2E. Windows color (decimal): -13818275 or 6104621. OLE color: 6104621.

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

Color convert

RGB453893-
CMYK0.520.5900.64
HSL247.64º41.98%25.69%-
HSV(B)247.64º59.14%36.47%-
XYZ3.752.7310.69-
YUV46.36154.32127.03-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.57%
GREEN value IS 38 (15.23% from 255) = 21.59%
BLUE value IS 93 (36.72% from 255) = 52.84%
R=25.57%
G=21.59%
B=52.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4538930.520.5900.64247.6441.9825.69
Hex2D265D343B040f82a1a
Octal5546135647301003705232
Binary1011011001101011101110100111011010000001111100010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D265D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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