Shades of Casal #385A62
Tints of Casal #385A62
RGB
CMYK
RGB Variations
Color information
#385A62 (or 0x385A62) is known color: Casal. HEX triplet: 38, 5A and 62. RGB value is (56,90,98). Sum of RGB (Red+Green+Blue) = 56+90+98=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 98 - color contains mainly: blue. Hex color #385A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A62 is #C7A59D. Grayscale: #505050. Windows color (decimal): -13084062 or 6445624. OLE color: 6445624.
HSL color Cylindrical-coordinate representation of color #385A62: hue angle of 191.43º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #385A62 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 90 | 98 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.62 |
| HSL | 191.43º | 0.27% | 0.3% | - |
| HSV(B) | 191.43º | 0.43% | 0.38% | - |
| XYZ | 7.49 | 9.03 | 12.9 | - |
| YUV | 80.75 | 137.74 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 98 | 0.43 | 0.08 | 0 | 0.62 | 191.43 | 0.27 | 0.3 |
| Hex | 38 | 5A | 62 | 2B | 8 | 0 | 3E | BF | 1B | 1E |
| Octal | 70 | 132 | 142 | 53 | 10 | 0 | 76 | 277 | 33 | 36 |
| Binary | 111000 | 1011010 | 1100010 | 101011 | 1000 | 0 | 111110 | 10111111 | 11011 | 11110 |
Color Harmonies of #385A62
Complementary color
Monochromatic Colors of #385A62
Black with #385A62
Text Example
Text Example
White with #385A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385A62; }
p { color: rgb(56,90,98); }
H1.HeaderClassName
{
color: #385A62;
}
.AnyTagClassName
{
color: #385A62;
}
</style>
background-color css
<style>
a { background-color: #385A62; }
a { background-color: rgb(56,90,98); }
div.DivClassName
{
background-color: #385A62;
}
.BgClassName
{
background-color: #385A62;
}
</style>
border-color css
<style>
span { border-color: #385A62; }
span { border-color: rgb(56,90,98); }
td.TdClassName
{
border-color: #385A62;
}
.TagClassName
{
border-color: #385A62;
}
</style>