Shades of Casal #31555D
Tints of Casal #31555D
RGB
CMYK
RGB Variations
Color information
#31555D (or 0x31555D) is known color: Casal. HEX triplet: 31, 55 and 5D. RGB value is (49,85,93). Sum of RGB (Red+Green+Blue) = 49+85+93=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #31555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31555D is #CEAAA2. Grayscale: #4B4B4B. Windows color (decimal): -13544099 or 6116657. OLE color: 6116657.
HSL color Cylindrical-coordinate representation of color #31555D: hue angle of 190.91º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31555D is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 85 | 93 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.64 |
| HSL | 190.91º | 0.31% | 0.28% | - |
| HSV(B) | 190.91º | 0.47% | 0.36% | - |
| XYZ | 6.49 | 7.94 | 11.55 | - |
| YUV | 75.15 | 138.07 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 93 | 0.47 | 0.09 | 0 | 0.64 | 190.91 | 0.31 | 0.28 |
| Hex | 31 | 55 | 5D | 2F | 9 | 0 | 40 | BF | 1F | 1C |
| Octal | 61 | 125 | 135 | 57 | 11 | 0 | 100 | 277 | 37 | 34 |
| Binary | 110001 | 1010101 | 1011101 | 101111 | 1001 | 0 | 1000000 | 10111111 | 11111 | 11100 |
Color Harmonies of #31555D
Complementary color
Monochromatic Colors of #31555D
Black with #31555D
Text Example
Text Example
White with #31555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31555D; }
p { color: rgb(49,85,93); }
H1.HeaderClassName
{
color: #31555D;
}
.AnyTagClassName
{
color: #31555D;
}
</style>
background-color css
<style>
a { background-color: #31555D; }
a { background-color: rgb(49,85,93); }
div.DivClassName
{
background-color: #31555D;
}
.BgClassName
{
background-color: #31555D;
}
</style>
border-color css
<style>
span { border-color: #31555D; }
span { border-color: rgb(49,85,93); }
td.TdClassName
{
border-color: #31555D;
}
.TagClassName
{
border-color: #31555D;
}
</style>