Shades of Matisse #30647F
Tints of Matisse #30647F
RGB
CMYK
RGB Variations
Color information
#30647F (or 0x30647F) is known color: Matisse. HEX triplet: 30, 64 and 7F. RGB value is (48,100,127). Sum of RGB (Red+Green+Blue) = 48+100+127=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #30647F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30647F is #CF9B80. Grayscale: #575757. Windows color (decimal): -13605761 or 8348720. OLE color: 8348720.
HSL color Cylindrical-coordinate representation of color #30647F: hue angle of 200.51º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30647F is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 100 | 127 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.50 |
| HSL | 200.51º | 0.45% | 0.34% | - |
| HSV(B) | 200.51º | 0.62% | 0.5% | - |
| XYZ | 9.61 | 11.28 | 21.75 | - |
| YUV | 87.53 | 150.27 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 100 | 127 | 0.62 | 0.21 | 0 | 0.50 | 200.51 | 0.45 | 0.34 |
| Hex | 30 | 64 | 7F | 3E | 15 | 0 | 32 | C9 | 2D | 22 |
| Octal | 60 | 144 | 177 | 76 | 25 | 0 | 62 | 311 | 55 | 42 |
| Binary | 110000 | 1100100 | 1111111 | 111110 | 10101 | 0 | 110010 | 11001001 | 101101 | 100010 |
Color Harmonies of #30647F
Complementary color
Monochromatic Colors of #30647F
Black with #30647F
Text Example
Text Example
White with #30647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30647F; }
p { color: rgb(48,100,127); }
H1.HeaderClassName
{
color: #30647F;
}
.AnyTagClassName
{
color: #30647F;
}
</style>
background-color css
<style>
a { background-color: #30647F; }
a { background-color: rgb(48,100,127); }
div.DivClassName
{
background-color: #30647F;
}
.BgClassName
{
background-color: #30647F;
}
</style>
border-color css
<style>
span { border-color: #30647F; }
span { border-color: rgb(48,100,127); }
td.TdClassName
{
border-color: #30647F;
}
.TagClassName
{
border-color: #30647F;
}
</style>