Shades of Casal #38545E
Tints of Casal #38545E
RGB
CMYK
RGB Variations
Color information
#38545E (or 0x38545E) is known color: Casal. HEX triplet: 38, 54 and 5E. RGB value is (56,84,94). Sum of RGB (Red+Green+Blue) = 56+84+94=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 94 - color contains mainly: blue. Hex color #38545E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38545E is #C7ABA1. Grayscale: #4C4C4C. Windows color (decimal): -13085602 or 6181944. OLE color: 6181944.
HSL color Cylindrical-coordinate representation of color #38545E: hue angle of 195.79º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38545E is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 84 | 94 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.63 |
| HSL | 195.79º | 0.25% | 0.29% | - |
| HSV(B) | 195.79º | 0.4% | 0.37% | - |
| XYZ | 6.82 | 7.99 | 11.77 | - |
| YUV | 76.77 | 137.72 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 84 | 94 | 0.40 | 0.11 | 0 | 0.63 | 195.79 | 0.25 | 0.29 |
| Hex | 38 | 54 | 5E | 28 | B | 0 | 3F | C4 | 19 | 1D |
| Octal | 70 | 124 | 136 | 50 | 13 | 0 | 77 | 304 | 31 | 35 |
| Binary | 111000 | 1010100 | 1011110 | 101000 | 1011 | 0 | 111111 | 11000100 | 11001 | 11101 |
Color Harmonies of #38545E
Complementary color
Monochromatic Colors of #38545E
Black with #38545E
Text Example
Text Example
White with #38545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38545E; }
p { color: rgb(56,84,94); }
H1.HeaderClassName
{
color: #38545E;
}
.AnyTagClassName
{
color: #38545E;
}
</style>
background-color css
<style>
a { background-color: #38545E; }
a { background-color: rgb(56,84,94); }
div.DivClassName
{
background-color: #38545E;
}
.BgClassName
{
background-color: #38545E;
}
</style>
border-color css
<style>
span { border-color: #38545E; }
span { border-color: rgb(56,84,94); }
td.TdClassName
{
border-color: #38545E;
}
.TagClassName
{
border-color: #38545E;
}
</style>