Shades of Matisse #305F7F
Tints of Matisse #305F7F
RGB
CMYK
RGB Variations
Color information
#305F7F (or 0x305F7F) is known color: Matisse. HEX triplet: 30, 5F and 7F. RGB value is (48,95,127). Sum of RGB (Red+Green+Blue) = 48+95+127=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #305F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305F7F is #CFA080. Grayscale: #545454. Windows color (decimal): -13607041 or 8347440. OLE color: 8347440.
HSL color Cylindrical-coordinate representation of color #305F7F: hue angle of 204.3º 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 #305F7F is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 95 | 127 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.50 |
| HSL | 204.3º | 0.45% | 0.34% | - |
| HSV(B) | 204.3º | 0.62% | 0.5% | - |
| XYZ | 9.14 | 10.35 | 21.59 | - |
| YUV | 84.6 | 151.93 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 95 | 127 | 0.62 | 0.25 | 0 | 0.50 | 204.3 | 0.45 | 0.34 |
| Hex | 30 | 5F | 7F | 3E | 19 | 0 | 32 | CC | 2D | 22 |
| Octal | 60 | 137 | 177 | 76 | 31 | 0 | 62 | 314 | 55 | 42 |
| Binary | 110000 | 1011111 | 1111111 | 111110 | 11001 | 0 | 110010 | 11001100 | 101101 | 100010 |
Color Harmonies of #305F7F
Complementary color
Monochromatic Colors of #305F7F
Black with #305F7F
Text Example
Text Example
White with #305F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305F7F; }
p { color: rgb(48,95,127); }
H1.HeaderClassName
{
color: #305F7F;
}
.AnyTagClassName
{
color: #305F7F;
}
</style>
background-color css
<style>
a { background-color: #305F7F; }
a { background-color: rgb(48,95,127); }
div.DivClassName
{
background-color: #305F7F;
}
.BgClassName
{
background-color: #305F7F;
}
</style>
border-color css
<style>
span { border-color: #305F7F; }
span { border-color: rgb(48,95,127); }
td.TdClassName
{
border-color: #305F7F;
}
.TagClassName
{
border-color: #305F7F;
}
</style>