Shades of Matisse #305C83
Tints of Matisse #305C83
RGB
CMYK
RGB Variations
Color information
#305C83 (or 0x305C83) is known color: Matisse. HEX triplet: 30, 5C and 83. RGB value is (48,92,131). Sum of RGB (Red+Green+Blue) = 48+92+131=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #305C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305C83 is #CFA37C. Grayscale: #535353. Windows color (decimal): -13607805 or 8608816. OLE color: 8608816.
HSL color Cylindrical-coordinate representation of color #305C83: hue angle of 208.19º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #305C83 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 92 | 131 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.49 |
| HSL | 208.19º | 0.46% | 0.35% | - |
| HSV(B) | 208.19º | 0.63% | 0.51% | - |
| XYZ | 9.14 | 9.92 | 22.91 | - |
| YUV | 83.29 | 154.92 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 131 | 0.63 | 0.30 | 0 | 0.49 | 208.19 | 0.46 | 0.35 |
| Hex | 30 | 5C | 83 | 3F | 1E | 0 | 31 | D0 | 2E | 23 |
| Octal | 60 | 134 | 203 | 77 | 36 | 0 | 61 | 320 | 56 | 43 |
| Binary | 110000 | 1011100 | 10000011 | 111111 | 11110 | 0 | 110001 | 11010000 | 101110 | 100011 |
Color Harmonies of #305C83
Complementary color
Monochromatic Colors of #305C83
Black with #305C83
Text Example
Text Example
White with #305C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305C83; }
p { color: rgb(48,92,131); }
H1.HeaderClassName
{
color: #305C83;
}
.AnyTagClassName
{
color: #305C83;
}
</style>
background-color css
<style>
a { background-color: #305C83; }
a { background-color: rgb(48,92,131); }
div.DivClassName
{
background-color: #305C83;
}
.BgClassName
{
background-color: #305C83;
}
</style>
border-color css
<style>
span { border-color: #305C83; }
span { border-color: rgb(48,92,131); }
td.TdClassName
{
border-color: #305C83;
}
.TagClassName
{
border-color: #305C83;
}
</style>