Shades of Casal #3D5B63
Tints of Casal #3D5B63
RGB
CMYK
RGB Variations
Color information
#3D5B63 (or 0x3D5B63) is known color: Casal. HEX triplet: 3D, 5B and 63. RGB value is (61,91,99). Sum of RGB (Red+Green+Blue) = 61+91+99=251 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.30% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 99 - color contains mainly: blue. Hex color #3D5B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5B63 is #C2A49C. Grayscale: #525252. Windows color (decimal): -12756125 or 6511421. OLE color: 6511421.
HSL color Cylindrical-coordinate representation of color #3D5B63: hue angle of 192.63º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D5B63 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 61 | 91 | 99 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.61 |
| HSL | 192.63º | 0.24% | 0.31% | - |
| HSV(B) | 192.63º | 0.38% | 0.39% | - |
| XYZ | 7.92 | 9.38 | 13.2 | - |
| YUV | 82.94 | 137.06 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 91 | 99 | 0.38 | 0.08 | 0 | 0.61 | 192.63 | 0.24 | 0.31 |
| Hex | 3D | 5B | 63 | 26 | 8 | 0 | 3D | C1 | 18 | 1F |
| Octal | 75 | 133 | 143 | 46 | 10 | 0 | 75 | 301 | 30 | 37 |
| Binary | 111101 | 1011011 | 1100011 | 100110 | 1000 | 0 | 111101 | 11000001 | 11000 | 11111 |
Color Harmonies of #3D5B63
Complementary color
Monochromatic Colors of #3D5B63
Black with #3D5B63
Text Example
Text Example
White with #3D5B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5B63; }
p { color: rgb(61,91,99); }
H1.HeaderClassName
{
color: #3D5B63;
}
.AnyTagClassName
{
color: #3D5B63;
}
</style>
background-color css
<style>
a { background-color: #3D5B63; }
a { background-color: rgb(61,91,99); }
div.DivClassName
{
background-color: #3D5B63;
}
.BgClassName
{
background-color: #3D5B63;
}
</style>
border-color css
<style>
span { border-color: #3D5B63; }
span { border-color: rgb(61,91,99); }
td.TdClassName
{
border-color: #3D5B63;
}
.TagClassName
{
border-color: #3D5B63;
}
</style>