Shades of Paris M #2C256C
Tints of Paris M #2C256C
RGB
CMYK
RGB Variations
Color information
#2C256C (or 0x2C256C) is known color: Paris M. HEX triplet: 2C, 25 and 6C. RGB value is (44,37,108). Sum of RGB (Red+Green+Blue) = 44+37+108=189 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.28% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #2C256C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C256C is #D3DA93. Grayscale: #2E2E2E. Windows color (decimal): -13884052 or 7087404. OLE color: 7087404.
HSL color Cylindrical-coordinate representation of color #2C256C: hue angle of 245.92º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C256C is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 44 | 37 | 108 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.58 |
| HSL | 245.92º | 0.49% | 0.28% | - |
| HSV(B) | 245.92º | 0.66% | 0.42% | - |
| XYZ | 4.41 | 2.94 | 14.52 | - |
| YUV | 47.19 | 162.32 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 37 | 108 | 0.59 | 0.66 | 0 | 0.58 | 245.92 | 0.49 | 0.28 |
| Hex | 2C | 25 | 6C | 3B | 42 | 0 | 3A | F6 | 31 | 1C |
| Octal | 54 | 45 | 154 | 73 | 102 | 0 | 72 | 366 | 61 | 34 |
| Binary | 101100 | 100101 | 1101100 | 111011 | 1000010 | 0 | 111010 | 11110110 | 110001 | 11100 |
Color Harmonies of #2C256C
Complementary color
Monochromatic Colors of #2C256C
Black with #2C256C
Text Example
Text Example
White with #2C256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C256C; }
p { color: rgb(44,37,108); }
H1.HeaderClassName
{
color: #2C256C;
}
.AnyTagClassName
{
color: #2C256C;
}
</style>
background-color css
<style>
a { background-color: #2C256C; }
a { background-color: rgb(44,37,108); }
div.DivClassName
{
background-color: #2C256C;
}
.BgClassName
{
background-color: #2C256C;
}
</style>
border-color css
<style>
span { border-color: #2C256C; }
span { border-color: rgb(44,37,108); }
td.TdClassName
{
border-color: #2C256C;
}
.TagClassName
{
border-color: #2C256C;
}
</style>