Shades of Casal #315C63
Tints of Casal #315C63
RGB
CMYK
RGB Variations
Color information
#315C63 (or 0x315C63) is known color: Casal. HEX triplet: 31, 5C and 63. RGB value is (49,92,99). Sum of RGB (Red+Green+Blue) = 49+92+99=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #315C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315C63 is #CEA39C. Grayscale: #4F4F4F. Windows color (decimal): -13542301 or 6511665. OLE color: 6511665.
HSL color Cylindrical-coordinate representation of color #315C63: hue angle of 188.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #315C63 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 92 | 99 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.61 |
| HSL | 188.4º | 0.34% | 0.29% | - |
| HSV(B) | 188.4º | 0.51% | 0.39% | - |
| XYZ | 7.35 | 9.21 | 13.19 | - |
| YUV | 79.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 99 | 0.51 | 0.07 | 0 | 0.61 | 188.4 | 0.34 | 0.29 |
| Hex | 31 | 5C | 63 | 33 | 7 | 0 | 3D | BC | 22 | 1D |
| Octal | 61 | 134 | 143 | 63 | 7 | 0 | 75 | 274 | 42 | 35 |
| Binary | 110001 | 1011100 | 1100011 | 110011 | 111 | 0 | 111101 | 10111100 | 100010 | 11101 |
Color Harmonies of #315C63
Complementary color
Monochromatic Colors of #315C63
Black with #315C63
Text Example
Text Example
White with #315C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C63; }
p { color: rgb(49,92,99); }
H1.HeaderClassName
{
color: #315C63;
}
.AnyTagClassName
{
color: #315C63;
}
</style>
background-color css
<style>
a { background-color: #315C63; }
a { background-color: rgb(49,92,99); }
div.DivClassName
{
background-color: #315C63;
}
.BgClassName
{
background-color: #315C63;
}
</style>
border-color css
<style>
span { border-color: #315C63; }
span { border-color: rgb(49,92,99); }
td.TdClassName
{
border-color: #315C63;
}
.TagClassName
{
border-color: #315C63;
}
</style>