Shades of Matisse #415E88
Tints of Matisse #415E88
RGB
CMYK
RGB Variations
Color information
#415E88 (or 0x415E88) is known color: Matisse. HEX triplet: 41, 5E and 88. RGB value is (65,94,136). Sum of RGB (Red+Green+Blue) = 65+94+136=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #415E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415E88 is #BEA177. Grayscale: #595959. Windows color (decimal): -12493176 or 8937025. OLE color: 8937025.
HSL color Cylindrical-coordinate representation of color #415E88: hue angle of 215.49º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #415E88 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 94 | 136 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.47 |
| HSL | 215.49º | 0.35% | 0.39% | - |
| HSV(B) | 215.49º | 0.52% | 0.53% | - |
| XYZ | 10.63 | 10.91 | 24.84 | - |
| YUV | 90.12 | 153.89 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 94 | 136 | 0.52 | 0.31 | 0 | 0.47 | 215.49 | 0.35 | 0.39 |
| Hex | 41 | 5E | 88 | 34 | 1F | 0 | 2F | D7 | 23 | 27 |
| Octal | 101 | 136 | 210 | 64 | 37 | 0 | 57 | 327 | 43 | 47 |
| Binary | 1000001 | 1011110 | 10001000 | 110100 | 11111 | 0 | 101111 | 11010111 | 100011 | 100111 |
Color Harmonies of #415E88
Complementary color
Monochromatic Colors of #415E88
Black with #415E88
Text Example
Text Example
White with #415E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415E88; }
p { color: rgb(65,94,136); }
H1.HeaderClassName
{
color: #415E88;
}
.AnyTagClassName
{
color: #415E88;
}
</style>
background-color css
<style>
a { background-color: #415E88; }
a { background-color: rgb(65,94,136); }
div.DivClassName
{
background-color: #415E88;
}
.BgClassName
{
background-color: #415E88;
}
</style>
border-color css
<style>
span { border-color: #415E88; }
span { border-color: rgb(65,94,136); }
td.TdClassName
{
border-color: #415E88;
}
.TagClassName
{
border-color: #415E88;
}
</style>