Shades of Matisse #2F5C84
Tints of Matisse #2F5C84
RGB
CMYK
RGB Variations
Color information
#2F5C84 (or 0x2F5C84) is known color: Matisse. HEX triplet: 2F, 5C and 84. RGB value is (47,92,132). Sum of RGB (Red+Green+Blue) = 47+92+132=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #2F5C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5C84 is #D0A37B. Grayscale: #525252. Windows color (decimal): -13673340 or 8674351. OLE color: 8674351.
HSL color Cylindrical-coordinate representation of color #2F5C84: hue angle of 208.24º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F5C84 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 92 | 132 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.48 |
| HSL | 208.24º | 0.47% | 0.35% | - |
| HSV(B) | 208.24º | 0.64% | 0.52% | - |
| XYZ | 9.16 | 9.92 | 23.26 | - |
| YUV | 83.11 | 155.59 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 92 | 132 | 0.64 | 0.30 | 0 | 0.48 | 208.24 | 0.47 | 0.35 |
| Hex | 2F | 5C | 84 | 40 | 1E | 0 | 30 | D0 | 2F | 23 |
| Octal | 57 | 134 | 204 | 100 | 36 | 0 | 60 | 320 | 57 | 43 |
| Binary | 101111 | 1011100 | 10000100 | 1000000 | 11110 | 0 | 110000 | 11010000 | 101111 | 100011 |
Color Harmonies of #2F5C84
Complementary color
Monochromatic Colors of #2F5C84
Black with #2F5C84
Text Example
Text Example
White with #2F5C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5C84; }
p { color: rgb(47,92,132); }
H1.HeaderClassName
{
color: #2F5C84;
}
.AnyTagClassName
{
color: #2F5C84;
}
</style>
background-color css
<style>
a { background-color: #2F5C84; }
a { background-color: rgb(47,92,132); }
div.DivClassName
{
background-color: #2F5C84;
}
.BgClassName
{
background-color: #2F5C84;
}
</style>
border-color css
<style>
span { border-color: #2F5C84; }
span { border-color: rgb(47,92,132); }
td.TdClassName
{
border-color: #2F5C84;
}
.TagClassName
{
border-color: #2F5C84;
}
</style>