Shades of Paris M #2D235D
Tints of Paris M #2D235D
RGB
CMYK
RGB Variations
Color information
#2D235D (or 0x2D235D) is known color: 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
| RGB | 45 | 35 | 93 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.64 |
| HSL | 250.34º | 0.45% | 0.25% | - |
| HSV(B) | 250.34º | 0.62% | 0.36% | - |
| XYZ | 3.66 | 2.55 | 10.66 | - |
| YUV | 44.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 93 | 0.52 | 0.62 | 0 | 0.64 | 250.34 | 0.45 | 0.25 |
| Hex | 2D | 23 | 5D | 34 | 3E | 0 | 40 | FA | 2D | 19 |
| Octal | 55 | 43 | 135 | 64 | 76 | 0 | 100 | 372 | 55 | 31 |
| Binary | 101101 | 100011 | 1011101 | 110100 | 111110 | 0 | 1000000 | 11111010 | 101101 | 11001 |
Color Harmonies of #2D235D
Complementary color
Monochromatic Colors of #2D235D
Black with #2D235D
Text Example
Text Example
White with #2D235D
Text Example
Text Example
HTML Codes & Css Web 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>