Shades of Matisse #39608C
Tints of Matisse #39608C
RGB
CMYK
RGB Variations
Color information
#39608C (or 0x39608C) is known color: Matisse. HEX triplet: 39, 60 and 8C. RGB value is (57,96,140). Sum of RGB (Red+Green+Blue) = 57+96+140=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #39608C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39608C is #C69F73. Grayscale: #595959. Windows color (decimal): -13016948 or 9199673. OLE color: 9199673.
HSL color Cylindrical-coordinate representation of color #39608C: hue angle of 211.81º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39608C is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 96 | 140 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.45 |
| HSL | 211.81º | 0.42% | 0.39% | - |
| HSV(B) | 211.81º | 0.59% | 0.55% | - |
| XYZ | 10.6 | 11.13 | 26.4 | - |
| YUV | 89.36 | 156.58 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 96 | 140 | 0.59 | 0.31 | 0 | 0.45 | 211.81 | 0.42 | 0.39 |
| Hex | 39 | 60 | 8C | 3B | 1F | 0 | 2D | D4 | 2A | 27 |
| Octal | 71 | 140 | 214 | 73 | 37 | 0 | 55 | 324 | 52 | 47 |
| Binary | 111001 | 1100000 | 10001100 | 111011 | 11111 | 0 | 101101 | 11010100 | 101010 | 100111 |
Color Harmonies of #39608C
Complementary color
Monochromatic Colors of #39608C
Black with #39608C
Text Example
Text Example
White with #39608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39608C; }
p { color: rgb(57,96,140); }
H1.HeaderClassName
{
color: #39608C;
}
.AnyTagClassName
{
color: #39608C;
}
</style>
background-color css
<style>
a { background-color: #39608C; }
a { background-color: rgb(57,96,140); }
div.DivClassName
{
background-color: #39608C;
}
.BgClassName
{
background-color: #39608C;
}
</style>
border-color css
<style>
span { border-color: #39608C; }
span { border-color: rgb(57,96,140); }
td.TdClassName
{
border-color: #39608C;
}
.TagClassName
{
border-color: #39608C;
}
</style>