Shades of Paris M #2F246F
Tints of Paris M #2F246F
RGB
CMYK
RGB Variations
Color information
#2F246F (or 0x2F246F) is known color: Paris M. HEX triplet: 2F, 24 and 6F. RGB value is (47,36,111). Sum of RGB (Red+Green+Blue) = 47+36+111=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 111 (43.75% from 255 or 57.22% from 194); Max value from RGB is 111 - color contains mainly: blue. Hex color #2F246F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F246F is #D0DB90. Grayscale: #2F2F2F. Windows color (decimal): -13687697 or 7283759. OLE color: 7283759.
HSL color Cylindrical-coordinate representation of color #2F246F: hue angle of 248.8º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F246F is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 36 | 111 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.56 |
| HSL | 248.8º | 0.51% | 0.29% | - |
| HSV(B) | 248.8º | 0.68% | 0.44% | - |
| XYZ | 4.67 | 3.01 | 15.37 | - |
| YUV | 47.84 | 163.64 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 36 | 111 | 0.58 | 0.68 | 0 | 0.56 | 248.8 | 0.51 | 0.29 |
| Hex | 2F | 24 | 6F | 3A | 44 | 0 | 38 | F9 | 33 | 1D |
| Octal | 57 | 44 | 157 | 72 | 104 | 0 | 70 | 371 | 63 | 35 |
| Binary | 101111 | 100100 | 1101111 | 111010 | 1000100 | 0 | 111000 | 11111001 | 110011 | 11101 |
Color Harmonies of #2F246F
Complementary color
Monochromatic Colors of #2F246F
Black with #2F246F
Text Example
Text Example
White with #2F246F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F246F; }
p { color: rgb(47,36,111); }
H1.HeaderClassName
{
color: #2F246F;
}
.AnyTagClassName
{
color: #2F246F;
}
</style>
background-color css
<style>
a { background-color: #2F246F; }
a { background-color: rgb(47,36,111); }
div.DivClassName
{
background-color: #2F246F;
}
.BgClassName
{
background-color: #2F246F;
}
</style>
border-color css
<style>
span { border-color: #2F246F; }
span { border-color: rgb(47,36,111); }
td.TdClassName
{
border-color: #2F246F;
}
.TagClassName
{
border-color: #2F246F;
}
</style>