Shades of Casal #3E4F55
Tints of Casal #3E4F55
RGB
CMYK
RGB Variations
Color information
#3E4F55 (or 0x3E4F55) is known color: Casal. HEX triplet: 3E, 4F and 55. RGB value is (62,79,85). Sum of RGB (Red+Green+Blue) = 62+79+85=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E4F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E4F55 is #C1B0AA. Grayscale: #4A4A4A. Windows color (decimal): -12693675 or 5590846. OLE color: 5590846.
HSL color Cylindrical-coordinate representation of color #3E4F55: hue angle of 195.65º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E4F55 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 79 | 85 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.67 |
| HSL | 195.65º | 0.16% | 0.29% | - |
| HSV(B) | 195.65º | 0.27% | 0.33% | - |
| XYZ | 6.42 | 7.27 | 9.66 | - |
| YUV | 74.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 79 | 85 | 0.27 | 0.07 | 0 | 0.67 | 195.65 | 0.16 | 0.29 |
| Hex | 3E | 4F | 55 | 1B | 7 | 0 | 43 | C4 | 10 | 1D |
| Octal | 76 | 117 | 125 | 33 | 7 | 0 | 103 | 304 | 20 | 35 |
| Binary | 111110 | 1001111 | 1010101 | 11011 | 111 | 0 | 1000011 | 11000100 | 10000 | 11101 |
Color Harmonies of #3E4F55
Complementary color
Monochromatic Colors of #3E4F55
Black with #3E4F55
Text Example
Text Example
White with #3E4F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4F55; }
p { color: rgb(62,79,85); }
H1.HeaderClassName
{
color: #3E4F55;
}
.AnyTagClassName
{
color: #3E4F55;
}
</style>
background-color css
<style>
a { background-color: #3E4F55; }
a { background-color: rgb(62,79,85); }
div.DivClassName
{
background-color: #3E4F55;
}
.BgClassName
{
background-color: #3E4F55;
}
</style>
border-color css
<style>
span { border-color: #3E4F55; }
span { border-color: rgb(62,79,85); }
td.TdClassName
{
border-color: #3E4F55;
}
.TagClassName
{
border-color: #3E4F55;
}
</style>