Shades of Matisse #336381
Tints of Matisse #336381
RGB
CMYK
RGB Variations
Color information
#336381 (or 0x336381) is known color: Matisse. HEX triplet: 33, 63 and 81. RGB value is (51,99,129). Sum of RGB (Red+Green+Blue) = 51+99+129=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 129 - color contains mainly: blue. Hex color #336381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336381 is #CC9C7E. Grayscale: #575757. Windows color (decimal): -13409407 or 8479539. OLE color: 8479539.
HSL color Cylindrical-coordinate representation of color #336381: hue angle of 203.08º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #336381 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 99 | 129 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.49 |
| HSL | 203.08º | 0.43% | 0.35% | - |
| HSV(B) | 203.08º | 0.6% | 0.51% | - |
| XYZ | 9.79 | 11.21 | 22.42 | - |
| YUV | 88.07 | 151.1 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 99 | 129 | 0.60 | 0.23 | 0 | 0.49 | 203.08 | 0.43 | 0.35 |
| Hex | 33 | 63 | 81 | 3C | 17 | 0 | 31 | CB | 2B | 23 |
| Octal | 63 | 143 | 201 | 74 | 27 | 0 | 61 | 313 | 53 | 43 |
| Binary | 110011 | 1100011 | 10000001 | 111100 | 10111 | 0 | 110001 | 11001011 | 101011 | 100011 |
Color Harmonies of #336381
Complementary color
Monochromatic Colors of #336381
Black with #336381
Text Example
Text Example
White with #336381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336381; }
p { color: rgb(51,99,129); }
H1.HeaderClassName
{
color: #336381;
}
.AnyTagClassName
{
color: #336381;
}
</style>
background-color css
<style>
a { background-color: #336381; }
a { background-color: rgb(51,99,129); }
div.DivClassName
{
background-color: #336381;
}
.BgClassName
{
background-color: #336381;
}
</style>
border-color css
<style>
span { border-color: #336381; }
span { border-color: rgb(51,99,129); }
td.TdClassName
{
border-color: #336381;
}
.TagClassName
{
border-color: #336381;
}
</style>