Shades of Paris M #2D266E
Tints of Paris M #2D266E
RGB
CMYK
RGB Variations
Color information
#2D266E (or 0x2D266E) is known color: Paris M. HEX triplet: 2D, 26 and 6E. RGB value is (45,38,110). Sum of RGB (Red+Green+Blue) = 45+38+110=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 110 (43.36% from 255 or 56.99% from 193); Max value from RGB is 110 - color contains mainly: blue. Hex color #2D266E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D266E is #D2D991. Grayscale: #303030. Windows color (decimal): -13818258 or 7218733. OLE color: 7218733.
HSL color Cylindrical-coordinate representation of color #2D266E: hue angle of 245.83º degrees, saturation: 0.49, 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 #2D266E is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 38 | 110 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.57 |
| HSL | 245.83º | 0.49% | 0.29% | - |
| HSV(B) | 245.83º | 0.65% | 0.43% | - |
| XYZ | 4.59 | 3.07 | 15.1 | - |
| YUV | 48.3 | 162.82 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 38 | 110 | 0.59 | 0.65 | 0 | 0.57 | 245.83 | 0.49 | 0.29 |
| Hex | 2D | 26 | 6E | 3B | 41 | 0 | 39 | F6 | 31 | 1D |
| Octal | 55 | 46 | 156 | 73 | 101 | 0 | 71 | 366 | 61 | 35 |
| Binary | 101101 | 100110 | 1101110 | 111011 | 1000001 | 0 | 111001 | 11110110 | 110001 | 11101 |
Color Harmonies of #2D266E
Complementary color
Monochromatic Colors of #2D266E
Black with #2D266E
Text Example
Text Example
White with #2D266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D266E; }
p { color: rgb(45,38,110); }
H1.HeaderClassName
{
color: #2D266E;
}
.AnyTagClassName
{
color: #2D266E;
}
</style>
background-color css
<style>
a { background-color: #2D266E; }
a { background-color: rgb(45,38,110); }
div.DivClassName
{
background-color: #2D266E;
}
.BgClassName
{
background-color: #2D266E;
}
</style>
border-color css
<style>
span { border-color: #2D266E; }
span { border-color: rgb(45,38,110); }
td.TdClassName
{
border-color: #2D266E;
}
.TagClassName
{
border-color: #2D266E;
}
</style>