Shades of Matisse #30617F
Tints of Matisse #30617F
RGB
CMYK
RGB Variations
Color information
#30617F (or 0x30617F) is known color: Matisse. HEX triplet: 30, 61 and 7F. RGB value is (48,97,127). Sum of RGB (Red+Green+Blue) = 48+97+127=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 127 - color contains mainly: blue. Hex color #30617F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30617F is #CF9E80. Grayscale: #555555. Windows color (decimal): -13606529 or 8347952. OLE color: 8347952.
HSL color Cylindrical-coordinate representation of color #30617F: hue angle of 202.78º 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 #30617F is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 97 | 127 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.50 |
| HSL | 202.78º | 0.45% | 0.34% | - |
| HSV(B) | 202.78º | 0.62% | 0.5% | - |
| XYZ | 9.32 | 10.71 | 21.65 | - |
| YUV | 85.77 | 151.27 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 97 | 127 | 0.62 | 0.24 | 0 | 0.50 | 202.78 | 0.45 | 0.34 |
| Hex | 30 | 61 | 7F | 3E | 18 | 0 | 32 | CB | 2D | 22 |
| Octal | 60 | 141 | 177 | 76 | 30 | 0 | 62 | 313 | 55 | 42 |
| Binary | 110000 | 1100001 | 1111111 | 111110 | 11000 | 0 | 110010 | 11001011 | 101101 | 100010 |
Color Harmonies of #30617F
Complementary color
Monochromatic Colors of #30617F
Black with #30617F
Text Example
Text Example
White with #30617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30617F; }
p { color: rgb(48,97,127); }
H1.HeaderClassName
{
color: #30617F;
}
.AnyTagClassName
{
color: #30617F;
}
</style>
background-color css
<style>
a { background-color: #30617F; }
a { background-color: rgb(48,97,127); }
div.DivClassName
{
background-color: #30617F;
}
.BgClassName
{
background-color: #30617F;
}
</style>
border-color css
<style>
span { border-color: #30617F; }
span { border-color: rgb(48,97,127); }
td.TdClassName
{
border-color: #30617F;
}
.TagClassName
{
border-color: #30617F;
}
</style>