Shades of Paris M #2D235E
Tints of Paris M #2D235E
RGB
CMYK
RGB Variations
Color information
#2D235E (or 0x2D235E) is known color: Paris M. HEX triplet: 2D, 23 and 5E. RGB value is (45,35,94). Sum of RGB (Red+Green+Blue) = 45+35+94=174 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.86% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 94 (37.11% from 255 or 54.02% from 174); Max value from RGB is 94 - color contains mainly: blue. Hex color #2D235E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D235E is #D2DCA1. Grayscale: #2C2C2C. Windows color (decimal): -13819042 or 6169389. OLE color: 6169389.
HSL color Cylindrical-coordinate representation of color #2D235E: hue angle of 250.17º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D235E is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 45 | 35 | 94 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.63 |
| HSL | 250.17º | 0.46% | 0.25% | - |
| HSV(B) | 250.17º | 0.63% | 0.37% | - |
| XYZ | 3.7 | 2.57 | 10.89 | - |
| YUV | 44.72 | 155.81 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 94 | 0.52 | 0.63 | 0 | 0.63 | 250.17 | 0.46 | 0.25 |
| Hex | 2D | 23 | 5E | 34 | 3F | 0 | 3F | FA | 2E | 19 |
| Octal | 55 | 43 | 136 | 64 | 77 | 0 | 77 | 372 | 56 | 31 |
| Binary | 101101 | 100011 | 1011110 | 110100 | 111111 | 0 | 111111 | 11111010 | 101110 | 11001 |
Color Harmonies of #2D235E
Complementary color
Monochromatic Colors of #2D235E
Black with #2D235E
Text Example
Text Example
White with #2D235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D235E; }
p { color: rgb(45,35,94); }
H1.HeaderClassName
{
color: #2D235E;
}
.AnyTagClassName
{
color: #2D235E;
}
</style>
background-color css
<style>
a { background-color: #2D235E; }
a { background-color: rgb(45,35,94); }
div.DivClassName
{
background-color: #2D235E;
}
.BgClassName
{
background-color: #2D235E;
}
</style>
border-color css
<style>
span { border-color: #2D235E; }
span { border-color: rgb(45,35,94); }
td.TdClassName
{
border-color: #2D235E;
}
.TagClassName
{
border-color: #2D235E;
}
</style>