Shades of Paris M #2D256C
Tints of Paris M #2D256C
RGB
CMYK
RGB Variations
Color information
#2D256C (or 0x2D256C) is known color: Paris M. HEX triplet: 2D, 25 and 6C. RGB value is (45,37,108). Sum of RGB (Red+Green+Blue) = 45+37+108=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D256C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D256C is #D2DA93. Grayscale: #2F2F2F. Windows color (decimal): -13818516 or 7087405. OLE color: 7087405.
HSL color Cylindrical-coordinate representation of color #2D256C: hue angle of 246.76º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D256C is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 37 | 108 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.58 |
| HSL | 246.76º | 0.49% | 0.28% | - |
| HSV(B) | 246.76º | 0.66% | 0.42% | - |
| XYZ | 4.45 | 2.96 | 14.52 | - |
| YUV | 47.49 | 162.15 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 108 | 0.58 | 0.66 | 0 | 0.58 | 246.76 | 0.49 | 0.28 |
| Hex | 2D | 25 | 6C | 3A | 42 | 0 | 3A | F7 | 31 | 1C |
| Octal | 55 | 45 | 154 | 72 | 102 | 0 | 72 | 367 | 61 | 34 |
| Binary | 101101 | 100101 | 1101100 | 111010 | 1000010 | 0 | 111010 | 11110111 | 110001 | 11100 |
Color Harmonies of #2D256C
Complementary color
Monochromatic Colors of #2D256C
Black with #2D256C
Text Example
Text Example
White with #2D256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D256C; }
p { color: rgb(45,37,108); }
H1.HeaderClassName
{
color: #2D256C;
}
.AnyTagClassName
{
color: #2D256C;
}
</style>
background-color css
<style>
a { background-color: #2D256C; }
a { background-color: rgb(45,37,108); }
div.DivClassName
{
background-color: #2D256C;
}
.BgClassName
{
background-color: #2D256C;
}
</style>
border-color css
<style>
span { border-color: #2D256C; }
span { border-color: rgb(45,37,108); }
td.TdClassName
{
border-color: #2D256C;
}
.TagClassName
{
border-color: #2D256C;
}
</style>