Shades of Paris M #2F286C
Tints of Paris M #2F286C
RGB
CMYK
RGB Variations
Color information
#2F286C (or 0x2F286C) is known color: Paris M. HEX triplet: 2F, 28 and 6C. RGB value is (47,40,108). Sum of RGB (Red+Green+Blue) = 47+40+108=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F286C is #D0D793. Grayscale: #313131. Windows color (decimal): -13686676 or 7088175. OLE color: 7088175.
HSL color Cylindrical-coordinate representation of color #2F286C: hue angle of 246.18º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F286C is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 40 | 108 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.58 |
| HSL | 246.18º | 0.46% | 0.29% | - |
| HSV(B) | 246.18º | 0.63% | 0.42% | - |
| XYZ | 4.64 | 3.2 | 14.56 | - |
| YUV | 49.85 | 160.82 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 108 | 0.56 | 0.63 | 0 | 0.58 | 246.18 | 0.46 | 0.29 |
| Hex | 2F | 28 | 6C | 38 | 3F | 0 | 3A | F6 | 2E | 1D |
| Octal | 57 | 50 | 154 | 70 | 77 | 0 | 72 | 366 | 56 | 35 |
| Binary | 101111 | 101000 | 1101100 | 111000 | 111111 | 0 | 111010 | 11110110 | 101110 | 11101 |
Color Harmonies of #2F286C
Complementary color
Monochromatic Colors of #2F286C
Black with #2F286C
Text Example
Text Example
White with #2F286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F286C; }
p { color: rgb(47,40,108); }
H1.HeaderClassName
{
color: #2F286C;
}
.AnyTagClassName
{
color: #2F286C;
}
</style>
background-color css
<style>
a { background-color: #2F286C; }
a { background-color: rgb(47,40,108); }
div.DivClassName
{
background-color: #2F286C;
}
.BgClassName
{
background-color: #2F286C;
}
</style>
border-color css
<style>
span { border-color: #2F286C; }
span { border-color: rgb(47,40,108); }
td.TdClassName
{
border-color: #2F286C;
}
.TagClassName
{
border-color: #2F286C;
}
</style>