Shades of Paris M #2C285B
Tints of Paris M #2C285B
RGB
CMYK
RGB Variations
Color information
#2C285B (or 0x2C285B) is known color: Paris M. HEX triplet: 2C, 28 and 5B. RGB value is (44,40,91). Sum of RGB (Red+Green+Blue) = 44+40+91=175 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.14% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #2C285B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C285B is #D3D7A4. Grayscale: #2E2E2E. Windows color (decimal): -13883301 or 5974060. OLE color: 5974060.
HSL color Cylindrical-coordinate representation of color #2C285B: hue angle of 244.71º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C285B is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 40 | 91 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.64 |
| HSL | 244.71º | 0.39% | 0.26% | - |
| HSV(B) | 244.71º | 0.56% | 0.36% | - |
| XYZ | 3.69 | 2.81 | 10.25 | - |
| YUV | 47.01 | 152.83 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 40 | 91 | 0.52 | 0.56 | 0 | 0.64 | 244.71 | 0.39 | 0.26 |
| Hex | 2C | 28 | 5B | 34 | 38 | 0 | 40 | F5 | 27 | 1A |
| Octal | 54 | 50 | 133 | 64 | 70 | 0 | 100 | 365 | 47 | 32 |
| Binary | 101100 | 101000 | 1011011 | 110100 | 111000 | 0 | 1000000 | 11110101 | 100111 | 11010 |
Color Harmonies of #2C285B
Complementary color
Monochromatic Colors of #2C285B
Black with #2C285B
Text Example
Text Example
White with #2C285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C285B; }
p { color: rgb(44,40,91); }
H1.HeaderClassName
{
color: #2C285B;
}
.AnyTagClassName
{
color: #2C285B;
}
</style>
background-color css
<style>
a { background-color: #2C285B; }
a { background-color: rgb(44,40,91); }
div.DivClassName
{
background-color: #2C285B;
}
.BgClassName
{
background-color: #2C285B;
}
</style>
border-color css
<style>
span { border-color: #2C285B; }
span { border-color: rgb(44,40,91); }
td.TdClassName
{
border-color: #2C285B;
}
.TagClassName
{
border-color: #2C285B;
}
</style>