Shades of Casal #3D5359
Tints of Casal #3D5359
RGB
CMYK
RGB Variations
Color information
#3D5359 (or 0x3D5359) is known color: Casal. HEX triplet: 3D, 53 and 59. RGB value is (61,83,89). Sum of RGB (Red+Green+Blue) = 61+83+89=233 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.18% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D5359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5359 is #C2ACA6. Grayscale: #4D4D4D. Windows color (decimal): -12758183 or 5854013. OLE color: 5854013.
HSL color Cylindrical-coordinate representation of color #3D5359: hue angle of 192.86º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D5359 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 83 | 89 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.65 |
| HSL | 192.86º | 0.19% | 0.29% | - |
| HSV(B) | 192.86º | 0.31% | 0.35% | - |
| XYZ | 6.82 | 7.9 | 10.62 | - |
| YUV | 77.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 83 | 89 | 0.31 | 0.07 | 0 | 0.65 | 192.86 | 0.19 | 0.29 |
| Hex | 3D | 53 | 59 | 1F | 7 | 0 | 41 | C1 | 13 | 1D |
| Octal | 75 | 123 | 131 | 37 | 7 | 0 | 101 | 301 | 23 | 35 |
| Binary | 111101 | 1010011 | 1011001 | 11111 | 111 | 0 | 1000001 | 11000001 | 10011 | 11101 |
Color Harmonies of #3D5359
Complementary color
Monochromatic Colors of #3D5359
Black with #3D5359
Text Example
Text Example
White with #3D5359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5359; }
p { color: rgb(61,83,89); }
H1.HeaderClassName
{
color: #3D5359;
}
.AnyTagClassName
{
color: #3D5359;
}
</style>
background-color css
<style>
a { background-color: #3D5359; }
a { background-color: rgb(61,83,89); }
div.DivClassName
{
background-color: #3D5359;
}
.BgClassName
{
background-color: #3D5359;
}
</style>
border-color css
<style>
span { border-color: #3D5359; }
span { border-color: rgb(61,83,89); }
td.TdClassName
{
border-color: #3D5359;
}
.TagClassName
{
border-color: #3D5359;
}
</style>