Shades of Paris M #2C235A
Tints of Paris M #2C235A
RGB
CMYK
RGB Variations
Color information
#2C235A (or 0x2C235A) is known color: Paris M. HEX triplet: 2C, 23 and 5A. RGB value is (44,35,90). Sum of RGB (Red+Green+Blue) = 44+35+90=169 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.04% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #2C235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C235A is #D3DCA5. Grayscale: #2B2B2B. Windows color (decimal): -13884582 or 5907244. OLE color: 5907244.
HSL color Cylindrical-coordinate representation of color #2C235A: hue angle of 249.82º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C235A is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 35 | 90 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.65 |
| HSL | 249.82º | 0.44% | 0.25% | - |
| HSV(B) | 249.82º | 0.61% | 0.35% | - |
| XYZ | 3.49 | 2.48 | 9.97 | - |
| YUV | 43.96 | 153.98 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 35 | 90 | 0.51 | 0.61 | 0 | 0.65 | 249.82 | 0.44 | 0.25 |
| Hex | 2C | 23 | 5A | 33 | 3D | 0 | 41 | FA | 2C | 19 |
| Octal | 54 | 43 | 132 | 63 | 75 | 0 | 101 | 372 | 54 | 31 |
| Binary | 101100 | 100011 | 1011010 | 110011 | 111101 | 0 | 1000001 | 11111010 | 101100 | 11001 |
Color Harmonies of #2C235A
Complementary color
Monochromatic Colors of #2C235A
Black with #2C235A
Text Example
Text Example
White with #2C235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C235A; }
p { color: rgb(44,35,90); }
H1.HeaderClassName
{
color: #2C235A;
}
.AnyTagClassName
{
color: #2C235A;
}
</style>
background-color css
<style>
a { background-color: #2C235A; }
a { background-color: rgb(44,35,90); }
div.DivClassName
{
background-color: #2C235A;
}
.BgClassName
{
background-color: #2C235A;
}
</style>
border-color css
<style>
span { border-color: #2C235A; }
span { border-color: rgb(44,35,90); }
td.TdClassName
{
border-color: #2C235A;
}
.TagClassName
{
border-color: #2C235A;
}
</style>