Shades of Casal #31545A
Tints of Casal #31545A
RGB
CMYK
RGB Variations
Color information
#31545A (or 0x31545A) is known color: Casal. HEX triplet: 31, 54 and 5A. RGB value is (49,84,90). Sum of RGB (Red+Green+Blue) = 49+84+90=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 90 - color contains mainly: blue. Hex color #31545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31545A is #CEABA5. Grayscale: #4A4A4A. Windows color (decimal): -13544358 or 5919793. OLE color: 5919793.
HSL color Cylindrical-coordinate representation of color #31545A: hue angle of 188.78º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31545A is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 84 | 90 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.65 |
| HSL | 188.78º | 0.29% | 0.27% | - |
| HSV(B) | 188.78º | 0.46% | 0.35% | - |
| XYZ | 6.28 | 7.73 | 10.83 | - |
| YUV | 74.22 | 136.9 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 90 | 0.46 | 0.07 | 0 | 0.65 | 188.78 | 0.29 | 0.27 |
| Hex | 31 | 54 | 5A | 2E | 7 | 0 | 41 | BD | 1D | 1B |
| Octal | 61 | 124 | 132 | 56 | 7 | 0 | 101 | 275 | 35 | 33 |
| Binary | 110001 | 1010100 | 1011010 | 101110 | 111 | 0 | 1000001 | 10111101 | 11101 | 11011 |
Color Harmonies of #31545A
Complementary color
Monochromatic Colors of #31545A
Black with #31545A
Text Example
Text Example
White with #31545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31545A; }
p { color: rgb(49,84,90); }
H1.HeaderClassName
{
color: #31545A;
}
.AnyTagClassName
{
color: #31545A;
}
</style>
background-color css
<style>
a { background-color: #31545A; }
a { background-color: rgb(49,84,90); }
div.DivClassName
{
background-color: #31545A;
}
.BgClassName
{
background-color: #31545A;
}
</style>
border-color css
<style>
span { border-color: #31545A; }
span { border-color: rgb(49,84,90); }
td.TdClassName
{
border-color: #31545A;
}
.TagClassName
{
border-color: #31545A;
}
</style>