#2D235D

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

Shades of Paris M #2D235D

Tints of Paris M #2D235D

Color information

#2D235D (or 0x2D235D) is unknown color: approx Paris M. HEX triplet: 2D, 23 and 5D. RGB value is (45,35,93). Sum of RGB (Red+Green+Blue) = 45+35+93=173 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.01% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #2D235D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D235D is #D2DCA2. Grayscale: #2C2C2C. Windows color (decimal): -13819043 or 6103853. OLE color: 6103853.

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

Color convert

RGB453593-
CMYK0.520.6200.64
HSL250.34º45.31%25.1%-
HSV(B)250.34º62.37%36.47%-
XYZ3.662.5510.66-
YUV44.6155.31128.28-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.01%
GREEN value IS 35 (14.06% from 255) = 20.23%
BLUE value IS 93 (36.72% from 255) = 53.76%
R=26.01%
G=20.23%
B=53.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4535930.520.6200.64250.3445.3125.1
Hex2D235D343E040fa2d19
Octal5543135647601003725531
Binary1011011000111011101110100111110010000001111101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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