Shades of Casal #31535A
Tints of Casal #31535A
RGB
CMYK
RGB Variations
Color information
#31535A (or 0x31535A) is known color: Casal. HEX triplet: 31, 53 and 5A. RGB value is (49,83,90). Sum of RGB (Red+Green+Blue) = 49+83+90=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 90 - color contains mainly: blue. Hex color #31535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31535A is #CEACA5. Grayscale: #494949. Windows color (decimal): -13544614 or 5919537. OLE color: 5919537.
HSL color Cylindrical-coordinate representation of color #31535A: hue angle of 190.24º 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 #31535A is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 83 | 90 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.65 |
| HSL | 190.24º | 0.29% | 0.27% | - |
| HSV(B) | 190.24º | 0.46% | 0.35% | - |
| XYZ | 6.21 | 7.58 | 10.81 | - |
| YUV | 73.63 | 137.24 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 90 | 0.46 | 0.08 | 0 | 0.65 | 190.24 | 0.29 | 0.27 |
| Hex | 31 | 53 | 5A | 2E | 8 | 0 | 41 | BE | 1D | 1B |
| Octal | 61 | 123 | 132 | 56 | 10 | 0 | 101 | 276 | 35 | 33 |
| Binary | 110001 | 1010011 | 1011010 | 101110 | 1000 | 0 | 1000001 | 10111110 | 11101 | 11011 |
Color Harmonies of #31535A
Complementary color
Monochromatic Colors of #31535A
Black with #31535A
Text Example
Text Example
White with #31535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31535A; }
p { color: rgb(49,83,90); }
H1.HeaderClassName
{
color: #31535A;
}
.AnyTagClassName
{
color: #31535A;
}
</style>
background-color css
<style>
a { background-color: #31535A; }
a { background-color: rgb(49,83,90); }
div.DivClassName
{
background-color: #31535A;
}
.BgClassName
{
background-color: #31535A;
}
</style>
border-color css
<style>
span { border-color: #31535A; }
span { border-color: rgb(49,83,90); }
td.TdClassName
{
border-color: #31535A;
}
.TagClassName
{
border-color: #31535A;
}
</style>