Shades of Paris M #2D236C
Tints of Paris M #2D236C
RGB
CMYK
RGB Variations
Color information
#2D236C (or 0x2D236C) is known color: Paris M. HEX triplet: 2D, 23 and 6C. RGB value is (45,35,108). Sum of RGB (Red+Green+Blue) = 45+35+108=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 108 (42.58% from 255 or 57.45% from 188); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D236C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D236C is #D2DC93. Grayscale: #2E2E2E. Windows color (decimal): -13819028 or 7086893. OLE color: 7086893.
HSL color Cylindrical-coordinate representation of color #2D236C: hue angle of 248.22º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D236C is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 35 | 108 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.58 |
| HSL | 248.22º | 0.51% | 0.28% | - |
| HSV(B) | 248.22º | 0.68% | 0.42% | - |
| XYZ | 4.39 | 2.84 | 14.5 | - |
| YUV | 46.31 | 162.81 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 108 | 0.58 | 0.68 | 0 | 0.58 | 248.22 | 0.51 | 0.28 |
| Hex | 2D | 23 | 6C | 3A | 44 | 0 | 3A | F8 | 33 | 1C |
| Octal | 55 | 43 | 154 | 72 | 104 | 0 | 72 | 370 | 63 | 34 |
| Binary | 101101 | 100011 | 1101100 | 111010 | 1000100 | 0 | 111010 | 11111000 | 110011 | 11100 |
Color Harmonies of #2D236C
Complementary color
Monochromatic Colors of #2D236C
Black with #2D236C
Text Example
Text Example
White with #2D236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D236C; }
p { color: rgb(45,35,108); }
H1.HeaderClassName
{
color: #2D236C;
}
.AnyTagClassName
{
color: #2D236C;
}
</style>
background-color css
<style>
a { background-color: #2D236C; }
a { background-color: rgb(45,35,108); }
div.DivClassName
{
background-color: #2D236C;
}
.BgClassName
{
background-color: #2D236C;
}
</style>
border-color css
<style>
span { border-color: #2D236C; }
span { border-color: rgb(45,35,108); }
td.TdClassName
{
border-color: #2D236C;
}
.TagClassName
{
border-color: #2D236C;
}
</style>