Shades of Casal #3D4E53
Tints of Casal #3D4E53
RGB
CMYK
RGB Variations
Color information
#3D4E53 (or 0x3D4E53) is known color: Casal. HEX triplet: 3D, 4E and 53. RGB value is (61,78,83). Sum of RGB (Red+Green+Blue) = 61+78+83=222 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.48% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D4E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D4E53 is #C2B1AC. Grayscale: #494949. Windows color (decimal): -12759469 or 5459517. OLE color: 5459517.
HSL color Cylindrical-coordinate representation of color #3D4E53: hue angle of 193.64º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D4E53 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 78 | 83 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.67 |
| HSL | 193.64º | 0.15% | 0.28% | - |
| HSV(B) | 193.64º | 0.27% | 0.33% | - |
| XYZ | 6.21 | 7.07 | 9.22 | - |
| YUV | 73.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 78 | 83 | 0.27 | 0.06 | 0 | 0.67 | 193.64 | 0.15 | 0.28 |
| Hex | 3D | 4E | 53 | 1B | 6 | 0 | 43 | C2 | F | 1C |
| Octal | 75 | 116 | 123 | 33 | 6 | 0 | 103 | 302 | 17 | 34 |
| Binary | 111101 | 1001110 | 1010011 | 11011 | 110 | 0 | 1000011 | 11000010 | 1111 | 11100 |
Color Harmonies of #3D4E53
Complementary color
Monochromatic Colors of #3D4E53
Black with #3D4E53
Text Example
Text Example
White with #3D4E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4E53; }
p { color: rgb(61,78,83); }
H1.HeaderClassName
{
color: #3D4E53;
}
.AnyTagClassName
{
color: #3D4E53;
}
</style>
background-color css
<style>
a { background-color: #3D4E53; }
a { background-color: rgb(61,78,83); }
div.DivClassName
{
background-color: #3D4E53;
}
.BgClassName
{
background-color: #3D4E53;
}
</style>
border-color css
<style>
span { border-color: #3D4E53; }
span { border-color: rgb(61,78,83); }
td.TdClassName
{
border-color: #3D4E53;
}
.TagClassName
{
border-color: #3D4E53;
}
</style>