Shades of Casal #3B5D62
Tints of Casal #3B5D62
RGB
CMYK
RGB Variations
Color information
#3B5D62 (or 0x3B5D62) is known color: Casal. HEX triplet: 3B, 5D and 62. RGB value is (59,93,98). Sum of RGB (Red+Green+Blue) = 59+93+98=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 98 - color contains mainly: blue. Hex color #3B5D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5D62 is #C4A29D. Grayscale: #535353. Windows color (decimal): -12886686 or 6446395. OLE color: 6446395.
HSL color Cylindrical-coordinate representation of color #3B5D62: hue angle of 187.69º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B5D62 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 93 | 98 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.62 |
| HSL | 187.69º | 0.25% | 0.31% | - |
| HSV(B) | 187.69º | 0.4% | 0.38% | - |
| XYZ | 7.92 | 9.64 | 13 | - |
| YUV | 83.4 | 136.24 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 93 | 98 | 0.40 | 0.05 | 0 | 0.62 | 187.69 | 0.25 | 0.31 |
| Hex | 3B | 5D | 62 | 28 | 5 | 0 | 3E | BC | 19 | 1F |
| Octal | 73 | 135 | 142 | 50 | 5 | 0 | 76 | 274 | 31 | 37 |
| Binary | 111011 | 1011101 | 1100010 | 101000 | 101 | 0 | 111110 | 10111100 | 11001 | 11111 |
Color Harmonies of #3B5D62
Complementary color
Monochromatic Colors of #3B5D62
Black with #3B5D62
Text Example
Text Example
White with #3B5D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5D62; }
p { color: rgb(59,93,98); }
H1.HeaderClassName
{
color: #3B5D62;
}
.AnyTagClassName
{
color: #3B5D62;
}
</style>
background-color css
<style>
a { background-color: #3B5D62; }
a { background-color: rgb(59,93,98); }
div.DivClassName
{
background-color: #3B5D62;
}
.BgClassName
{
background-color: #3B5D62;
}
</style>
border-color css
<style>
span { border-color: #3B5D62; }
span { border-color: rgb(59,93,98); }
td.TdClassName
{
border-color: #3B5D62;
}
.TagClassName
{
border-color: #3B5D62;
}
</style>