Shades of Paris M #2F245B
Tints of Paris M #2F245B
RGB
CMYK
RGB Variations
Color information
#2F245B (or 0x2F245B) is known color: Paris M. HEX triplet: 2F, 24 and 5B. RGB value is (47,36,91). Sum of RGB (Red+Green+Blue) = 47+36+91=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #2F245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F245B is #D0DBA4. Grayscale: #2D2D2D. Windows color (decimal): -13687717 or 5973039. OLE color: 5973039.
HSL color Cylindrical-coordinate representation of color #2F245B: hue angle of 252º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F245B is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 36 | 91 | - |
| CMYK | 0.48 | 0.60 | 0 | 0.64 |
| HSL | 252º | 0.43% | 0.25% | - |
| HSV(B) | 252º | 0.6% | 0.36% | - |
| XYZ | 3.69 | 2.62 | 10.21 | - |
| YUV | 45.56 | 153.64 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 36 | 91 | 0.48 | 0.60 | 0 | 0.64 | 252 | 0.43 | 0.25 |
| Hex | 2F | 24 | 5B | 30 | 3C | 0 | 40 | FC | 2B | 19 |
| Octal | 57 | 44 | 133 | 60 | 74 | 0 | 100 | 374 | 53 | 31 |
| Binary | 101111 | 100100 | 1011011 | 110000 | 111100 | 0 | 1000000 | 11111100 | 101011 | 11001 |
Color Harmonies of #2F245B
Complementary color
Monochromatic Colors of #2F245B
Black with #2F245B
Text Example
Text Example
White with #2F245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F245B; }
p { color: rgb(47,36,91); }
H1.HeaderClassName
{
color: #2F245B;
}
.AnyTagClassName
{
color: #2F245B;
}
</style>
background-color css
<style>
a { background-color: #2F245B; }
a { background-color: rgb(47,36,91); }
div.DivClassName
{
background-color: #2F245B;
}
.BgClassName
{
background-color: #2F245B;
}
</style>
border-color css
<style>
span { border-color: #2F245B; }
span { border-color: rgb(47,36,91); }
td.TdClassName
{
border-color: #2F245B;
}
.TagClassName
{
border-color: #2F245B;
}
</style>