Shades of Casal #395A61
Tints of Casal #395A61
RGB
CMYK
RGB Variations
Color information
#395A61 (or 0x395A61) is known color: Casal. HEX triplet: 39, 5A and 61. RGB value is (57,90,97). Sum of RGB (Red+Green+Blue) = 57+90+97=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 97 - color contains mainly: blue. Hex color #395A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395A61 is #C6A59E. Grayscale: #505050. Windows color (decimal): -13018527 or 6380089. OLE color: 6380089.
HSL color Cylindrical-coordinate representation of color #395A61: hue angle of 190.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #395A61 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 90 | 97 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.62 |
| HSL | 190.5º | 0.26% | 0.3% | - |
| HSV(B) | 190.5º | 0.41% | 0.38% | - |
| XYZ | 7.5 | 9.05 | 12.66 | - |
| YUV | 80.93 | 137.07 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 90 | 97 | 0.41 | 0.07 | 0 | 0.62 | 190.5 | 0.26 | 0.3 |
| Hex | 39 | 5A | 61 | 29 | 7 | 0 | 3E | BE | 1A | 1E |
| Octal | 71 | 132 | 141 | 51 | 7 | 0 | 76 | 276 | 32 | 36 |
| Binary | 111001 | 1011010 | 1100001 | 101001 | 111 | 0 | 111110 | 10111110 | 11010 | 11110 |
Color Harmonies of #395A61
Complementary color
Monochromatic Colors of #395A61
Black with #395A61
Text Example
Text Example
White with #395A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395A61; }
p { color: rgb(57,90,97); }
H1.HeaderClassName
{
color: #395A61;
}
.AnyTagClassName
{
color: #395A61;
}
</style>
background-color css
<style>
a { background-color: #395A61; }
a { background-color: rgb(57,90,97); }
div.DivClassName
{
background-color: #395A61;
}
.BgClassName
{
background-color: #395A61;
}
</style>
border-color css
<style>
span { border-color: #395A61; }
span { border-color: rgb(57,90,97); }
td.TdClassName
{
border-color: #395A61;
}
.TagClassName
{
border-color: #395A61;
}
</style>