Shades of Casal #3C5B61
Tints of Casal #3C5B61
RGB
CMYK
RGB Variations
Color information
#3C5B61 (or 0x3C5B61) is known color: Casal. HEX triplet: 3C, 5B and 61. RGB value is (60,91,97). Sum of RGB (Red+Green+Blue) = 60+91+97=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 97 - color contains mainly: blue. Hex color #3C5B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5B61 is #C3A49E. Grayscale: #525252. Windows color (decimal): -12821663 or 6380348. OLE color: 6380348.
HSL color Cylindrical-coordinate representation of color #3C5B61: hue angle of 189.73º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C5B61 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 91 | 97 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.62 |
| HSL | 189.73º | 0.24% | 0.31% | - |
| HSV(B) | 189.73º | 0.38% | 0.38% | - |
| XYZ | 7.76 | 9.31 | 12.7 | - |
| YUV | 82.42 | 136.23 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 91 | 97 | 0.38 | 0.06 | 0 | 0.62 | 189.73 | 0.24 | 0.31 |
| Hex | 3C | 5B | 61 | 26 | 6 | 0 | 3E | BE | 18 | 1F |
| Octal | 74 | 133 | 141 | 46 | 6 | 0 | 76 | 276 | 30 | 37 |
| Binary | 111100 | 1011011 | 1100001 | 100110 | 110 | 0 | 111110 | 10111110 | 11000 | 11111 |
Color Harmonies of #3C5B61
Complementary color
Monochromatic Colors of #3C5B61
Black with #3C5B61
Text Example
Text Example
White with #3C5B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5B61; }
p { color: rgb(60,91,97); }
H1.HeaderClassName
{
color: #3C5B61;
}
.AnyTagClassName
{
color: #3C5B61;
}
</style>
background-color css
<style>
a { background-color: #3C5B61; }
a { background-color: rgb(60,91,97); }
div.DivClassName
{
background-color: #3C5B61;
}
.BgClassName
{
background-color: #3C5B61;
}
</style>
border-color css
<style>
span { border-color: #3C5B61; }
span { border-color: rgb(60,91,97); }
td.TdClassName
{
border-color: #3C5B61;
}
.TagClassName
{
border-color: #3C5B61;
}
</style>