Shades of Casal #3B515C
Tints of Casal #3B515C
RGB
CMYK
RGB Variations
Color information
#3B515C (or 0x3B515C) is known color: Casal. HEX triplet: 3B, 51 and 5C. RGB value is (59,81,92). Sum of RGB (Red+Green+Blue) = 59+81+92=232 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.43% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 92 - color contains mainly: blue. Hex color #3B515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B515C is #C4AEA3. Grayscale: #4B4B4B. Windows color (decimal): -12889764 or 6050107. OLE color: 6050107.
HSL color Cylindrical-coordinate representation of color #3B515C: hue angle of 200º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3B515C is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 81 | 92 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.64 |
| HSL | 200º | 0.22% | 0.3% | - |
| HSV(B) | 200º | 0.36% | 0.36% | - |
| XYZ | 6.68 | 7.59 | 11.24 | - |
| YUV | 75.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 81 | 92 | 0.36 | 0.12 | 0 | 0.64 | 200 | 0.22 | 0.3 |
| Hex | 3B | 51 | 5C | 24 | C | 0 | 40 | C8 | 16 | 1E |
| Octal | 73 | 121 | 134 | 44 | 14 | 0 | 100 | 310 | 26 | 36 |
| Binary | 111011 | 1010001 | 1011100 | 100100 | 1100 | 0 | 1000000 | 11001000 | 10110 | 11110 |
Color Harmonies of #3B515C
Complementary color
Monochromatic Colors of #3B515C
Black with #3B515C
Text Example
Text Example
White with #3B515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B515C; }
p { color: rgb(59,81,92); }
H1.HeaderClassName
{
color: #3B515C;
}
.AnyTagClassName
{
color: #3B515C;
}
</style>
background-color css
<style>
a { background-color: #3B515C; }
a { background-color: rgb(59,81,92); }
div.DivClassName
{
background-color: #3B515C;
}
.BgClassName
{
background-color: #3B515C;
}
</style>
border-color css
<style>
span { border-color: #3B515C; }
span { border-color: rgb(59,81,92); }
td.TdClassName
{
border-color: #3B515C;
}
.TagClassName
{
border-color: #3B515C;
}
</style>