Shades of Casal #3D535B
Tints of Casal #3D535B
RGB
CMYK
RGB Variations
Color information
#3D535B (or 0x3D535B) is known color: Casal. HEX triplet: 3D, 53 and 5B. RGB value is (61,83,91). Sum of RGB (Red+Green+Blue) = 61+83+91=235 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.96% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D535B is #C2ACA4. Grayscale: #4D4D4D. Windows color (decimal): -12758181 or 5985085. OLE color: 5985085.
HSL color Cylindrical-coordinate representation of color #3D535B: hue angle of 196º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D535B is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 83 | 91 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.64 |
| HSL | 196º | 0.2% | 0.3% | - |
| HSV(B) | 196º | 0.33% | 0.36% | - |
| XYZ | 6.91 | 7.93 | 11.06 | - |
| YUV | 77.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 83 | 91 | 0.33 | 0.09 | 0 | 0.64 | 196 | 0.2 | 0.3 |
| Hex | 3D | 53 | 5B | 21 | 9 | 0 | 40 | C4 | 14 | 1E |
| Octal | 75 | 123 | 133 | 41 | 11 | 0 | 100 | 304 | 24 | 36 |
| Binary | 111101 | 1010011 | 1011011 | 100001 | 1001 | 0 | 1000000 | 11000100 | 10100 | 11110 |
Color Harmonies of #3D535B
Complementary color
Monochromatic Colors of #3D535B
Black with #3D535B
Text Example
Text Example
White with #3D535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D535B; }
p { color: rgb(61,83,91); }
H1.HeaderClassName
{
color: #3D535B;
}
.AnyTagClassName
{
color: #3D535B;
}
</style>
background-color css
<style>
a { background-color: #3D535B; }
a { background-color: rgb(61,83,91); }
div.DivClassName
{
background-color: #3D535B;
}
.BgClassName
{
background-color: #3D535B;
}
</style>
border-color css
<style>
span { border-color: #3D535B; }
span { border-color: rgb(61,83,91); }
td.TdClassName
{
border-color: #3D535B;
}
.TagClassName
{
border-color: #3D535B;
}
</style>