Shades of Paris M #2D2374
Tints of Paris M #2D2374
RGB
CMYK
RGB Variations
Color information
#2D2374 (or 0x2D2374) is known color: Paris M. HEX triplet: 2D, 23 and 74. RGB value is (45,35,116). Sum of RGB (Red+Green+Blue) = 45+35+116=196 (25% of max value = 765). Red value is 45 (17.97% from 255 or 22.96% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #2D2374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2374 is #D2DC8B. Grayscale: #2E2E2E. Windows color (decimal): -13819020 or 7611181. OLE color: 7611181.
HSL color Cylindrical-coordinate representation of color #2D2374: hue angle of 247.41º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D2374 is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 35 | 116 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.55 |
| HSL | 247.41º | 0.54% | 0.3% | - |
| HSV(B) | 247.41º | 0.7% | 0.45% | - |
| XYZ | 4.84 | 3.02 | 16.85 | - |
| YUV | 47.22 | 166.81 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 116 | 0.61 | 0.70 | 0 | 0.55 | 247.41 | 0.54 | 0.3 |
| Hex | 2D | 23 | 74 | 3D | 46 | 0 | 37 | F7 | 36 | 1E |
| Octal | 55 | 43 | 164 | 75 | 106 | 0 | 67 | 367 | 66 | 36 |
| Binary | 101101 | 100011 | 1110100 | 111101 | 1000110 | 0 | 110111 | 11110111 | 110110 | 11110 |
Color Harmonies of #2D2374
Complementary color
Monochromatic Colors of #2D2374
Black with #2D2374
Text Example
Text Example
White with #2D2374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2374; }
p { color: rgb(45,35,116); }
H1.HeaderClassName
{
color: #2D2374;
}
.AnyTagClassName
{
color: #2D2374;
}
</style>
background-color css
<style>
a { background-color: #2D2374; }
a { background-color: rgb(45,35,116); }
div.DivClassName
{
background-color: #2D2374;
}
.BgClassName
{
background-color: #2D2374;
}
</style>
border-color css
<style>
span { border-color: #2D2374; }
span { border-color: rgb(45,35,116); }
td.TdClassName
{
border-color: #2D2374;
}
.TagClassName
{
border-color: #2D2374;
}
</style>