Shades of Matisse #30627F
Tints of Matisse #30627F
RGB
CMYK
RGB Variations
Color information
#30627F (or 0x30627F) is known color: Matisse. HEX triplet: 30, 62 and 7F. RGB value is (48,98,127). Sum of RGB (Red+Green+Blue) = 48+98+127=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 127 - color contains mainly: blue. Hex color #30627F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30627F is #CF9D80. Grayscale: #565656. Windows color (decimal): -13606273 or 8348208. OLE color: 8348208.
HSL color Cylindrical-coordinate representation of color #30627F: hue angle of 202.03º 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 #30627F is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 98 | 127 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.50 |
| HSL | 202.03º | 0.45% | 0.34% | - |
| HSV(B) | 202.03º | 0.62% | 0.5% | - |
| XYZ | 9.42 | 10.9 | 21.69 | - |
| YUV | 86.36 | 150.94 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 98 | 127 | 0.62 | 0.23 | 0 | 0.50 | 202.03 | 0.45 | 0.34 |
| Hex | 30 | 62 | 7F | 3E | 17 | 0 | 32 | CA | 2D | 22 |
| Octal | 60 | 142 | 177 | 76 | 27 | 0 | 62 | 312 | 55 | 42 |
| Binary | 110000 | 1100010 | 1111111 | 111110 | 10111 | 0 | 110010 | 11001010 | 101101 | 100010 |
Color Harmonies of #30627F
Complementary color
Monochromatic Colors of #30627F
Black with #30627F
Text Example
Text Example
White with #30627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30627F; }
p { color: rgb(48,98,127); }
H1.HeaderClassName
{
color: #30627F;
}
.AnyTagClassName
{
color: #30627F;
}
</style>
background-color css
<style>
a { background-color: #30627F; }
a { background-color: rgb(48,98,127); }
div.DivClassName
{
background-color: #30627F;
}
.BgClassName
{
background-color: #30627F;
}
</style>
border-color css
<style>
span { border-color: #30627F; }
span { border-color: rgb(48,98,127); }
td.TdClassName
{
border-color: #30627F;
}
.TagClassName
{
border-color: #30627F;
}
</style>