Shades of Casal #31545E
Tints of Casal #31545E
RGB
CMYK
RGB Variations
Color information
#31545E (or 0x31545E) is known color: Casal. HEX triplet: 31, 54 and 5E. RGB value is (49,84,94). Sum of RGB (Red+Green+Blue) = 49+84+94=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 94 - color contains mainly: blue. Hex color #31545E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31545E is #CEABA1. Grayscale: #4A4A4A. Windows color (decimal): -13544354 or 6181937. OLE color: 6181937.
HSL color Cylindrical-coordinate representation of color #31545E: hue angle of 193.33º degrees, saturation: 0.31, 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 #31545E is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 84 | 94 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.63 |
| HSL | 193.33º | 0.31% | 0.28% | - |
| HSV(B) | 193.33º | 0.48% | 0.37% | - |
| XYZ | 6.46 | 7.8 | 11.76 | - |
| YUV | 74.68 | 138.9 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 94 | 0.48 | 0.11 | 0 | 0.63 | 193.33 | 0.31 | 0.28 |
| Hex | 31 | 54 | 5E | 30 | B | 0 | 3F | C1 | 1F | 1C |
| Octal | 61 | 124 | 136 | 60 | 13 | 0 | 77 | 301 | 37 | 34 |
| Binary | 110001 | 1010100 | 1011110 | 110000 | 1011 | 0 | 111111 | 11000001 | 11111 | 11100 |
Color Harmonies of #31545E
Complementary color
Monochromatic Colors of #31545E
Black with #31545E
Text Example
Text Example
White with #31545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31545E; }
p { color: rgb(49,84,94); }
H1.HeaderClassName
{
color: #31545E;
}
.AnyTagClassName
{
color: #31545E;
}
</style>
background-color css
<style>
a { background-color: #31545E; }
a { background-color: rgb(49,84,94); }
div.DivClassName
{
background-color: #31545E;
}
.BgClassName
{
background-color: #31545E;
}
</style>
border-color css
<style>
span { border-color: #31545E; }
span { border-color: rgb(49,84,94); }
td.TdClassName
{
border-color: #31545E;
}
.TagClassName
{
border-color: #31545E;
}
</style>