Shades of Casal #3C555B
Tints of Casal #3C555B
RGB
CMYK
RGB Variations
Color information
#3C555B (or 0x3C555B) is known color: Casal. HEX triplet: 3C, 55 and 5B. RGB value is (60,85,91). Sum of RGB (Red+Green+Blue) = 60+85+91=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C555B is #C3AAA4. Grayscale: #4E4E4E. Windows color (decimal): -12823205 or 5985596. OLE color: 5985596.
HSL color Cylindrical-coordinate representation of color #3C555B: hue angle of 191.61º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3C555B is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 85 | 91 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.64 |
| HSL | 191.61º | 0.21% | 0.3% | - |
| HSV(B) | 191.61º | 0.34% | 0.36% | - |
| XYZ | 7 | 8.21 | 11.11 | - |
| YUV | 78.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 85 | 91 | 0.34 | 0.07 | 0 | 0.64 | 191.61 | 0.21 | 0.3 |
| Hex | 3C | 55 | 5B | 22 | 7 | 0 | 40 | C0 | 15 | 1E |
| Octal | 74 | 125 | 133 | 42 | 7 | 0 | 100 | 300 | 25 | 36 |
| Binary | 111100 | 1010101 | 1011011 | 100010 | 111 | 0 | 1000000 | 11000000 | 10101 | 11110 |
Color Harmonies of #3C555B
Complementary color
Monochromatic Colors of #3C555B
Black with #3C555B
Text Example
Text Example
White with #3C555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C555B; }
p { color: rgb(60,85,91); }
H1.HeaderClassName
{
color: #3C555B;
}
.AnyTagClassName
{
color: #3C555B;
}
</style>
background-color css
<style>
a { background-color: #3C555B; }
a { background-color: rgb(60,85,91); }
div.DivClassName
{
background-color: #3C555B;
}
.BgClassName
{
background-color: #3C555B;
}
</style>
border-color css
<style>
span { border-color: #3C555B; }
span { border-color: rgb(60,85,91); }
td.TdClassName
{
border-color: #3C555B;
}
.TagClassName
{
border-color: #3C555B;
}
</style>