Shades of Paris M #2D235B
Tints of Paris M #2D235B
RGB
CMYK
RGB Variations
Color information
#2D235B (or 0x2D235B) is known color: Paris M. HEX triplet: 2D, 23 and 5B. RGB value is (45,35,91). Sum of RGB (Red+Green+Blue) = 45+35+91=171 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.32% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #2D235B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D235B is #D2DCA4. Grayscale: #2C2C2C. Windows color (decimal): -13819045 or 5972781. OLE color: 5972781.
HSL color Cylindrical-coordinate representation of color #2D235B: hue angle of 250.71º degrees, saturation: 0.44, 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 #2D235B is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 35 | 91 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.64 |
| HSL | 250.71º | 0.44% | 0.25% | - |
| HSV(B) | 250.71º | 0.62% | 0.36% | - |
| XYZ | 3.57 | 2.52 | 10.19 | - |
| YUV | 44.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 91 | 0.51 | 0.62 | 0 | 0.64 | 250.71 | 0.44 | 0.25 |
| Hex | 2D | 23 | 5B | 33 | 3E | 0 | 40 | FB | 2C | 19 |
| Octal | 55 | 43 | 133 | 63 | 76 | 0 | 100 | 373 | 54 | 31 |
| Binary | 101101 | 100011 | 1011011 | 110011 | 111110 | 0 | 1000000 | 11111011 | 101100 | 11001 |
Color Harmonies of #2D235B
Complementary color
Monochromatic Colors of #2D235B
Black with #2D235B
Text Example
Text Example
White with #2D235B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D235B; }
p { color: rgb(45,35,91); }
H1.HeaderClassName
{
color: #2D235B;
}
.AnyTagClassName
{
color: #2D235B;
}
</style>
background-color css
<style>
a { background-color: #2D235B; }
a { background-color: rgb(45,35,91); }
div.DivClassName
{
background-color: #2D235B;
}
.BgClassName
{
background-color: #2D235B;
}
</style>
border-color css
<style>
span { border-color: #2D235B; }
span { border-color: rgb(45,35,91); }
td.TdClassName
{
border-color: #2D235B;
}
.TagClassName
{
border-color: #2D235B;
}
</style>