Shades of Paris M #2F286B
Tints of Paris M #2F286B
RGB
CMYK
RGB Variations
Color information
#2F286B (or 0x2F286B) is known color: Paris M. HEX triplet: 2F, 28 and 6B. RGB value is (47,40,107). Sum of RGB (Red+Green+Blue) = 47+40+107=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 107 (42.19% from 255 or 55.15% from 194); Max value from RGB is 107 - color contains mainly: blue. Hex color #2F286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F286B is #D0D794. Grayscale: #313131. Windows color (decimal): -13686677 or 7022639. OLE color: 7022639.
HSL color Cylindrical-coordinate representation of color #2F286B: hue angle of 246.27º 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 #2F286B is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 40 | 107 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.58 |
| HSL | 246.27º | 0.46% | 0.29% | - |
| HSV(B) | 246.27º | 0.63% | 0.42% | - |
| XYZ | 4.58 | 3.18 | 14.28 | - |
| YUV | 49.73 | 160.32 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 107 | 0.56 | 0.63 | 0 | 0.58 | 246.27 | 0.46 | 0.29 |
| Hex | 2F | 28 | 6B | 38 | 3F | 0 | 3A | F6 | 2E | 1D |
| Octal | 57 | 50 | 153 | 70 | 77 | 0 | 72 | 366 | 56 | 35 |
| Binary | 101111 | 101000 | 1101011 | 111000 | 111111 | 0 | 111010 | 11110110 | 101110 | 11101 |
Color Harmonies of #2F286B
Complementary color
Monochromatic Colors of #2F286B
Black with #2F286B
Text Example
Text Example
White with #2F286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F286B; }
p { color: rgb(47,40,107); }
H1.HeaderClassName
{
color: #2F286B;
}
.AnyTagClassName
{
color: #2F286B;
}
</style>
background-color css
<style>
a { background-color: #2F286B; }
a { background-color: rgb(47,40,107); }
div.DivClassName
{
background-color: #2F286B;
}
.BgClassName
{
background-color: #2F286B;
}
</style>
border-color css
<style>
span { border-color: #2F286B; }
span { border-color: rgb(47,40,107); }
td.TdClassName
{
border-color: #2F286B;
}
.TagClassName
{
border-color: #2F286B;
}
</style>