Shades of Casal #38505B
Tints of Casal #38505B
RGB
CMYK
RGB Variations
Color information
#38505B (or 0x38505B) is known color: Casal. HEX triplet: 38, 50 and 5B. RGB value is (56,80,91). Sum of RGB (Red+Green+Blue) = 56+80+91=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 91 - color contains mainly: blue. Hex color #38505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38505B is #C7AFA4. Grayscale: #4A4A4A. Windows color (decimal): -13086629 or 5984312. OLE color: 5984312.
HSL color Cylindrical-coordinate representation of color #38505B: hue angle of 198.86º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38505B is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 80 | 91 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.64 |
| HSL | 198.86º | 0.24% | 0.29% | - |
| HSV(B) | 198.86º | 0.38% | 0.36% | - |
| XYZ | 6.39 | 7.33 | 10.98 | - |
| YUV | 74.08 | 137.55 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 80 | 91 | 0.38 | 0.12 | 0 | 0.64 | 198.86 | 0.24 | 0.29 |
| Hex | 38 | 50 | 5B | 26 | C | 0 | 40 | C7 | 18 | 1D |
| Octal | 70 | 120 | 133 | 46 | 14 | 0 | 100 | 307 | 30 | 35 |
| Binary | 111000 | 1010000 | 1011011 | 100110 | 1100 | 0 | 1000000 | 11000111 | 11000 | 11101 |
Color Harmonies of #38505B
Complementary color
Monochromatic Colors of #38505B
Black with #38505B
Text Example
Text Example
White with #38505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38505B; }
p { color: rgb(56,80,91); }
H1.HeaderClassName
{
color: #38505B;
}
.AnyTagClassName
{
color: #38505B;
}
</style>
background-color css
<style>
a { background-color: #38505B; }
a { background-color: rgb(56,80,91); }
div.DivClassName
{
background-color: #38505B;
}
.BgClassName
{
background-color: #38505B;
}
</style>
border-color css
<style>
span { border-color: #38505B; }
span { border-color: rgb(56,80,91); }
td.TdClassName
{
border-color: #38505B;
}
.TagClassName
{
border-color: #38505B;
}
</style>