Shades of Casal #2D5861
Tints of Casal #2D5861
RGB
CMYK
RGB Variations
Color information
#2D5861 (or 0x2D5861) is known color: Casal. HEX triplet: 2D, 58 and 61. RGB value is (45,88,97). Sum of RGB (Red+Green+Blue) = 45+88+97=230 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.57% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 97 - color contains mainly: blue. Hex color #2D5861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5861 is #D2A79E. Grayscale: #4C4C4C. Windows color (decimal): -13805471 or 6379565. OLE color: 6379565.
HSL color Cylindrical-coordinate representation of color #2D5861: hue angle of 190.38º 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 #2D5861 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 88 | 97 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.62 |
| HSL | 190.38º | 0.37% | 0.28% | - |
| HSV(B) | 190.38º | 0.54% | 0.38% | - |
| XYZ | 6.73 | 8.4 | 12.58 | - |
| YUV | 76.17 | 139.75 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 88 | 97 | 0.54 | 0.09 | 0 | 0.62 | 190.38 | 0.37 | 0.28 |
| Hex | 2D | 58 | 61 | 36 | 9 | 0 | 3E | BE | 25 | 1C |
| Octal | 55 | 130 | 141 | 66 | 11 | 0 | 76 | 276 | 45 | 34 |
| Binary | 101101 | 1011000 | 1100001 | 110110 | 1001 | 0 | 111110 | 10111110 | 100101 | 11100 |
Color Harmonies of #2D5861
Complementary color
Monochromatic Colors of #2D5861
Black with #2D5861
Text Example
Text Example
White with #2D5861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5861; }
p { color: rgb(45,88,97); }
H1.HeaderClassName
{
color: #2D5861;
}
.AnyTagClassName
{
color: #2D5861;
}
</style>
background-color css
<style>
a { background-color: #2D5861; }
a { background-color: rgb(45,88,97); }
div.DivClassName
{
background-color: #2D5861;
}
.BgClassName
{
background-color: #2D5861;
}
</style>
border-color css
<style>
span { border-color: #2D5861; }
span { border-color: rgb(45,88,97); }
td.TdClassName
{
border-color: #2D5861;
}
.TagClassName
{
border-color: #2D5861;
}
</style>