Shades of Casal #3B555A
Tints of Casal #3B555A
RGB
CMYK
RGB Variations
Color information
#3B555A (or 0x3B555A) is known color: Casal. HEX triplet: 3B, 55 and 5A. RGB value is (59,85,90). Sum of RGB (Red+Green+Blue) = 59+85+90=234 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.21% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 90 - color contains mainly: blue. Hex color #3B555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B555A is #C4AAA5. Grayscale: #4D4D4D. Windows color (decimal): -12888742 or 5920059. OLE color: 5920059.
HSL color Cylindrical-coordinate representation of color #3B555A: hue angle of 189.68º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B555A is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 85 | 90 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.65 |
| HSL | 189.68º | 0.21% | 0.29% | - |
| HSV(B) | 189.68º | 0.34% | 0.35% | - |
| XYZ | 6.9 | 8.16 | 10.89 | - |
| YUV | 77.8 | 134.89 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 85 | 90 | 0.34 | 0.06 | 0 | 0.65 | 189.68 | 0.21 | 0.29 |
| Hex | 3B | 55 | 5A | 22 | 6 | 0 | 41 | BE | 15 | 1D |
| Octal | 73 | 125 | 132 | 42 | 6 | 0 | 101 | 276 | 25 | 35 |
| Binary | 111011 | 1010101 | 1011010 | 100010 | 110 | 0 | 1000001 | 10111110 | 10101 | 11101 |
Color Harmonies of #3B555A
Complementary color
Monochromatic Colors of #3B555A
Black with #3B555A
Text Example
Text Example
White with #3B555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B555A; }
p { color: rgb(59,85,90); }
H1.HeaderClassName
{
color: #3B555A;
}
.AnyTagClassName
{
color: #3B555A;
}
</style>
background-color css
<style>
a { background-color: #3B555A; }
a { background-color: rgb(59,85,90); }
div.DivClassName
{
background-color: #3B555A;
}
.BgClassName
{
background-color: #3B555A;
}
</style>
border-color css
<style>
span { border-color: #3B555A; }
span { border-color: rgb(59,85,90); }
td.TdClassName
{
border-color: #3B555A;
}
.TagClassName
{
border-color: #3B555A;
}
</style>