Shades of Paris M #2C256E
Tints of Paris M #2C256E
RGB
CMYK
RGB Variations
Color information
#2C256E (or 0x2C256E) is known color: Paris M. HEX triplet: 2C, 25 and 6E. RGB value is (44,37,110). Sum of RGB (Red+Green+Blue) = 44+37+110=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #2C256E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C256E is #D3DA91. Grayscale: #2F2F2F. Windows color (decimal): -13884050 or 7218476. OLE color: 7218476.
HSL color Cylindrical-coordinate representation of color #2C256E: hue angle of 245.75º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C256E is Cyan = 0.6, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 44 | 37 | 110 | - |
| CMYK | 0.6 | 0.66 | 0 | 0.57 |
| HSL | 245.75º | 0.5% | 0.29% | - |
| HSV(B) | 245.75º | 0.66% | 0.43% | - |
| XYZ | 4.51 | 2.98 | 15.09 | - |
| YUV | 47.42 | 163.32 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 37 | 110 | 0.6 | 0.66 | 0 | 0.57 | 245.75 | 0.5 | 0.29 |
| Hex | 2C | 25 | 6E | 3C | 42 | 0 | 39 | F6 | 32 | 1D |
| Octal | 54 | 45 | 156 | 74 | 102 | 0 | 71 | 366 | 62 | 35 |
| Binary | 101100 | 100101 | 1101110 | 111100 | 1000010 | 0 | 111001 | 11110110 | 110010 | 11101 |
Color Harmonies of #2C256E
Complementary color
Monochromatic Colors of #2C256E
Black with #2C256E
Text Example
Text Example
White with #2C256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C256E; }
p { color: rgb(44,37,110); }
H1.HeaderClassName
{
color: #2C256E;
}
.AnyTagClassName
{
color: #2C256E;
}
</style>
background-color css
<style>
a { background-color: #2C256E; }
a { background-color: rgb(44,37,110); }
div.DivClassName
{
background-color: #2C256E;
}
.BgClassName
{
background-color: #2C256E;
}
</style>
border-color css
<style>
span { border-color: #2C256E; }
span { border-color: rgb(44,37,110); }
td.TdClassName
{
border-color: #2C256E;
}
.TagClassName
{
border-color: #2C256E;
}
</style>