Shades of Casal #31535B
Tints of Casal #31535B
RGB
CMYK
RGB Variations
Color information
#31535B (or 0x31535B) is known color: Casal. HEX triplet: 31, 53 and 5B. RGB value is (49,83,91). Sum of RGB (Red+Green+Blue) = 49+83+91=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 91 - color contains mainly: blue. Hex color #31535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31535B is #CEACA4. Grayscale: #494949. Windows color (decimal): -13544613 or 5985073. OLE color: 5985073.
HSL color Cylindrical-coordinate representation of color #31535B: hue angle of 191.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31535B is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 83 | 91 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.64 |
| HSL | 191.43º | 0.3% | 0.27% | - |
| HSV(B) | 191.43º | 0.46% | 0.36% | - |
| XYZ | 6.25 | 7.59 | 11.03 | - |
| YUV | 73.75 | 137.74 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 91 | 0.46 | 0.09 | 0 | 0.64 | 191.43 | 0.3 | 0.27 |
| Hex | 31 | 53 | 5B | 2E | 9 | 0 | 40 | BF | 1E | 1B |
| Octal | 61 | 123 | 133 | 56 | 11 | 0 | 100 | 277 | 36 | 33 |
| Binary | 110001 | 1010011 | 1011011 | 101110 | 1001 | 0 | 1000000 | 10111111 | 11110 | 11011 |
Color Harmonies of #31535B
Complementary color
Monochromatic Colors of #31535B
Black with #31535B
Text Example
Text Example
White with #31535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31535B; }
p { color: rgb(49,83,91); }
H1.HeaderClassName
{
color: #31535B;
}
.AnyTagClassName
{
color: #31535B;
}
</style>
background-color css
<style>
a { background-color: #31535B; }
a { background-color: rgb(49,83,91); }
div.DivClassName
{
background-color: #31535B;
}
.BgClassName
{
background-color: #31535B;
}
</style>
border-color css
<style>
span { border-color: #31535B; }
span { border-color: rgb(49,83,91); }
td.TdClassName
{
border-color: #31535B;
}
.TagClassName
{
border-color: #31535B;
}
</style>