Shades of Paris M #2D2268
Tints of Paris M #2D2268
RGB
CMYK
RGB Variations
Color information
#2D2268 (or 0x2D2268) is known color: Paris M. HEX triplet: 2D, 22 and 68. RGB value is (45,34,104). Sum of RGB (Red+Green+Blue) = 45+34+104=183 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.59% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #2D2268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2268 is #D2DD97. Grayscale: #2D2D2D. Windows color (decimal): -13819288 or 6824493. OLE color: 6824493.
HSL color Cylindrical-coordinate representation of color #2D2268: hue angle of 249.43º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D2268 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 34 | 104 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.59 |
| HSL | 249.43º | 0.51% | 0.27% | - |
| HSV(B) | 249.43º | 0.67% | 0.41% | - |
| XYZ | 4.15 | 2.7 | 13.4 | - |
| YUV | 45.27 | 161.14 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 34 | 104 | 0.57 | 0.67 | 0 | 0.59 | 249.43 | 0.51 | 0.27 |
| Hex | 2D | 22 | 68 | 39 | 43 | 0 | 3B | F9 | 33 | 1B |
| Octal | 55 | 42 | 150 | 71 | 103 | 0 | 73 | 371 | 63 | 33 |
| Binary | 101101 | 100010 | 1101000 | 111001 | 1000011 | 0 | 111011 | 11111001 | 110011 | 11011 |
Color Harmonies of #2D2268
Complementary color
Monochromatic Colors of #2D2268
Black with #2D2268
Text Example
Text Example
White with #2D2268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2268; }
p { color: rgb(45,34,104); }
H1.HeaderClassName
{
color: #2D2268;
}
.AnyTagClassName
{
color: #2D2268;
}
</style>
background-color css
<style>
a { background-color: #2D2268; }
a { background-color: rgb(45,34,104); }
div.DivClassName
{
background-color: #2D2268;
}
.BgClassName
{
background-color: #2D2268;
}
</style>
border-color css
<style>
span { border-color: #2D2268; }
span { border-color: rgb(45,34,104); }
td.TdClassName
{
border-color: #2D2268;
}
.TagClassName
{
border-color: #2D2268;
}
</style>