Shades of Casal #3F5A61
Tints of Casal #3F5A61
RGB
CMYK
RGB Variations
Color information
#3F5A61 (or 0x3F5A61) is known color: Casal. HEX triplet: 3F, 5A and 61. RGB value is (63,90,97). Sum of RGB (Red+Green+Blue) = 63+90+97=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F5A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5A61 is #C0A59E. Grayscale: #525252. Windows color (decimal): -12625311 or 6380095. OLE color: 6380095.
HSL color Cylindrical-coordinate representation of color #3F5A61: hue angle of 192.35º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F5A61 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 90 | 97 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.62 |
| HSL | 192.35º | 0.21% | 0.31% | - |
| HSV(B) | 192.35º | 0.35% | 0.38% | - |
| XYZ | 7.86 | 9.23 | 12.68 | - |
| YUV | 82.73 | 136.05 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 90 | 97 | 0.35 | 0.07 | 0 | 0.62 | 192.35 | 0.21 | 0.31 |
| Hex | 3F | 5A | 61 | 23 | 7 | 0 | 3E | C0 | 15 | 1F |
| Octal | 77 | 132 | 141 | 43 | 7 | 0 | 76 | 300 | 25 | 37 |
| Binary | 111111 | 1011010 | 1100001 | 100011 | 111 | 0 | 111110 | 11000000 | 10101 | 11111 |
Color Harmonies of #3F5A61
Complementary color
Monochromatic Colors of #3F5A61
Black with #3F5A61
Text Example
Text Example
White with #3F5A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5A61; }
p { color: rgb(63,90,97); }
H1.HeaderClassName
{
color: #3F5A61;
}
.AnyTagClassName
{
color: #3F5A61;
}
</style>
background-color css
<style>
a { background-color: #3F5A61; }
a { background-color: rgb(63,90,97); }
div.DivClassName
{
background-color: #3F5A61;
}
.BgClassName
{
background-color: #3F5A61;
}
</style>
border-color css
<style>
span { border-color: #3F5A61; }
span { border-color: rgb(63,90,97); }
td.TdClassName
{
border-color: #3F5A61;
}
.TagClassName
{
border-color: #3F5A61;
}
</style>