Shades of Casal #31525C
Tints of Casal #31525C
RGB
CMYK
RGB Variations
Color information
#31525C (or 0x31525C) is known color: Casal. HEX triplet: 31, 52 and 5C. RGB value is (49,82,92). Sum of RGB (Red+Green+Blue) = 49+82+92=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 92 - color contains mainly: blue. Hex color #31525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31525C is #CEADA3. Grayscale: #494949. Windows color (decimal): -13544868 or 6050353. OLE color: 6050353.
HSL color Cylindrical-coordinate representation of color #31525C: hue angle of 193.95º degrees, saturation: 0.3, 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 #31525C is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 82 | 92 | - |
| CMYK | 0.47 | 0.11 | 0 | 0.64 |
| HSL | 193.95º | 0.3% | 0.28% | - |
| HSV(B) | 193.95º | 0.47% | 0.36% | - |
| XYZ | 6.22 | 7.46 | 11.24 | - |
| YUV | 73.27 | 138.57 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 92 | 0.47 | 0.11 | 0 | 0.64 | 193.95 | 0.3 | 0.28 |
| Hex | 31 | 52 | 5C | 2F | B | 0 | 40 | C2 | 1E | 1C |
| Octal | 61 | 122 | 134 | 57 | 13 | 0 | 100 | 302 | 36 | 34 |
| Binary | 110001 | 1010010 | 1011100 | 101111 | 1011 | 0 | 1000000 | 11000010 | 11110 | 11100 |
Color Harmonies of #31525C
Complementary color
Monochromatic Colors of #31525C
Black with #31525C
Text Example
Text Example
White with #31525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31525C; }
p { color: rgb(49,82,92); }
H1.HeaderClassName
{
color: #31525C;
}
.AnyTagClassName
{
color: #31525C;
}
</style>
background-color css
<style>
a { background-color: #31525C; }
a { background-color: rgb(49,82,92); }
div.DivClassName
{
background-color: #31525C;
}
.BgClassName
{
background-color: #31525C;
}
</style>
border-color css
<style>
span { border-color: #31525C; }
span { border-color: rgb(49,82,92); }
td.TdClassName
{
border-color: #31525C;
}
.TagClassName
{
border-color: #31525C;
}
</style>