Shades of Casal #3D545A
Tints of Casal #3D545A
RGB
CMYK
RGB Variations
Color information
#3D545A (or 0x3D545A) is known color: Casal. HEX triplet: 3D, 54 and 5A. RGB value is (61,84,90). Sum of RGB (Red+Green+Blue) = 61+84+90=235 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.96% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 90 - color contains mainly: blue. Hex color #3D545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D545A is #C2ABA5. Grayscale: #4D4D4D. Windows color (decimal): -12757926 or 5919805. OLE color: 5919805.
HSL color Cylindrical-coordinate representation of color #3D545A: hue angle of 192.41º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3D545A is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 84 | 90 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.65 |
| HSL | 192.41º | 0.19% | 0.3% | - |
| HSV(B) | 192.41º | 0.32% | 0.35% | - |
| XYZ | 6.94 | 8.07 | 10.86 | - |
| YUV | 77.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 84 | 90 | 0.32 | 0.07 | 0 | 0.65 | 192.41 | 0.19 | 0.3 |
| Hex | 3D | 54 | 5A | 20 | 7 | 0 | 41 | C0 | 13 | 1E |
| Octal | 75 | 124 | 132 | 40 | 7 | 0 | 101 | 300 | 23 | 36 |
| Binary | 111101 | 1010100 | 1011010 | 100000 | 111 | 0 | 1000001 | 11000000 | 10011 | 11110 |
Color Harmonies of #3D545A
Complementary color
Monochromatic Colors of #3D545A
Black with #3D545A
Text Example
Text Example
White with #3D545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D545A; }
p { color: rgb(61,84,90); }
H1.HeaderClassName
{
color: #3D545A;
}
.AnyTagClassName
{
color: #3D545A;
}
</style>
background-color css
<style>
a { background-color: #3D545A; }
a { background-color: rgb(61,84,90); }
div.DivClassName
{
background-color: #3D545A;
}
.BgClassName
{
background-color: #3D545A;
}
</style>
border-color css
<style>
span { border-color: #3D545A; }
span { border-color: rgb(61,84,90); }
td.TdClassName
{
border-color: #3D545A;
}
.TagClassName
{
border-color: #3D545A;
}
</style>