Shades of Casal #3E5054
Tints of Casal #3E5054
RGB
CMYK
RGB Variations
Color information
#3E5054 (or 0x3E5054) is known color: Casal. HEX triplet: 3E, 50 and 54. RGB value is (62,80,84). Sum of RGB (Red+Green+Blue) = 62+80+84=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 84 - color contains mainly: blue. Hex color #3E5054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5054 is #C1AFAB. Grayscale: #4B4B4B. Windows color (decimal): -12693420 or 5525566. OLE color: 5525566.
HSL color Cylindrical-coordinate representation of color #3E5054: hue angle of 190.91º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3E5054 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 80 | 84 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.67 |
| HSL | 190.91º | 0.15% | 0.29% | - |
| HSV(B) | 190.91º | 0.26% | 0.33% | - |
| XYZ | 6.46 | 7.4 | 9.48 | - |
| YUV | 75.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 80 | 84 | 0.26 | 0.05 | 0 | 0.67 | 190.91 | 0.15 | 0.29 |
| Hex | 3E | 50 | 54 | 1A | 5 | 0 | 43 | BF | F | 1D |
| Octal | 76 | 120 | 124 | 32 | 5 | 0 | 103 | 277 | 17 | 35 |
| Binary | 111110 | 1010000 | 1010100 | 11010 | 101 | 0 | 1000011 | 10111111 | 1111 | 11101 |
Color Harmonies of #3E5054
Complementary color
Monochromatic Colors of #3E5054
Black with #3E5054
Text Example
Text Example
White with #3E5054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5054; }
p { color: rgb(62,80,84); }
H1.HeaderClassName
{
color: #3E5054;
}
.AnyTagClassName
{
color: #3E5054;
}
</style>
background-color css
<style>
a { background-color: #3E5054; }
a { background-color: rgb(62,80,84); }
div.DivClassName
{
background-color: #3E5054;
}
.BgClassName
{
background-color: #3E5054;
}
</style>
border-color css
<style>
span { border-color: #3E5054; }
span { border-color: rgb(62,80,84); }
td.TdClassName
{
border-color: #3E5054;
}
.TagClassName
{
border-color: #3E5054;
}
</style>