Shades of Casal #385E63
Tints of Casal #385E63
RGB
CMYK
RGB Variations
Color information
#385E63 (or 0x385E63) is known color: Casal. HEX triplet: 38, 5E and 63. RGB value is (56,94,99). Sum of RGB (Red+Green+Blue) = 56+94+99=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 99 - color contains mainly: blue. Hex color #385E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385E63 is #C7A19C. Grayscale: #535353. Windows color (decimal): -13083037 or 6512184. OLE color: 6512184.
HSL color Cylindrical-coordinate representation of color #385E63: hue angle of 186.98º 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 #385E63 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 94 | 99 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.61 |
| HSL | 186.98º | 0.28% | 0.3% | - |
| HSV(B) | 186.98º | 0.43% | 0.39% | - |
| XYZ | 7.89 | 9.75 | 13.27 | - |
| YUV | 83.21 | 136.91 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 99 | 0.43 | 0.05 | 0 | 0.61 | 186.98 | 0.28 | 0.3 |
| Hex | 38 | 5E | 63 | 2B | 5 | 0 | 3D | BB | 1C | 1E |
| Octal | 70 | 136 | 143 | 53 | 5 | 0 | 75 | 273 | 34 | 36 |
| Binary | 111000 | 1011110 | 1100011 | 101011 | 101 | 0 | 111101 | 10111011 | 11100 | 11110 |
Color Harmonies of #385E63
Complementary color
Monochromatic Colors of #385E63
Black with #385E63
Text Example
Text Example
White with #385E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385E63; }
p { color: rgb(56,94,99); }
H1.HeaderClassName
{
color: #385E63;
}
.AnyTagClassName
{
color: #385E63;
}
</style>
background-color css
<style>
a { background-color: #385E63; }
a { background-color: rgb(56,94,99); }
div.DivClassName
{
background-color: #385E63;
}
.BgClassName
{
background-color: #385E63;
}
</style>
border-color css
<style>
span { border-color: #385E63; }
span { border-color: rgb(56,94,99); }
td.TdClassName
{
border-color: #385E63;
}
.TagClassName
{
border-color: #385E63;
}
</style>