Shades of Casal #395D62
Tints of Casal #395D62
RGB
CMYK
RGB Variations
Color information
#395D62 (or 0x395D62) is known color: Casal. HEX triplet: 39, 5D and 62. RGB value is (57,93,98). Sum of RGB (Red+Green+Blue) = 57+93+98=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 98 - color contains mainly: blue. Hex color #395D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395D62 is #C6A29D. Grayscale: #525252. Windows color (decimal): -13017758 or 6446393. OLE color: 6446393.
HSL color Cylindrical-coordinate representation of color #395D62: hue angle of 187.32º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #395D62 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 93 | 98 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.62 |
| HSL | 187.32º | 0.26% | 0.3% | - |
| HSV(B) | 187.32º | 0.42% | 0.38% | - |
| XYZ | 7.81 | 9.58 | 12.99 | - |
| YUV | 82.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 93 | 98 | 0.42 | 0.05 | 0 | 0.62 | 187.32 | 0.26 | 0.3 |
| Hex | 39 | 5D | 62 | 2A | 5 | 0 | 3E | BB | 1A | 1E |
| Octal | 71 | 135 | 142 | 52 | 5 | 0 | 76 | 273 | 32 | 36 |
| Binary | 111001 | 1011101 | 1100010 | 101010 | 101 | 0 | 111110 | 10111011 | 11010 | 11110 |
Color Harmonies of #395D62
Complementary color
Monochromatic Colors of #395D62
Black with #395D62
Text Example
Text Example
White with #395D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395D62; }
p { color: rgb(57,93,98); }
H1.HeaderClassName
{
color: #395D62;
}
.AnyTagClassName
{
color: #395D62;
}
</style>
background-color css
<style>
a { background-color: #395D62; }
a { background-color: rgb(57,93,98); }
div.DivClassName
{
background-color: #395D62;
}
.BgClassName
{
background-color: #395D62;
}
</style>
border-color css
<style>
span { border-color: #395D62; }
span { border-color: rgb(57,93,98); }
td.TdClassName
{
border-color: #395D62;
}
.TagClassName
{
border-color: #395D62;
}
</style>