Shades of Casal #385A63
Tints of Casal #385A63
RGB
CMYK
RGB Variations
Color information
#385A63 (or 0x385A63) is known color: Casal. HEX triplet: 38, 5A and 63. RGB value is (56,90,99). Sum of RGB (Red+Green+Blue) = 56+90+99=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #385A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A63 is #C7A59C. Grayscale: #505050. Windows color (decimal): -13084061 or 6511160. OLE color: 6511160.
HSL color Cylindrical-coordinate representation of color #385A63: hue angle of 192.56º 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 #385A63 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 90 | 99 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.61 |
| HSL | 192.56º | 0.28% | 0.3% | - |
| HSV(B) | 192.56º | 0.43% | 0.39% | - |
| XYZ | 7.54 | 9.05 | 13.15 | - |
| YUV | 80.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 99 | 0.43 | 0.09 | 0 | 0.61 | 192.56 | 0.28 | 0.3 |
| Hex | 38 | 5A | 63 | 2B | 9 | 0 | 3D | C1 | 1C | 1E |
| Octal | 70 | 132 | 143 | 53 | 11 | 0 | 75 | 301 | 34 | 36 |
| Binary | 111000 | 1011010 | 1100011 | 101011 | 1001 | 0 | 111101 | 11000001 | 11100 | 11110 |
Color Harmonies of #385A63
Complementary color
Monochromatic Colors of #385A63
Black with #385A63
Text Example
Text Example
White with #385A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385A63; }
p { color: rgb(56,90,99); }
H1.HeaderClassName
{
color: #385A63;
}
.AnyTagClassName
{
color: #385A63;
}
</style>
background-color css
<style>
a { background-color: #385A63; }
a { background-color: rgb(56,90,99); }
div.DivClassName
{
background-color: #385A63;
}
.BgClassName
{
background-color: #385A63;
}
</style>
border-color css
<style>
span { border-color: #385A63; }
span { border-color: rgb(56,90,99); }
td.TdClassName
{
border-color: #385A63;
}
.TagClassName
{
border-color: #385A63;
}
</style>