Shades of Paris M #2D295E
Tints of Paris M #2D295E
RGB
CMYK
RGB Variations
Color information
#2D295E (or 0x2D295E) is known color: Paris M. HEX triplet: 2D, 29 and 5E. RGB value is (45,41,94). Sum of RGB (Red+Green+Blue) = 45+41+94=180 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 94 (37.11% from 255 or 52.22% from 180); Max value from RGB is 94 - color contains mainly: blue. Hex color #2D295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D295E is #D2D6A1. Grayscale: #303030. Windows color (decimal): -13817506 or 6170925. OLE color: 6170925.
HSL color Cylindrical-coordinate representation of color #2D295E: hue angle of 244.53º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D295E is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 45 | 41 | 94 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.63 |
| HSL | 244.53º | 0.39% | 0.26% | - |
| HSV(B) | 244.53º | 0.56% | 0.37% | - |
| XYZ | 3.9 | 2.95 | 10.95 | - |
| YUV | 48.24 | 153.83 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 41 | 94 | 0.52 | 0.56 | 0 | 0.63 | 244.53 | 0.39 | 0.26 |
| Hex | 2D | 29 | 5E | 34 | 38 | 0 | 3F | F5 | 27 | 1A |
| Octal | 55 | 51 | 136 | 64 | 70 | 0 | 77 | 365 | 47 | 32 |
| Binary | 101101 | 101001 | 1011110 | 110100 | 111000 | 0 | 111111 | 11110101 | 100111 | 11010 |
Color Harmonies of #2D295E
Complementary color
Monochromatic Colors of #2D295E
Black with #2D295E
Text Example
Text Example
White with #2D295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D295E; }
p { color: rgb(45,41,94); }
H1.HeaderClassName
{
color: #2D295E;
}
.AnyTagClassName
{
color: #2D295E;
}
</style>
background-color css
<style>
a { background-color: #2D295E; }
a { background-color: rgb(45,41,94); }
div.DivClassName
{
background-color: #2D295E;
}
.BgClassName
{
background-color: #2D295E;
}
</style>
border-color css
<style>
span { border-color: #2D295E; }
span { border-color: rgb(45,41,94); }
td.TdClassName
{
border-color: #2D295E;
}
.TagClassName
{
border-color: #2D295E;
}
</style>