Shades of Paris M #2D2369
Tints of Paris M #2D2369
RGB
CMYK
RGB Variations
Color information
#2D2369 (or 0x2D2369) is known color: Paris M. HEX triplet: 2D, 23 and 69. RGB value is (45,35,105). Sum of RGB (Red+Green+Blue) = 45+35+105=185 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.32% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #2D2369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2369 is #D2DC96. Grayscale: #2D2D2D. Windows color (decimal): -13819031 or 6890285. OLE color: 6890285.
HSL color Cylindrical-coordinate representation of color #2D2369: hue angle of 248.57º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D2369 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 35 | 105 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.59 |
| HSL | 248.57º | 0.5% | 0.27% | - |
| HSV(B) | 248.57º | 0.67% | 0.41% | - |
| XYZ | 4.23 | 2.78 | 13.68 | - |
| YUV | 45.97 | 161.31 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 105 | 0.57 | 0.67 | 0 | 0.59 | 248.57 | 0.5 | 0.27 |
| Hex | 2D | 23 | 69 | 39 | 43 | 0 | 3B | F9 | 32 | 1B |
| Octal | 55 | 43 | 151 | 71 | 103 | 0 | 73 | 371 | 62 | 33 |
| Binary | 101101 | 100011 | 1101001 | 111001 | 1000011 | 0 | 111011 | 11111001 | 110010 | 11011 |
Color Harmonies of #2D2369
Complementary color
Monochromatic Colors of #2D2369
Black with #2D2369
Text Example
Text Example
White with #2D2369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2369; }
p { color: rgb(45,35,105); }
H1.HeaderClassName
{
color: #2D2369;
}
.AnyTagClassName
{
color: #2D2369;
}
</style>
background-color css
<style>
a { background-color: #2D2369; }
a { background-color: rgb(45,35,105); }
div.DivClassName
{
background-color: #2D2369;
}
.BgClassName
{
background-color: #2D2369;
}
</style>
border-color css
<style>
span { border-color: #2D2369; }
span { border-color: rgb(45,35,105); }
td.TdClassName
{
border-color: #2D2369;
}
.TagClassName
{
border-color: #2D2369;
}
</style>