Shades of Casal #31525D
Tints of Casal #31525D
RGB
CMYK
RGB Variations
Color information
#31525D (or 0x31525D) is known color: Casal. HEX triplet: 31, 52 and 5D. RGB value is (49,82,93). Sum of RGB (Red+Green+Blue) = 49+82+93=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #31525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31525D is #CEADA2. Grayscale: #494949. Windows color (decimal): -13544867 or 6115889. OLE color: 6115889.
HSL color Cylindrical-coordinate representation of color #31525D: hue angle of 195º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31525D is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 82 | 93 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.64 |
| HSL | 195º | 0.31% | 0.28% | - |
| HSV(B) | 195º | 0.47% | 0.36% | - |
| XYZ | 6.26 | 7.48 | 11.47 | - |
| YUV | 73.39 | 139.07 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 93 | 0.47 | 0.12 | 0 | 0.64 | 195 | 0.31 | 0.28 |
| Hex | 31 | 52 | 5D | 2F | C | 0 | 40 | C3 | 1F | 1C |
| Octal | 61 | 122 | 135 | 57 | 14 | 0 | 100 | 303 | 37 | 34 |
| Binary | 110001 | 1010010 | 1011101 | 101111 | 1100 | 0 | 1000000 | 11000011 | 11111 | 11100 |
Color Harmonies of #31525D
Complementary color
Monochromatic Colors of #31525D
Black with #31525D
Text Example
Text Example
White with #31525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31525D; }
p { color: rgb(49,82,93); }
H1.HeaderClassName
{
color: #31525D;
}
.AnyTagClassName
{
color: #31525D;
}
</style>
background-color css
<style>
a { background-color: #31525D; }
a { background-color: rgb(49,82,93); }
div.DivClassName
{
background-color: #31525D;
}
.BgClassName
{
background-color: #31525D;
}
</style>
border-color css
<style>
span { border-color: #31525D; }
span { border-color: rgb(49,82,93); }
td.TdClassName
{
border-color: #31525D;
}
.TagClassName
{
border-color: #31525D;
}
</style>