Shades of Casal #31535F
Tints of Casal #31535F
RGB
CMYK
RGB Variations
Color information
#31535F (or 0x31535F) is known color: Casal. HEX triplet: 31, 53 and 5F. RGB value is (49,83,95). Sum of RGB (Red+Green+Blue) = 49+83+95=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 95 - color contains mainly: blue. Hex color #31535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31535F is #CEACA0. Grayscale: #4A4A4A. Windows color (decimal): -13544609 or 6247217. OLE color: 6247217.
HSL color Cylindrical-coordinate representation of color #31535F: hue angle of 195.65º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31535F is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 83 | 95 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.63 |
| HSL | 195.65º | 0.32% | 0.28% | - |
| HSV(B) | 195.65º | 0.48% | 0.37% | - |
| XYZ | 6.43 | 7.67 | 11.97 | - |
| YUV | 74.2 | 139.74 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 95 | 0.48 | 0.13 | 0 | 0.63 | 195.65 | 0.32 | 0.28 |
| Hex | 31 | 53 | 5F | 30 | D | 0 | 3F | C4 | 20 | 1C |
| Octal | 61 | 123 | 137 | 60 | 15 | 0 | 77 | 304 | 40 | 34 |
| Binary | 110001 | 1010011 | 1011111 | 110000 | 1101 | 0 | 111111 | 11000100 | 100000 | 11100 |
Color Harmonies of #31535F
Complementary color
Monochromatic Colors of #31535F
Black with #31535F
Text Example
Text Example
White with #31535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31535F; }
p { color: rgb(49,83,95); }
H1.HeaderClassName
{
color: #31535F;
}
.AnyTagClassName
{
color: #31535F;
}
</style>
background-color css
<style>
a { background-color: #31535F; }
a { background-color: rgb(49,83,95); }
div.DivClassName
{
background-color: #31535F;
}
.BgClassName
{
background-color: #31535F;
}
</style>
border-color css
<style>
span { border-color: #31535F; }
span { border-color: rgb(49,83,95); }
td.TdClassName
{
border-color: #31535F;
}
.TagClassName
{
border-color: #31535F;
}
</style>