Shades of Casal #3E575A
Tints of Casal #3E575A
RGB
CMYK
RGB Variations
Color information
#3E575A (or 0x3E575A) is known color: Casal. HEX triplet: 3E, 57 and 5A. RGB value is (62,87,90). Sum of RGB (Red+Green+Blue) = 62+87+90=239 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.94% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 90 - color contains mainly: blue. Hex color #3E575A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E575A is #C1A8A5. Grayscale: #4F4F4F. Windows color (decimal): -12691622 or 5920574. OLE color: 5920574.
HSL color Cylindrical-coordinate representation of color #3E575A: hue angle of 186.43º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3E575A is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 87 | 90 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.65 |
| HSL | 186.43º | 0.18% | 0.3% | - |
| HSV(B) | 186.43º | 0.31% | 0.35% | - |
| XYZ | 7.24 | 8.58 | 10.95 | - |
| YUV | 79.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 87 | 90 | 0.31 | 0.03 | 0 | 0.65 | 186.43 | 0.18 | 0.3 |
| Hex | 3E | 57 | 5A | 1F | 3 | 0 | 41 | BA | 12 | 1E |
| Octal | 76 | 127 | 132 | 37 | 3 | 0 | 101 | 272 | 22 | 36 |
| Binary | 111110 | 1010111 | 1011010 | 11111 | 11 | 0 | 1000001 | 10111010 | 10010 | 11110 |
Color Harmonies of #3E575A
Complementary color
Monochromatic Colors of #3E575A
Black with #3E575A
Text Example
Text Example
White with #3E575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E575A; }
p { color: rgb(62,87,90); }
H1.HeaderClassName
{
color: #3E575A;
}
.AnyTagClassName
{
color: #3E575A;
}
</style>
background-color css
<style>
a { background-color: #3E575A; }
a { background-color: rgb(62,87,90); }
div.DivClassName
{
background-color: #3E575A;
}
.BgClassName
{
background-color: #3E575A;
}
</style>
border-color css
<style>
span { border-color: #3E575A; }
span { border-color: rgb(62,87,90); }
td.TdClassName
{
border-color: #3E575A;
}
.TagClassName
{
border-color: #3E575A;
}
</style>