Shades of Casal #3B5057
Tints of Casal #3B5057
RGB
CMYK
RGB Variations
Color information
#3B5057 (or 0x3B5057) is known color: Casal. HEX triplet: 3B, 50 and 57. RGB value is (59,80,87). Sum of RGB (Red+Green+Blue) = 59+80+87=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 87 - color contains mainly: blue. Hex color #3B5057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5057 is #C4AFA8. Grayscale: #4A4A4A. Windows color (decimal): -12890025 or 5722171. OLE color: 5722171.
HSL color Cylindrical-coordinate representation of color #3B5057: hue angle of 195º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B5057 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 80 | 87 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.66 |
| HSL | 195º | 0.19% | 0.29% | - |
| HSV(B) | 195º | 0.32% | 0.34% | - |
| XYZ | 6.39 | 7.36 | 10.1 | - |
| YUV | 74.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 80 | 87 | 0.32 | 0.08 | 0 | 0.66 | 195 | 0.19 | 0.29 |
| Hex | 3B | 50 | 57 | 20 | 8 | 0 | 42 | C3 | 13 | 1D |
| Octal | 73 | 120 | 127 | 40 | 10 | 0 | 102 | 303 | 23 | 35 |
| Binary | 111011 | 1010000 | 1010111 | 100000 | 1000 | 0 | 1000010 | 11000011 | 10011 | 11101 |
Color Harmonies of #3B5057
Complementary color
Monochromatic Colors of #3B5057
Black with #3B5057
Text Example
Text Example
White with #3B5057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5057; }
p { color: rgb(59,80,87); }
H1.HeaderClassName
{
color: #3B5057;
}
.AnyTagClassName
{
color: #3B5057;
}
</style>
background-color css
<style>
a { background-color: #3B5057; }
a { background-color: rgb(59,80,87); }
div.DivClassName
{
background-color: #3B5057;
}
.BgClassName
{
background-color: #3B5057;
}
</style>
border-color css
<style>
span { border-color: #3B5057; }
span { border-color: rgb(59,80,87); }
td.TdClassName
{
border-color: #3B5057;
}
.TagClassName
{
border-color: #3B5057;
}
</style>