Shades of Casal #3D5053
Tints of Casal #3D5053
RGB
CMYK
RGB Variations
Color information
#3D5053 (or 0x3D5053) is known color: Casal. HEX triplet: 3D, 50 and 53. RGB value is (61,80,83). Sum of RGB (Red+Green+Blue) = 61+80+83=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D5053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5053 is #C2AFAC. Grayscale: #4A4A4A. Windows color (decimal): -12758957 or 5460029. OLE color: 5460029.
HSL color Cylindrical-coordinate representation of color #3D5053: hue angle of 188.18º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D5053 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 80 | 83 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.67 |
| HSL | 188.18º | 0.15% | 0.28% | - |
| HSV(B) | 188.18º | 0.27% | 0.33% | - |
| XYZ | 6.35 | 7.35 | 9.27 | - |
| YUV | 74.66 | 132.71 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 80 | 83 | 0.27 | 0.04 | 0 | 0.67 | 188.18 | 0.15 | 0.28 |
| Hex | 3D | 50 | 53 | 1B | 4 | 0 | 43 | BC | F | 1C |
| Octal | 75 | 120 | 123 | 33 | 4 | 0 | 103 | 274 | 17 | 34 |
| Binary | 111101 | 1010000 | 1010011 | 11011 | 100 | 0 | 1000011 | 10111100 | 1111 | 11100 |
Color Harmonies of #3D5053
Complementary color
Monochromatic Colors of #3D5053
Black with #3D5053
Text Example
Text Example
White with #3D5053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5053; }
p { color: rgb(61,80,83); }
H1.HeaderClassName
{
color: #3D5053;
}
.AnyTagClassName
{
color: #3D5053;
}
</style>
background-color css
<style>
a { background-color: #3D5053; }
a { background-color: rgb(61,80,83); }
div.DivClassName
{
background-color: #3D5053;
}
.BgClassName
{
background-color: #3D5053;
}
</style>
border-color css
<style>
span { border-color: #3D5053; }
span { border-color: rgb(61,80,83); }
td.TdClassName
{
border-color: #3D5053;
}
.TagClassName
{
border-color: #3D5053;
}
</style>