Shades of Matisse #365B7B
Tints of Matisse #365B7B
RGB
CMYK
RGB Variations
Color information
#365B7B (or 0x365B7B) is known color: Matisse. HEX triplet: 36, 5B and 7B. RGB value is (54,91,123). Sum of RGB (Red+Green+Blue) = 54+91+123=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #365B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365B7B is #C9A484. Grayscale: #535353. Windows color (decimal): -13214853 or 8084278. OLE color: 8084278.
HSL color Cylindrical-coordinate representation of color #365B7B: hue angle of 207.83º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #365B7B is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 91 | 123 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.52 |
| HSL | 207.83º | 0.39% | 0.35% | - |
| HSV(B) | 207.83º | 0.56% | 0.48% | - |
| XYZ | 8.84 | 9.7 | 20.14 | - |
| YUV | 83.59 | 150.24 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 91 | 123 | 0.56 | 0.26 | 0 | 0.52 | 207.83 | 0.39 | 0.35 |
| Hex | 36 | 5B | 7B | 38 | 1A | 0 | 34 | D0 | 27 | 23 |
| Octal | 66 | 133 | 173 | 70 | 32 | 0 | 64 | 320 | 47 | 43 |
| Binary | 110110 | 1011011 | 1111011 | 111000 | 11010 | 0 | 110100 | 11010000 | 100111 | 100011 |
Color Harmonies of #365B7B
Complementary color
Monochromatic Colors of #365B7B
Black with #365B7B
Text Example
Text Example
White with #365B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365B7B; }
p { color: rgb(54,91,123); }
H1.HeaderClassName
{
color: #365B7B;
}
.AnyTagClassName
{
color: #365B7B;
}
</style>
background-color css
<style>
a { background-color: #365B7B; }
a { background-color: rgb(54,91,123); }
div.DivClassName
{
background-color: #365B7B;
}
.BgClassName
{
background-color: #365B7B;
}
</style>
border-color css
<style>
span { border-color: #365B7B; }
span { border-color: rgb(54,91,123); }
td.TdClassName
{
border-color: #365B7B;
}
.TagClassName
{
border-color: #365B7B;
}
</style>