Shades of Paris M #2C236C
Tints of Paris M #2C236C
RGB
CMYK
RGB Variations
Color information
#2C236C (or 0x2C236C) is known color: Paris M. HEX triplet: 2C, 23 and 6C. RGB value is (44,35,108). Sum of RGB (Red+Green+Blue) = 44+35+108=187 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.53% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #2C236C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C236C is #D3DC93. Grayscale: #2D2D2D. Windows color (decimal): -13884564 or 7086892. OLE color: 7086892.
HSL color Cylindrical-coordinate representation of color #2C236C: hue angle of 247.4º 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 #2C236C is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 44 | 35 | 108 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.58 |
| HSL | 247.4º | 0.51% | 0.28% | - |
| HSV(B) | 247.4º | 0.68% | 0.42% | - |
| XYZ | 4.35 | 2.82 | 14.5 | - |
| YUV | 46.01 | 162.98 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 35 | 108 | 0.59 | 0.68 | 0 | 0.58 | 247.4 | 0.51 | 0.28 |
| Hex | 2C | 23 | 6C | 3B | 44 | 0 | 3A | F7 | 33 | 1C |
| Octal | 54 | 43 | 154 | 73 | 104 | 0 | 72 | 367 | 63 | 34 |
| Binary | 101100 | 100011 | 1101100 | 111011 | 1000100 | 0 | 111010 | 11110111 | 110011 | 11100 |
Color Harmonies of #2C236C
Complementary color
Monochromatic Colors of #2C236C
Black with #2C236C
Text Example
Text Example
White with #2C236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C236C; }
p { color: rgb(44,35,108); }
H1.HeaderClassName
{
color: #2C236C;
}
.AnyTagClassName
{
color: #2C236C;
}
</style>
background-color css
<style>
a { background-color: #2C236C; }
a { background-color: rgb(44,35,108); }
div.DivClassName
{
background-color: #2C236C;
}
.BgClassName
{
background-color: #2C236C;
}
</style>
border-color css
<style>
span { border-color: #2C236C; }
span { border-color: rgb(44,35,108); }
td.TdClassName
{
border-color: #2C236C;
}
.TagClassName
{
border-color: #2C236C;
}
</style>