Shades of Casal #3D5A60
Tints of Casal #3D5A60
RGB
CMYK
RGB Variations
Color information
#3D5A60 (or 0x3D5A60) is known color: Casal. HEX triplet: 3D, 5A and 60. RGB value is (61,90,96). Sum of RGB (Red+Green+Blue) = 61+90+96=247 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.70% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 96 - color contains mainly: blue. Hex color #3D5A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5A60 is #C2A59F. Grayscale: #515151. Windows color (decimal): -12756384 or 6314557. OLE color: 6314557.
HSL color Cylindrical-coordinate representation of color #3D5A60: hue angle of 190.29º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D5A60 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 90 | 96 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.62 |
| HSL | 190.29º | 0.22% | 0.31% | - |
| HSV(B) | 190.29º | 0.36% | 0.38% | - |
| XYZ | 7.69 | 9.15 | 12.43 | - |
| YUV | 82.01 | 135.89 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 90 | 96 | 0.36 | 0.06 | 0 | 0.62 | 190.29 | 0.22 | 0.31 |
| Hex | 3D | 5A | 60 | 24 | 6 | 0 | 3E | BE | 16 | 1F |
| Octal | 75 | 132 | 140 | 44 | 6 | 0 | 76 | 276 | 26 | 37 |
| Binary | 111101 | 1011010 | 1100000 | 100100 | 110 | 0 | 111110 | 10111110 | 10110 | 11111 |
Color Harmonies of #3D5A60
Complementary color
Monochromatic Colors of #3D5A60
Black with #3D5A60
Text Example
Text Example
White with #3D5A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5A60; }
p { color: rgb(61,90,96); }
H1.HeaderClassName
{
color: #3D5A60;
}
.AnyTagClassName
{
color: #3D5A60;
}
</style>
background-color css
<style>
a { background-color: #3D5A60; }
a { background-color: rgb(61,90,96); }
div.DivClassName
{
background-color: #3D5A60;
}
.BgClassName
{
background-color: #3D5A60;
}
</style>
border-color css
<style>
span { border-color: #3D5A60; }
span { border-color: rgb(61,90,96); }
td.TdClassName
{
border-color: #3D5A60;
}
.TagClassName
{
border-color: #3D5A60;
}
</style>