Shades of Casal #38515C
Tints of Casal #38515C
RGB
CMYK
RGB Variations
Color information
#38515C (or 0x38515C) is known color: Casal. HEX triplet: 38, 51 and 5C. RGB value is (56,81,92). Sum of RGB (Red+Green+Blue) = 56+81+92=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 92 - color contains mainly: blue. Hex color #38515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38515C is #C7AEA3. Grayscale: #4A4A4A. Windows color (decimal): -13086372 or 6050104. OLE color: 6050104.
HSL color Cylindrical-coordinate representation of color #38515C: hue angle of 198.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #38515C is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 81 | 92 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.64 |
| HSL | 198.33º | 0.24% | 0.29% | - |
| HSV(B) | 198.33º | 0.39% | 0.36% | - |
| XYZ | 6.51 | 7.5 | 11.23 | - |
| YUV | 74.78 | 137.72 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 81 | 92 | 0.39 | 0.12 | 0 | 0.64 | 198.33 | 0.24 | 0.29 |
| Hex | 38 | 51 | 5C | 27 | C | 0 | 40 | C6 | 18 | 1D |
| Octal | 70 | 121 | 134 | 47 | 14 | 0 | 100 | 306 | 30 | 35 |
| Binary | 111000 | 1010001 | 1011100 | 100111 | 1100 | 0 | 1000000 | 11000110 | 11000 | 11101 |
Color Harmonies of #38515C
Complementary color
Monochromatic Colors of #38515C
Black with #38515C
Text Example
Text Example
White with #38515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38515C; }
p { color: rgb(56,81,92); }
H1.HeaderClassName
{
color: #38515C;
}
.AnyTagClassName
{
color: #38515C;
}
</style>
background-color css
<style>
a { background-color: #38515C; }
a { background-color: rgb(56,81,92); }
div.DivClassName
{
background-color: #38515C;
}
.BgClassName
{
background-color: #38515C;
}
</style>
border-color css
<style>
span { border-color: #38515C; }
span { border-color: rgb(56,81,92); }
td.TdClassName
{
border-color: #38515C;
}
.TagClassName
{
border-color: #38515C;
}
</style>