Shades of Matisse #33607D
Tints of Matisse #33607D
RGB
CMYK
RGB Variations
Color information
#33607D (or 0x33607D) is known color: Matisse. HEX triplet: 33, 60 and 7D. RGB value is (51,96,125). Sum of RGB (Red+Green+Blue) = 51+96+125=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 125 - color contains mainly: blue. Hex color #33607D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33607D is #CC9F82. Grayscale: #555555. Windows color (decimal): -13410179 or 8216627. OLE color: 8216627.
HSL color Cylindrical-coordinate representation of color #33607D: hue angle of 203.51º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33607D is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 96 | 125 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.51 |
| HSL | 203.51º | 0.42% | 0.35% | - |
| HSV(B) | 203.51º | 0.59% | 0.49% | - |
| XYZ | 9.25 | 10.55 | 20.95 | - |
| YUV | 85.85 | 150.09 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 96 | 125 | 0.59 | 0.23 | 0 | 0.51 | 203.51 | 0.42 | 0.35 |
| Hex | 33 | 60 | 7D | 3B | 17 | 0 | 33 | CC | 2A | 23 |
| Octal | 63 | 140 | 175 | 73 | 27 | 0 | 63 | 314 | 52 | 43 |
| Binary | 110011 | 1100000 | 1111101 | 111011 | 10111 | 0 | 110011 | 11001100 | 101010 | 100011 |
Color Harmonies of #33607D
Complementary color
Monochromatic Colors of #33607D
Black with #33607D
Text Example
Text Example
White with #33607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33607D; }
p { color: rgb(51,96,125); }
H1.HeaderClassName
{
color: #33607D;
}
.AnyTagClassName
{
color: #33607D;
}
</style>
background-color css
<style>
a { background-color: #33607D; }
a { background-color: rgb(51,96,125); }
div.DivClassName
{
background-color: #33607D;
}
.BgClassName
{
background-color: #33607D;
}
</style>
border-color css
<style>
span { border-color: #33607D; }
span { border-color: rgb(51,96,125); }
td.TdClassName
{
border-color: #33607D;
}
.TagClassName
{
border-color: #33607D;
}
</style>