Shades of Casal #385B63
Tints of Casal #385B63
RGB
CMYK
RGB Variations
Color information
#385B63 (or 0x385B63) is known color: Casal. HEX triplet: 38, 5B and 63. RGB value is (56,91,99). Sum of RGB (Red+Green+Blue) = 56+91+99=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #385B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B63 is #C7A49C. Grayscale: #515151. Windows color (decimal): -13083805 or 6511416. OLE color: 6511416.
HSL color Cylindrical-coordinate representation of color #385B63: hue angle of 191.16º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #385B63 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 91 | 99 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.61 |
| HSL | 191.16º | 0.28% | 0.3% | - |
| HSV(B) | 191.16º | 0.43% | 0.39% | - |
| XYZ | 7.62 | 9.22 | 13.18 | - |
| YUV | 81.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 99 | 0.43 | 0.08 | 0 | 0.61 | 191.16 | 0.28 | 0.3 |
| Hex | 38 | 5B | 63 | 2B | 8 | 0 | 3D | BF | 1C | 1E |
| Octal | 70 | 133 | 143 | 53 | 10 | 0 | 75 | 277 | 34 | 36 |
| Binary | 111000 | 1011011 | 1100011 | 101011 | 1000 | 0 | 111101 | 10111111 | 11100 | 11110 |
Color Harmonies of #385B63
Complementary color
Monochromatic Colors of #385B63
Black with #385B63
Text Example
Text Example
White with #385B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385B63; }
p { color: rgb(56,91,99); }
H1.HeaderClassName
{
color: #385B63;
}
.AnyTagClassName
{
color: #385B63;
}
</style>
background-color css
<style>
a { background-color: #385B63; }
a { background-color: rgb(56,91,99); }
div.DivClassName
{
background-color: #385B63;
}
.BgClassName
{
background-color: #385B63;
}
</style>
border-color css
<style>
span { border-color: #385B63; }
span { border-color: rgb(56,91,99); }
td.TdClassName
{
border-color: #385B63;
}
.TagClassName
{
border-color: #385B63;
}
</style>