Shades of Matisse #305F85
Tints of Matisse #305F85
RGB
CMYK
RGB Variations
Color information
#305F85 (or 0x305F85) is known color: Matisse. HEX triplet: 30, 5F and 85. RGB value is (48,95,133). Sum of RGB (Red+Green+Blue) = 48+95+133=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #305F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305F85 is #CFA07A. Grayscale: #555555. Windows color (decimal): -13607035 or 8740656. OLE color: 8740656.
HSL color Cylindrical-coordinate representation of color #305F85: hue angle of 206.82º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #305F85 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 95 | 133 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.48 |
| HSL | 206.82º | 0.47% | 0.35% | - |
| HSV(B) | 206.82º | 0.64% | 0.52% | - |
| XYZ | 9.54 | 10.51 | 23.72 | - |
| YUV | 85.28 | 154.93 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 95 | 133 | 0.64 | 0.29 | 0 | 0.48 | 206.82 | 0.47 | 0.35 |
| Hex | 30 | 5F | 85 | 40 | 1D | 0 | 30 | CF | 2F | 23 |
| Octal | 60 | 137 | 205 | 100 | 35 | 0 | 60 | 317 | 57 | 43 |
| Binary | 110000 | 1011111 | 10000101 | 1000000 | 11101 | 0 | 110000 | 11001111 | 101111 | 100011 |
Color Harmonies of #305F85
Complementary color
Monochromatic Colors of #305F85
Black with #305F85
Text Example
Text Example
White with #305F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305F85; }
p { color: rgb(48,95,133); }
H1.HeaderClassName
{
color: #305F85;
}
.AnyTagClassName
{
color: #305F85;
}
</style>
background-color css
<style>
a { background-color: #305F85; }
a { background-color: rgb(48,95,133); }
div.DivClassName
{
background-color: #305F85;
}
.BgClassName
{
background-color: #305F85;
}
</style>
border-color css
<style>
span { border-color: #305F85; }
span { border-color: rgb(48,95,133); }
td.TdClassName
{
border-color: #305F85;
}
.TagClassName
{
border-color: #305F85;
}
</style>