Shades of Casal #3E5A61
Tints of Casal #3E5A61
RGB
CMYK
RGB Variations
Color information
#3E5A61 (or 0x3E5A61) is known color: Casal. HEX triplet: 3E, 5A and 61. RGB value is (62,90,97). Sum of RGB (Red+Green+Blue) = 62+90+97=249 (32% of max value = 765). Red value is 62 (24.61% from 255 or 24.90% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 97 - color contains mainly: blue. Hex color #3E5A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5A61 is #C1A59E. Grayscale: #525252. Windows color (decimal): -12690847 or 6380094. OLE color: 6380094.
HSL color Cylindrical-coordinate representation of color #3E5A61: hue angle of 192º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3E5A61 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 90 | 97 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.62 |
| HSL | 192º | 0.22% | 0.31% | - |
| HSV(B) | 192º | 0.36% | 0.38% | - |
| XYZ | 7.8 | 9.2 | 12.67 | - |
| YUV | 82.43 | 136.22 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 90 | 97 | 0.36 | 0.07 | 0 | 0.62 | 192 | 0.22 | 0.31 |
| Hex | 3E | 5A | 61 | 24 | 7 | 0 | 3E | C0 | 16 | 1F |
| Octal | 76 | 132 | 141 | 44 | 7 | 0 | 76 | 300 | 26 | 37 |
| Binary | 111110 | 1011010 | 1100001 | 100100 | 111 | 0 | 111110 | 11000000 | 10110 | 11111 |
Color Harmonies of #3E5A61
Complementary color
Monochromatic Colors of #3E5A61
Black with #3E5A61
Text Example
Text Example
White with #3E5A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5A61; }
p { color: rgb(62,90,97); }
H1.HeaderClassName
{
color: #3E5A61;
}
.AnyTagClassName
{
color: #3E5A61;
}
</style>
background-color css
<style>
a { background-color: #3E5A61; }
a { background-color: rgb(62,90,97); }
div.DivClassName
{
background-color: #3E5A61;
}
.BgClassName
{
background-color: #3E5A61;
}
</style>
border-color css
<style>
span { border-color: #3E5A61; }
span { border-color: rgb(62,90,97); }
td.TdClassName
{
border-color: #3E5A61;
}
.TagClassName
{
border-color: #3E5A61;
}
</style>