Shades of Paris M #2C266C
Tints of Paris M #2C266C
RGB
CMYK
RGB Variations
Color information
#2C266C (or 0x2C266C) is known color: Paris M. HEX triplet: 2C, 26 and 6C. RGB value is (44,38,108). Sum of RGB (Red+Green+Blue) = 44+38+108=190 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.16% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #2C266C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C266C is #D3D993. Grayscale: #2F2F2F. Windows color (decimal): -13883796 or 7087660. OLE color: 7087660.
HSL color Cylindrical-coordinate representation of color #2C266C: hue angle of 245.14º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C266C is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 44 | 38 | 108 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.58 |
| HSL | 245.14º | 0.48% | 0.29% | - |
| HSV(B) | 245.14º | 0.65% | 0.42% | - |
| XYZ | 4.44 | 3 | 14.53 | - |
| YUV | 47.77 | 161.99 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 38 | 108 | 0.59 | 0.65 | 0 | 0.58 | 245.14 | 0.48 | 0.29 |
| Hex | 2C | 26 | 6C | 3B | 41 | 0 | 3A | F5 | 30 | 1D |
| Octal | 54 | 46 | 154 | 73 | 101 | 0 | 72 | 365 | 60 | 35 |
| Binary | 101100 | 100110 | 1101100 | 111011 | 1000001 | 0 | 111010 | 11110101 | 110000 | 11101 |
Color Harmonies of #2C266C
Complementary color
Monochromatic Colors of #2C266C
Black with #2C266C
Text Example
Text Example
White with #2C266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C266C; }
p { color: rgb(44,38,108); }
H1.HeaderClassName
{
color: #2C266C;
}
.AnyTagClassName
{
color: #2C266C;
}
</style>
background-color css
<style>
a { background-color: #2C266C; }
a { background-color: rgb(44,38,108); }
div.DivClassName
{
background-color: #2C266C;
}
.BgClassName
{
background-color: #2C266C;
}
</style>
border-color css
<style>
span { border-color: #2C266C; }
span { border-color: rgb(44,38,108); }
td.TdClassName
{
border-color: #2C266C;
}
.TagClassName
{
border-color: #2C266C;
}
</style>