Shades of Paris M #2C276E
Tints of Paris M #2C276E
RGB
CMYK
RGB Variations
Color information
#2C276E (or 0x2C276E) is known color: Paris M. HEX triplet: 2C, 27 and 6E. RGB value is (44,39,110). Sum of RGB (Red+Green+Blue) = 44+39+110=193 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.80% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 110 (43.36% from 255 or 56.99% from 193); Max value from RGB is 110 - color contains mainly: blue. Hex color #2C276E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C276E is #D3D891. Grayscale: #303030. Windows color (decimal): -13883538 or 7218988. OLE color: 7218988.
HSL color Cylindrical-coordinate representation of color #2C276E: hue angle of 244.23º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C276E is Cyan = 0.6, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 44 | 39 | 110 | - |
| CMYK | 0.6 | 0.65 | 0 | 0.57 |
| HSL | 244.23º | 0.48% | 0.29% | - |
| HSV(B) | 244.23º | 0.65% | 0.43% | - |
| XYZ | 4.58 | 3.11 | 15.11 | - |
| YUV | 48.59 | 162.66 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 39 | 110 | 0.6 | 0.65 | 0 | 0.57 | 244.23 | 0.48 | 0.29 |
| Hex | 2C | 27 | 6E | 3C | 41 | 0 | 39 | F4 | 30 | 1D |
| Octal | 54 | 47 | 156 | 74 | 101 | 0 | 71 | 364 | 60 | 35 |
| Binary | 101100 | 100111 | 1101110 | 111100 | 1000001 | 0 | 111001 | 11110100 | 110000 | 11101 |
Color Harmonies of #2C276E
Complementary color
Monochromatic Colors of #2C276E
Black with #2C276E
Text Example
Text Example
White with #2C276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C276E; }
p { color: rgb(44,39,110); }
H1.HeaderClassName
{
color: #2C276E;
}
.AnyTagClassName
{
color: #2C276E;
}
</style>
background-color css
<style>
a { background-color: #2C276E; }
a { background-color: rgb(44,39,110); }
div.DivClassName
{
background-color: #2C276E;
}
.BgClassName
{
background-color: #2C276E;
}
</style>
border-color css
<style>
span { border-color: #2C276E; }
span { border-color: rgb(44,39,110); }
td.TdClassName
{
border-color: #2C276E;
}
.TagClassName
{
border-color: #2C276E;
}
</style>