Shades of Matisse #3D628B
Tints of Matisse #3D628B
RGB
CMYK
RGB Variations
Color information
#3D628B (or 0x3D628B) is known color: Matisse. HEX triplet: 3D, 62 and 8B. RGB value is (61,98,139). Sum of RGB (Red+Green+Blue) = 61+98+139=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D628B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D628B is #C29D74. Grayscale: #5B5B5B. Windows color (decimal): -12754293 or 9134653. OLE color: 9134653.
HSL color Cylindrical-coordinate representation of color #3D628B: hue angle of 211.54º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D628B is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 98 | 139 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.45 |
| HSL | 211.54º | 0.39% | 0.39% | - |
| HSV(B) | 211.54º | 0.56% | 0.55% | - |
| XYZ | 10.95 | 11.59 | 26.09 | - |
| YUV | 91.61 | 154.74 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 98 | 139 | 0.56 | 0.29 | 0 | 0.45 | 211.54 | 0.39 | 0.39 |
| Hex | 3D | 62 | 8B | 38 | 1D | 0 | 2D | D4 | 27 | 27 |
| Octal | 75 | 142 | 213 | 70 | 35 | 0 | 55 | 324 | 47 | 47 |
| Binary | 111101 | 1100010 | 10001011 | 111000 | 11101 | 0 | 101101 | 11010100 | 100111 | 100111 |
Color Harmonies of #3D628B
Complementary color
Monochromatic Colors of #3D628B
Black with #3D628B
Text Example
Text Example
White with #3D628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D628B; }
p { color: rgb(61,98,139); }
H1.HeaderClassName
{
color: #3D628B;
}
.AnyTagClassName
{
color: #3D628B;
}
</style>
background-color css
<style>
a { background-color: #3D628B; }
a { background-color: rgb(61,98,139); }
div.DivClassName
{
background-color: #3D628B;
}
.BgClassName
{
background-color: #3D628B;
}
</style>
border-color css
<style>
span { border-color: #3D628B; }
span { border-color: rgb(61,98,139); }
td.TdClassName
{
border-color: #3D628B;
}
.TagClassName
{
border-color: #3D628B;
}
</style>