Shades of Casal #3A515A
Tints of Casal #3A515A
RGB
CMYK
RGB Variations
Color information
#3A515A (or 0x3A515A) is known color: Casal. HEX triplet: 3A, 51 and 5A. RGB value is (58,81,90). Sum of RGB (Red+Green+Blue) = 58+81+90=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 90 - color contains mainly: blue. Hex color #3A515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A515A is #C5AEA5. Grayscale: #4B4B4B. Windows color (decimal): -12955302 or 5919034. OLE color: 5919034.
HSL color Cylindrical-coordinate representation of color #3A515A: hue angle of 196.88º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A515A is Cyan = 0.36, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 81 | 90 | - |
| CMYK | 0.36 | 0.1 | 0 | 0.65 |
| HSL | 196.88º | 0.22% | 0.29% | - |
| HSV(B) | 196.88º | 0.36% | 0.35% | - |
| XYZ | 6.53 | 7.52 | 10.78 | - |
| YUV | 75.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 81 | 90 | 0.36 | 0.1 | 0 | 0.65 | 196.88 | 0.22 | 0.29 |
| Hex | 3A | 51 | 5A | 24 | A | 0 | 41 | C5 | 16 | 1D |
| Octal | 72 | 121 | 132 | 44 | 12 | 0 | 101 | 305 | 26 | 35 |
| Binary | 111010 | 1010001 | 1011010 | 100100 | 1010 | 0 | 1000001 | 11000101 | 10110 | 11101 |
Color Harmonies of #3A515A
Complementary color
Monochromatic Colors of #3A515A
Black with #3A515A
Text Example
Text Example
White with #3A515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A515A; }
p { color: rgb(58,81,90); }
H1.HeaderClassName
{
color: #3A515A;
}
.AnyTagClassName
{
color: #3A515A;
}
</style>
background-color css
<style>
a { background-color: #3A515A; }
a { background-color: rgb(58,81,90); }
div.DivClassName
{
background-color: #3A515A;
}
.BgClassName
{
background-color: #3A515A;
}
</style>
border-color css
<style>
span { border-color: #3A515A; }
span { border-color: rgb(58,81,90); }
td.TdClassName
{
border-color: #3A515A;
}
.TagClassName
{
border-color: #3A515A;
}
</style>