Shades of Casal #3D5A61
Tints of Casal #3D5A61
RGB
CMYK
RGB Variations
Color information
#3D5A61 (or 0x3D5A61) is known color: Casal. HEX triplet: 3D, 5A and 61. RGB value is (61,90,97). Sum of RGB (Red+Green+Blue) = 61+90+97=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 97 - color contains mainly: blue. Hex color #3D5A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5A61 is #C2A59E. Grayscale: #525252. Windows color (decimal): -12756383 or 6380093. OLE color: 6380093.
HSL color Cylindrical-coordinate representation of color #3D5A61: hue angle of 191.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3D5A61 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 90 | 97 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.62 |
| HSL | 191.67º | 0.23% | 0.31% | - |
| HSV(B) | 191.67º | 0.37% | 0.38% | - |
| XYZ | 7.74 | 9.17 | 12.67 | - |
| YUV | 82.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 90 | 97 | 0.37 | 0.07 | 0 | 0.62 | 191.67 | 0.23 | 0.31 |
| Hex | 3D | 5A | 61 | 25 | 7 | 0 | 3E | C0 | 17 | 1F |
| Octal | 75 | 132 | 141 | 45 | 7 | 0 | 76 | 300 | 27 | 37 |
| Binary | 111101 | 1011010 | 1100001 | 100101 | 111 | 0 | 111110 | 11000000 | 10111 | 11111 |
Color Harmonies of #3D5A61
Complementary color
Monochromatic Colors of #3D5A61
Black with #3D5A61
Text Example
Text Example
White with #3D5A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5A61; }
p { color: rgb(61,90,97); }
H1.HeaderClassName
{
color: #3D5A61;
}
.AnyTagClassName
{
color: #3D5A61;
}
</style>
background-color css
<style>
a { background-color: #3D5A61; }
a { background-color: rgb(61,90,97); }
div.DivClassName
{
background-color: #3D5A61;
}
.BgClassName
{
background-color: #3D5A61;
}
</style>
border-color css
<style>
span { border-color: #3D5A61; }
span { border-color: rgb(61,90,97); }
td.TdClassName
{
border-color: #3D5A61;
}
.TagClassName
{
border-color: #3D5A61;
}
</style>