Shades of Casal #3D515B
Tints of Casal #3D515B
RGB
CMYK
RGB Variations
Color information
#3D515B (or 0x3D515B) is known color: Casal. HEX triplet: 3D, 51 and 5B. RGB value is (61,81,91). Sum of RGB (Red+Green+Blue) = 61+81+91=233 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.18% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D515B is #C2AEA4. Grayscale: #4C4C4C. Windows color (decimal): -12758693 or 5984573. OLE color: 5984573.
HSL color Cylindrical-coordinate representation of color #3D515B: hue angle of 200º 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 #3D515B is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 81 | 91 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.64 |
| HSL | 200º | 0.2% | 0.3% | - |
| HSV(B) | 200º | 0.33% | 0.36% | - |
| XYZ | 6.76 | 7.63 | 11.01 | - |
| YUV | 76.16 | 136.37 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 81 | 91 | 0.33 | 0.11 | 0 | 0.64 | 200 | 0.2 | 0.3 |
| Hex | 3D | 51 | 5B | 21 | B | 0 | 40 | C8 | 14 | 1E |
| Octal | 75 | 121 | 133 | 41 | 13 | 0 | 100 | 310 | 24 | 36 |
| Binary | 111101 | 1010001 | 1011011 | 100001 | 1011 | 0 | 1000000 | 11001000 | 10100 | 11110 |
Color Harmonies of #3D515B
Complementary color
Monochromatic Colors of #3D515B
Black with #3D515B
Text Example
Text Example
White with #3D515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D515B; }
p { color: rgb(61,81,91); }
H1.HeaderClassName
{
color: #3D515B;
}
.AnyTagClassName
{
color: #3D515B;
}
</style>
background-color css
<style>
a { background-color: #3D515B; }
a { background-color: rgb(61,81,91); }
div.DivClassName
{
background-color: #3D515B;
}
.BgClassName
{
background-color: #3D515B;
}
</style>
border-color css
<style>
span { border-color: #3D515B; }
span { border-color: rgb(61,81,91); }
td.TdClassName
{
border-color: #3D515B;
}
.TagClassName
{
border-color: #3D515B;
}
</style>