Shades of Paris M #2C246F
Tints of Paris M #2C246F
RGB
CMYK
RGB Variations
Color information
#2C246F (or 0x2C246F) is known color: Paris M. HEX triplet: 2C, 24 and 6F. RGB value is (44,36,111). Sum of RGB (Red+Green+Blue) = 44+36+111=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 111 (43.75% from 255 or 58.12% from 191); Max value from RGB is 111 - color contains mainly: blue. Hex color #2C246F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C246F is #D3DB90. Grayscale: #2E2E2E. Windows color (decimal): -13884305 or 7283756. OLE color: 7283756.
HSL color Cylindrical-coordinate representation of color #2C246F: hue angle of 246.4º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C246F is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 36 | 111 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.56 |
| HSL | 246.4º | 0.51% | 0.29% | - |
| HSV(B) | 246.4º | 0.68% | 0.44% | - |
| XYZ | 4.54 | 2.94 | 15.37 | - |
| YUV | 46.94 | 164.15 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 36 | 111 | 0.60 | 0.68 | 0 | 0.56 | 246.4 | 0.51 | 0.29 |
| Hex | 2C | 24 | 6F | 3C | 44 | 0 | 38 | F6 | 33 | 1D |
| Octal | 54 | 44 | 157 | 74 | 104 | 0 | 70 | 366 | 63 | 35 |
| Binary | 101100 | 100100 | 1101111 | 111100 | 1000100 | 0 | 111000 | 11110110 | 110011 | 11101 |
Color Harmonies of #2C246F
Complementary color
Monochromatic Colors of #2C246F
Black with #2C246F
Text Example
Text Example
White with #2C246F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C246F; }
p { color: rgb(44,36,111); }
H1.HeaderClassName
{
color: #2C246F;
}
.AnyTagClassName
{
color: #2C246F;
}
</style>
background-color css
<style>
a { background-color: #2C246F; }
a { background-color: rgb(44,36,111); }
div.DivClassName
{
background-color: #2C246F;
}
.BgClassName
{
background-color: #2C246F;
}
</style>
border-color css
<style>
span { border-color: #2C246F; }
span { border-color: rgb(44,36,111); }
td.TdClassName
{
border-color: #2C246F;
}
.TagClassName
{
border-color: #2C246F;
}
</style>