Shades of Matisse #336484
Tints of Matisse #336484
RGB
CMYK
RGB Variations
Color information
#336484 (or 0x336484) is known color: Matisse. HEX triplet: 33, 64 and 84. RGB value is (51,100,132). Sum of RGB (Red+Green+Blue) = 51+100+132=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #336484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336484 is #CC9B7B. Grayscale: #585858. Windows color (decimal): -13409148 or 8676403. OLE color: 8676403.
HSL color Cylindrical-coordinate representation of color #336484: hue angle of 203.7º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #336484 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 100 | 132 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.48 |
| HSL | 203.7º | 0.44% | 0.36% | - |
| HSV(B) | 203.7º | 0.61% | 0.52% | - |
| XYZ | 10.09 | 11.48 | 23.51 | - |
| YUV | 89 | 152.27 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 100 | 132 | 0.61 | 0.24 | 0 | 0.48 | 203.7 | 0.44 | 0.36 |
| Hex | 33 | 64 | 84 | 3D | 18 | 0 | 30 | CC | 2C | 24 |
| Octal | 63 | 144 | 204 | 75 | 30 | 0 | 60 | 314 | 54 | 44 |
| Binary | 110011 | 1100100 | 10000100 | 111101 | 11000 | 0 | 110000 | 11001100 | 101100 | 100100 |
Color Harmonies of #336484
Complementary color
Monochromatic Colors of #336484
Black with #336484
Text Example
Text Example
White with #336484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336484; }
p { color: rgb(51,100,132); }
H1.HeaderClassName
{
color: #336484;
}
.AnyTagClassName
{
color: #336484;
}
</style>
background-color css
<style>
a { background-color: #336484; }
a { background-color: rgb(51,100,132); }
div.DivClassName
{
background-color: #336484;
}
.BgClassName
{
background-color: #336484;
}
</style>
border-color css
<style>
span { border-color: #336484; }
span { border-color: rgb(51,100,132); }
td.TdClassName
{
border-color: #336484;
}
.TagClassName
{
border-color: #336484;
}
</style>