Shades of Paris M #2D266D
Tints of Paris M #2D266D
RGB
CMYK
RGB Variations
Color information
#2D266D (or 0x2D266D) is known color: Paris M. HEX triplet: 2D, 26 and 6D. RGB value is (45,38,109). Sum of RGB (Red+Green+Blue) = 45+38+109=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #2D266D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D266D is #D2D992. Grayscale: #2F2F2F. Windows color (decimal): -13818259 or 7153197. OLE color: 7153197.
HSL color Cylindrical-coordinate representation of color #2D266D: hue angle of 245.92º 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 #2D266D is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 38 | 109 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.57 |
| HSL | 245.92º | 0.48% | 0.29% | - |
| HSV(B) | 245.92º | 0.65% | 0.43% | - |
| XYZ | 4.54 | 3.05 | 14.82 | - |
| YUV | 48.19 | 162.32 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 38 | 109 | 0.59 | 0.65 | 0 | 0.57 | 245.92 | 0.48 | 0.29 |
| Hex | 2D | 26 | 6D | 3B | 41 | 0 | 39 | F6 | 30 | 1D |
| Octal | 55 | 46 | 155 | 73 | 101 | 0 | 71 | 366 | 60 | 35 |
| Binary | 101101 | 100110 | 1101101 | 111011 | 1000001 | 0 | 111001 | 11110110 | 110000 | 11101 |
Color Harmonies of #2D266D
Complementary color
Monochromatic Colors of #2D266D
Black with #2D266D
Text Example
Text Example
White with #2D266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D266D; }
p { color: rgb(45,38,109); }
H1.HeaderClassName
{
color: #2D266D;
}
.AnyTagClassName
{
color: #2D266D;
}
</style>
background-color css
<style>
a { background-color: #2D266D; }
a { background-color: rgb(45,38,109); }
div.DivClassName
{
background-color: #2D266D;
}
.BgClassName
{
background-color: #2D266D;
}
</style>
border-color css
<style>
span { border-color: #2D266D; }
span { border-color: rgb(45,38,109); }
td.TdClassName
{
border-color: #2D266D;
}
.TagClassName
{
border-color: #2D266D;
}
</style>