Shades of Paris M #2F2668
Tints of Paris M #2F2668
RGB
CMYK
RGB Variations
Color information
#2F2668 (or 0x2F2668) is known color: Paris M. HEX triplet: 2F, 26 and 68. RGB value is (47,38,104). Sum of RGB (Red+Green+Blue) = 47+38+104=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #2F2668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2668 is #D0D997. Grayscale: #2F2F2F. Windows color (decimal): -13687192 or 6825519. OLE color: 6825519.
HSL color Cylindrical-coordinate representation of color #2F2668: hue angle of 248.18º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F2668 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 38 | 104 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.59 |
| HSL | 248.18º | 0.46% | 0.28% | - |
| HSV(B) | 248.18º | 0.63% | 0.41% | - |
| XYZ | 4.36 | 2.99 | 13.44 | - |
| YUV | 48.22 | 159.48 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 38 | 104 | 0.55 | 0.63 | 0 | 0.59 | 248.18 | 0.46 | 0.28 |
| Hex | 2F | 26 | 68 | 37 | 3F | 0 | 3B | F8 | 2E | 1C |
| Octal | 57 | 46 | 150 | 67 | 77 | 0 | 73 | 370 | 56 | 34 |
| Binary | 101111 | 100110 | 1101000 | 110111 | 111111 | 0 | 111011 | 11111000 | 101110 | 11100 |
Color Harmonies of #2F2668
Complementary color
Monochromatic Colors of #2F2668
Black with #2F2668
Text Example
Text Example
White with #2F2668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2668; }
p { color: rgb(47,38,104); }
H1.HeaderClassName
{
color: #2F2668;
}
.AnyTagClassName
{
color: #2F2668;
}
</style>
background-color css
<style>
a { background-color: #2F2668; }
a { background-color: rgb(47,38,104); }
div.DivClassName
{
background-color: #2F2668;
}
.BgClassName
{
background-color: #2F2668;
}
</style>
border-color css
<style>
span { border-color: #2F2668; }
span { border-color: rgb(47,38,104); }
td.TdClassName
{
border-color: #2F2668;
}
.TagClassName
{
border-color: #2F2668;
}
</style>