Shades of Casal #3B585C
Tints of Casal #3B585C
RGB
CMYK
RGB Variations
Color information
#3B585C (or 0x3B585C) is known color: Casal. HEX triplet: 3B, 58 and 5C. RGB value is (59,88,92). Sum of RGB (Red+Green+Blue) = 59+88+92=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 92 - color contains mainly: blue. Hex color #3B585C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B585C is #C4A7A3. Grayscale: #4F4F4F. Windows color (decimal): -12887972 or 6051899. OLE color: 6051899.
HSL color Cylindrical-coordinate representation of color #3B585C: hue angle of 187.27º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3B585C is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 88 | 92 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.64 |
| HSL | 187.27º | 0.22% | 0.3% | - |
| HSV(B) | 187.27º | 0.36% | 0.36% | - |
| XYZ | 7.23 | 8.68 | 11.42 | - |
| YUV | 79.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 88 | 92 | 0.36 | 0.04 | 0 | 0.64 | 187.27 | 0.22 | 0.3 |
| Hex | 3B | 58 | 5C | 24 | 4 | 0 | 40 | BB | 16 | 1E |
| Octal | 73 | 130 | 134 | 44 | 4 | 0 | 100 | 273 | 26 | 36 |
| Binary | 111011 | 1011000 | 1011100 | 100100 | 100 | 0 | 1000000 | 10111011 | 10110 | 11110 |
Color Harmonies of #3B585C
Complementary color
Monochromatic Colors of #3B585C
Black with #3B585C
Text Example
Text Example
White with #3B585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B585C; }
p { color: rgb(59,88,92); }
H1.HeaderClassName
{
color: #3B585C;
}
.AnyTagClassName
{
color: #3B585C;
}
</style>
background-color css
<style>
a { background-color: #3B585C; }
a { background-color: rgb(59,88,92); }
div.DivClassName
{
background-color: #3B585C;
}
.BgClassName
{
background-color: #3B585C;
}
</style>
border-color css
<style>
span { border-color: #3B585C; }
span { border-color: rgb(59,88,92); }
td.TdClassName
{
border-color: #3B585C;
}
.TagClassName
{
border-color: #3B585C;
}
</style>