Shades of Paris M #2D246D
Tints of Paris M #2D246D
RGB
CMYK
RGB Variations
Color information
#2D246D (or 0x2D246D) is known color: Paris M. HEX triplet: 2D, 24 and 6D. RGB value is (45,36,109). Sum of RGB (Red+Green+Blue) = 45+36+109=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 109 (42.97% from 255 or 57.37% from 190); Max value from RGB is 109 - color contains mainly: blue. Hex color #2D246D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D246D is #D2DB92. Grayscale: #2E2E2E. Windows color (decimal): -13818771 or 7152685. OLE color: 7152685.
HSL color Cylindrical-coordinate representation of color #2D246D: hue angle of 247.4º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D246D is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 36 | 109 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.57 |
| HSL | 247.4º | 0.5% | 0.28% | - |
| HSV(B) | 247.4º | 0.67% | 0.43% | - |
| XYZ | 4.47 | 2.92 | 14.8 | - |
| YUV | 47.01 | 162.98 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 36 | 109 | 0.59 | 0.67 | 0 | 0.57 | 247.4 | 0.5 | 0.28 |
| Hex | 2D | 24 | 6D | 3B | 43 | 0 | 39 | F7 | 32 | 1C |
| Octal | 55 | 44 | 155 | 73 | 103 | 0 | 71 | 367 | 62 | 34 |
| Binary | 101101 | 100100 | 1101101 | 111011 | 1000011 | 0 | 111001 | 11110111 | 110010 | 11100 |
Color Harmonies of #2D246D
Complementary color
Monochromatic Colors of #2D246D
Black with #2D246D
Text Example
Text Example
White with #2D246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D246D; }
p { color: rgb(45,36,109); }
H1.HeaderClassName
{
color: #2D246D;
}
.AnyTagClassName
{
color: #2D246D;
}
</style>
background-color css
<style>
a { background-color: #2D246D; }
a { background-color: rgb(45,36,109); }
div.DivClassName
{
background-color: #2D246D;
}
.BgClassName
{
background-color: #2D246D;
}
</style>
border-color css
<style>
span { border-color: #2D246D; }
span { border-color: rgb(45,36,109); }
td.TdClassName
{
border-color: #2D246D;
}
.TagClassName
{
border-color: #2D246D;
}
</style>