Shades of Paris M #2F296D
Tints of Paris M #2F296D
RGB
CMYK
RGB Variations
Color information
#2F296D (or 0x2F296D) is known color: Paris M. HEX triplet: 2F, 29 and 6D. RGB value is (47,41,109). Sum of RGB (Red+Green+Blue) = 47+41+109=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F296D is #D0D692. Grayscale: #323232. Windows color (decimal): -13686419 or 7153967. OLE color: 7153967.
HSL color Cylindrical-coordinate representation of color #2F296D: hue angle of 245.29º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F296D is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 47 | 41 | 109 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.57 |
| HSL | 245.29º | 0.45% | 0.29% | - |
| HSV(B) | 245.29º | 0.62% | 0.43% | - |
| XYZ | 4.73 | 3.29 | 14.85 | - |
| YUV | 50.55 | 160.99 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 41 | 109 | 0.57 | 0.62 | 0 | 0.57 | 245.29 | 0.45 | 0.29 |
| Hex | 2F | 29 | 6D | 39 | 3E | 0 | 39 | F5 | 2D | 1D |
| Octal | 57 | 51 | 155 | 71 | 76 | 0 | 71 | 365 | 55 | 35 |
| Binary | 101111 | 101001 | 1101101 | 111001 | 111110 | 0 | 111001 | 11110101 | 101101 | 11101 |
Color Harmonies of #2F296D
Complementary color
Monochromatic Colors of #2F296D
Black with #2F296D
Text Example
Text Example
White with #2F296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F296D; }
p { color: rgb(47,41,109); }
H1.HeaderClassName
{
color: #2F296D;
}
.AnyTagClassName
{
color: #2F296D;
}
</style>
background-color css
<style>
a { background-color: #2F296D; }
a { background-color: rgb(47,41,109); }
div.DivClassName
{
background-color: #2F296D;
}
.BgClassName
{
background-color: #2F296D;
}
</style>
border-color css
<style>
span { border-color: #2F296D; }
span { border-color: rgb(47,41,109); }
td.TdClassName
{
border-color: #2F296D;
}
.TagClassName
{
border-color: #2F296D;
}
</style>