Shades of Paris M #2C2368
Tints of Paris M #2C2368
RGB
CMYK
RGB Variations
Color information
#2C2368 (or 0x2C2368) is known color: Paris M. HEX triplet: 2C, 23 and 68. RGB value is (44,35,104). Sum of RGB (Red+Green+Blue) = 44+35+104=183 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.04% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #2C2368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2368 is #D3DC97. Grayscale: #2D2D2D. Windows color (decimal): -13884568 or 6824748. OLE color: 6824748.
HSL color Cylindrical-coordinate representation of color #2C2368: hue angle of 247.83º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C2368 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 35 | 104 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.59 |
| HSL | 247.83º | 0.5% | 0.27% | - |
| HSV(B) | 247.83º | 0.66% | 0.41% | - |
| XYZ | 4.14 | 2.74 | 13.41 | - |
| YUV | 45.56 | 160.98 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 35 | 104 | 0.58 | 0.66 | 0 | 0.59 | 247.83 | 0.5 | 0.27 |
| Hex | 2C | 23 | 68 | 3A | 42 | 0 | 3B | F8 | 32 | 1B |
| Octal | 54 | 43 | 150 | 72 | 102 | 0 | 73 | 370 | 62 | 33 |
| Binary | 101100 | 100011 | 1101000 | 111010 | 1000010 | 0 | 111011 | 11111000 | 110010 | 11011 |
Color Harmonies of #2C2368
Complementary color
Monochromatic Colors of #2C2368
Black with #2C2368
Text Example
Text Example
White with #2C2368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2368; }
p { color: rgb(44,35,104); }
H1.HeaderClassName
{
color: #2C2368;
}
.AnyTagClassName
{
color: #2C2368;
}
</style>
background-color css
<style>
a { background-color: #2C2368; }
a { background-color: rgb(44,35,104); }
div.DivClassName
{
background-color: #2C2368;
}
.BgClassName
{
background-color: #2C2368;
}
</style>
border-color css
<style>
span { border-color: #2C2368; }
span { border-color: rgb(44,35,104); }
td.TdClassName
{
border-color: #2C2368;
}
.TagClassName
{
border-color: #2C2368;
}
</style>