Shades of Casal #385C63
Tints of Casal #385C63
RGB
CMYK
RGB Variations
Color information
#385C63 (or 0x385C63) is known color: Casal. HEX triplet: 38, 5C and 63. RGB value is (56,92,99). Sum of RGB (Red+Green+Blue) = 56+92+99=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #385C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385C63 is #C7A39C. Grayscale: #515151. Windows color (decimal): -13083549 or 6511672. OLE color: 6511672.
HSL color Cylindrical-coordinate representation of color #385C63: hue angle of 189.77º 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 #385C63 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 92 | 99 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.61 |
| HSL | 189.77º | 0.28% | 0.3% | - |
| HSV(B) | 189.77º | 0.43% | 0.39% | - |
| XYZ | 7.71 | 9.4 | 13.21 | - |
| YUV | 82.03 | 137.57 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 99 | 0.43 | 0.07 | 0 | 0.61 | 189.77 | 0.28 | 0.3 |
| Hex | 38 | 5C | 63 | 2B | 7 | 0 | 3D | BE | 1C | 1E |
| Octal | 70 | 134 | 143 | 53 | 7 | 0 | 75 | 276 | 34 | 36 |
| Binary | 111000 | 1011100 | 1100011 | 101011 | 111 | 0 | 111101 | 10111110 | 11100 | 11110 |
Color Harmonies of #385C63
Complementary color
Monochromatic Colors of #385C63
Black with #385C63
Text Example
Text Example
White with #385C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385C63; }
p { color: rgb(56,92,99); }
H1.HeaderClassName
{
color: #385C63;
}
.AnyTagClassName
{
color: #385C63;
}
</style>
background-color css
<style>
a { background-color: #385C63; }
a { background-color: rgb(56,92,99); }
div.DivClassName
{
background-color: #385C63;
}
.BgClassName
{
background-color: #385C63;
}
</style>
border-color css
<style>
span { border-color: #385C63; }
span { border-color: rgb(56,92,99); }
td.TdClassName
{
border-color: #385C63;
}
.TagClassName
{
border-color: #385C63;
}
</style>