Shades of Casal #3A555A
Tints of Casal #3A555A
RGB
CMYK
RGB Variations
Color information
#3A555A (or 0x3A555A) is known color: Casal. HEX triplet: 3A, 55 and 5A. RGB value is (58,85,90). Sum of RGB (Red+Green+Blue) = 58+85+90=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 90 - color contains mainly: blue. Hex color #3A555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A555A is #C5AAA5. Grayscale: #4D4D4D. Windows color (decimal): -12954278 or 5920058. OLE color: 5920058.
HSL color Cylindrical-coordinate representation of color #3A555A: hue angle of 189.38º 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 #3A555A is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 85 | 90 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.65 |
| HSL | 189.38º | 0.22% | 0.29% | - |
| HSV(B) | 189.38º | 0.36% | 0.35% | - |
| XYZ | 6.84 | 8.13 | 10.88 | - |
| YUV | 77.5 | 135.05 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 85 | 90 | 0.36 | 0.06 | 0 | 0.65 | 189.38 | 0.22 | 0.29 |
| Hex | 3A | 55 | 5A | 24 | 6 | 0 | 41 | BD | 16 | 1D |
| Octal | 72 | 125 | 132 | 44 | 6 | 0 | 101 | 275 | 26 | 35 |
| Binary | 111010 | 1010101 | 1011010 | 100100 | 110 | 0 | 1000001 | 10111101 | 10110 | 11101 |
Color Harmonies of #3A555A
Complementary color
Monochromatic Colors of #3A555A
Black with #3A555A
Text Example
Text Example
White with #3A555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A555A; }
p { color: rgb(58,85,90); }
H1.HeaderClassName
{
color: #3A555A;
}
.AnyTagClassName
{
color: #3A555A;
}
</style>
background-color css
<style>
a { background-color: #3A555A; }
a { background-color: rgb(58,85,90); }
div.DivClassName
{
background-color: #3A555A;
}
.BgClassName
{
background-color: #3A555A;
}
</style>
border-color css
<style>
span { border-color: #3A555A; }
span { border-color: rgb(58,85,90); }
td.TdClassName
{
border-color: #3A555A;
}
.TagClassName
{
border-color: #3A555A;
}
</style>