Shades of Paris M #2F246D
Tints of Paris M #2F246D
RGB
CMYK
RGB Variations
Color information
#2F246D (or 0x2F246D) is known color: Paris M. HEX triplet: 2F, 24 and 6D. RGB value is (47,36,109). Sum of RGB (Red+Green+Blue) = 47+36+109=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F246D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F246D is #D0DB92. Grayscale: #2F2F2F. Windows color (decimal): -13687699 or 7152687. OLE color: 7152687.
HSL color Cylindrical-coordinate representation of color #2F246D: hue angle of 249.04º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F246D is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 47 | 36 | 109 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.57 |
| HSL | 249.04º | 0.5% | 0.28% | - |
| HSV(B) | 249.04º | 0.67% | 0.43% | - |
| XYZ | 4.56 | 2.97 | 14.8 | - |
| YUV | 47.61 | 162.64 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 36 | 109 | 0.57 | 0.67 | 0 | 0.57 | 249.04 | 0.5 | 0.28 |
| Hex | 2F | 24 | 6D | 39 | 43 | 0 | 39 | F9 | 32 | 1C |
| Octal | 57 | 44 | 155 | 71 | 103 | 0 | 71 | 371 | 62 | 34 |
| Binary | 101111 | 100100 | 1101101 | 111001 | 1000011 | 0 | 111001 | 11111001 | 110010 | 11100 |
Color Harmonies of #2F246D
Complementary color
Monochromatic Colors of #2F246D
Black with #2F246D
Text Example
Text Example
White with #2F246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F246D; }
p { color: rgb(47,36,109); }
H1.HeaderClassName
{
color: #2F246D;
}
.AnyTagClassName
{
color: #2F246D;
}
</style>
background-color css
<style>
a { background-color: #2F246D; }
a { background-color: rgb(47,36,109); }
div.DivClassName
{
background-color: #2F246D;
}
.BgClassName
{
background-color: #2F246D;
}
</style>
border-color css
<style>
span { border-color: #2F246D; }
span { border-color: rgb(47,36,109); }
td.TdClassName
{
border-color: #2F246D;
}
.TagClassName
{
border-color: #2F246D;
}
</style>