Shades of Casal #31525A
Tints of Casal #31525A
RGB
CMYK
RGB Variations
Color information
#31525A (or 0x31525A) is known color: Casal. HEX triplet: 31, 52 and 5A. RGB value is (49,82,90). Sum of RGB (Red+Green+Blue) = 49+82+90=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 90 - color contains mainly: blue. Hex color #31525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31525A is #CEADA5. Grayscale: #484848. Windows color (decimal): -13544870 or 5919281. OLE color: 5919281.
HSL color Cylindrical-coordinate representation of color #31525A: hue angle of 191.71º 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 #31525A is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 82 | 90 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.65 |
| HSL | 191.71º | 0.29% | 0.27% | - |
| HSV(B) | 191.71º | 0.46% | 0.35% | - |
| XYZ | 6.13 | 7.43 | 10.78 | - |
| YUV | 73.05 | 137.57 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 90 | 0.46 | 0.09 | 0 | 0.65 | 191.71 | 0.29 | 0.27 |
| Hex | 31 | 52 | 5A | 2E | 9 | 0 | 41 | C0 | 1D | 1B |
| Octal | 61 | 122 | 132 | 56 | 11 | 0 | 101 | 300 | 35 | 33 |
| Binary | 110001 | 1010010 | 1011010 | 101110 | 1001 | 0 | 1000001 | 11000000 | 11101 | 11011 |
Color Harmonies of #31525A
Complementary color
Monochromatic Colors of #31525A
Black with #31525A
Text Example
Text Example
White with #31525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31525A; }
p { color: rgb(49,82,90); }
H1.HeaderClassName
{
color: #31525A;
}
.AnyTagClassName
{
color: #31525A;
}
</style>
background-color css
<style>
a { background-color: #31525A; }
a { background-color: rgb(49,82,90); }
div.DivClassName
{
background-color: #31525A;
}
.BgClassName
{
background-color: #31525A;
}
</style>
border-color css
<style>
span { border-color: #31525A; }
span { border-color: rgb(49,82,90); }
td.TdClassName
{
border-color: #31525A;
}
.TagClassName
{
border-color: #31525A;
}
</style>