Shades of Casal #2D5961
Tints of Casal #2D5961
RGB
CMYK
RGB Variations
Color information
#2D5961 (or 0x2D5961) is known color: Casal. HEX triplet: 2D, 59 and 61. RGB value is (45,89,97). Sum of RGB (Red+Green+Blue) = 45+89+97=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #2D5961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5961 is #D2A69E. Grayscale: #4C4C4C. Windows color (decimal): -13805215 or 6379821. OLE color: 6379821.
HSL color Cylindrical-coordinate representation of color #2D5961: hue angle of 189.23º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D5961 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 89 | 97 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.62 |
| HSL | 189.23º | 0.37% | 0.28% | - |
| HSV(B) | 189.23º | 0.54% | 0.38% | - |
| XYZ | 6.81 | 8.57 | 12.6 | - |
| YUV | 76.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 89 | 97 | 0.54 | 0.08 | 0 | 0.62 | 189.23 | 0.37 | 0.28 |
| Hex | 2D | 59 | 61 | 36 | 8 | 0 | 3E | BD | 25 | 1C |
| Octal | 55 | 131 | 141 | 66 | 10 | 0 | 76 | 275 | 45 | 34 |
| Binary | 101101 | 1011001 | 1100001 | 110110 | 1000 | 0 | 111110 | 10111101 | 100101 | 11100 |
Color Harmonies of #2D5961
Complementary color
Monochromatic Colors of #2D5961
Black with #2D5961
Text Example
Text Example
White with #2D5961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5961; }
p { color: rgb(45,89,97); }
H1.HeaderClassName
{
color: #2D5961;
}
.AnyTagClassName
{
color: #2D5961;
}
</style>
background-color css
<style>
a { background-color: #2D5961; }
a { background-color: rgb(45,89,97); }
div.DivClassName
{
background-color: #2D5961;
}
.BgClassName
{
background-color: #2D5961;
}
</style>
border-color css
<style>
span { border-color: #2D5961; }
span { border-color: rgb(45,89,97); }
td.TdClassName
{
border-color: #2D5961;
}
.TagClassName
{
border-color: #2D5961;
}
</style>