Shades of Casal #3D5158
Tints of Casal #3D5158
RGB
CMYK
RGB Variations
Color information
#3D5158 (or 0x3D5158) is known color: Casal. HEX triplet: 3D, 51 and 58. RGB value is (61,81,88). Sum of RGB (Red+Green+Blue) = 61+81+88=230 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.52% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 88 - color contains mainly: blue. Hex color #3D5158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5158 is #C2AEA7. Grayscale: #4B4B4B. Windows color (decimal): -12758696 or 5787965. OLE color: 5787965.
HSL color Cylindrical-coordinate representation of color #3D5158: hue angle of 195.56º degrees, saturation: 0.18, 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 #3D5158 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 81 | 88 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.65 |
| HSL | 195.56º | 0.18% | 0.29% | - |
| HSV(B) | 195.56º | 0.31% | 0.35% | - |
| XYZ | 6.63 | 7.58 | 10.35 | - |
| YUV | 75.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 81 | 88 | 0.31 | 0.08 | 0 | 0.65 | 195.56 | 0.18 | 0.29 |
| Hex | 3D | 51 | 58 | 1F | 8 | 0 | 41 | C4 | 12 | 1D |
| Octal | 75 | 121 | 130 | 37 | 10 | 0 | 101 | 304 | 22 | 35 |
| Binary | 111101 | 1010001 | 1011000 | 11111 | 1000 | 0 | 1000001 | 11000100 | 10010 | 11101 |
Color Harmonies of #3D5158
Complementary color
Monochromatic Colors of #3D5158
Black with #3D5158
Text Example
Text Example
White with #3D5158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5158; }
p { color: rgb(61,81,88); }
H1.HeaderClassName
{
color: #3D5158;
}
.AnyTagClassName
{
color: #3D5158;
}
</style>
background-color css
<style>
a { background-color: #3D5158; }
a { background-color: rgb(61,81,88); }
div.DivClassName
{
background-color: #3D5158;
}
.BgClassName
{
background-color: #3D5158;
}
</style>
border-color css
<style>
span { border-color: #3D5158; }
span { border-color: rgb(61,81,88); }
td.TdClassName
{
border-color: #3D5158;
}
.TagClassName
{
border-color: #3D5158;
}
</style>