Shades of Paris M #2C236B
Tints of Paris M #2C236B
RGB
CMYK
RGB Variations
Color information
#2C236B (or 0x2C236B) is known color: Paris M. HEX triplet: 2C, 23 and 6B. RGB value is (44,35,107). Sum of RGB (Red+Green+Blue) = 44+35+107=186 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.66% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 107 (42.19% from 255 or 57.53% from 186); Max value from RGB is 107 - color contains mainly: blue. Hex color #2C236B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C236B is #D3DC94. Grayscale: #2D2D2D. Windows color (decimal): -13884565 or 7021356. OLE color: 7021356.
HSL color Cylindrical-coordinate representation of color #2C236B: hue angle of 247.5º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C236B is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 44 | 35 | 107 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.58 |
| HSL | 247.5º | 0.51% | 0.28% | - |
| HSV(B) | 247.5º | 0.67% | 0.42% | - |
| XYZ | 4.29 | 2.8 | 14.22 | - |
| YUV | 45.9 | 162.48 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 35 | 107 | 0.59 | 0.67 | 0 | 0.58 | 247.5 | 0.51 | 0.28 |
| Hex | 2C | 23 | 6B | 3B | 43 | 0 | 3A | F8 | 33 | 1C |
| Octal | 54 | 43 | 153 | 73 | 103 | 0 | 72 | 370 | 63 | 34 |
| Binary | 101100 | 100011 | 1101011 | 111011 | 1000011 | 0 | 111010 | 11111000 | 110011 | 11100 |
Color Harmonies of #2C236B
Complementary color
Monochromatic Colors of #2C236B
Black with #2C236B
Text Example
Text Example
White with #2C236B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C236B; }
p { color: rgb(44,35,107); }
H1.HeaderClassName
{
color: #2C236B;
}
.AnyTagClassName
{
color: #2C236B;
}
</style>
background-color css
<style>
a { background-color: #2C236B; }
a { background-color: rgb(44,35,107); }
div.DivClassName
{
background-color: #2C236B;
}
.BgClassName
{
background-color: #2C236B;
}
</style>
border-color css
<style>
span { border-color: #2C236B; }
span { border-color: rgb(44,35,107); }
td.TdClassName
{
border-color: #2C236B;
}
.TagClassName
{
border-color: #2C236B;
}
</style>