Shades of Casal #3F5055
Tints of Casal #3F5055
RGB
CMYK
RGB Variations
Color information
#3F5055 (or 0x3F5055) is known color: Casal. HEX triplet: 3F, 50 and 55. RGB value is (63,80,85). Sum of RGB (Red+Green+Blue) = 63+80+85=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F5055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5055 is #C0AFAA. Grayscale: #4B4B4B. Windows color (decimal): -12627883 or 5591103. OLE color: 5591103.
HSL color Cylindrical-coordinate representation of color #3F5055: hue angle of 193.64º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3F5055 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 80 | 85 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.67 |
| HSL | 193.64º | 0.15% | 0.29% | - |
| HSV(B) | 193.64º | 0.26% | 0.33% | - |
| XYZ | 6.56 | 7.45 | 9.69 | - |
| YUV | 75.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 85 | 0.26 | 0.06 | 0 | 0.67 | 193.64 | 0.15 | 0.29 |
| Hex | 3F | 50 | 55 | 1A | 6 | 0 | 43 | C2 | F | 1D |
| Octal | 77 | 120 | 125 | 32 | 6 | 0 | 103 | 302 | 17 | 35 |
| Binary | 111111 | 1010000 | 1010101 | 11010 | 110 | 0 | 1000011 | 11000010 | 1111 | 11101 |
Color Harmonies of #3F5055
Complementary color
Monochromatic Colors of #3F5055
Black with #3F5055
Text Example
Text Example
White with #3F5055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5055; }
p { color: rgb(63,80,85); }
H1.HeaderClassName
{
color: #3F5055;
}
.AnyTagClassName
{
color: #3F5055;
}
</style>
background-color css
<style>
a { background-color: #3F5055; }
a { background-color: rgb(63,80,85); }
div.DivClassName
{
background-color: #3F5055;
}
.BgClassName
{
background-color: #3F5055;
}
</style>
border-color css
<style>
span { border-color: #3F5055; }
span { border-color: rgb(63,80,85); }
td.TdClassName
{
border-color: #3F5055;
}
.TagClassName
{
border-color: #3F5055;
}
</style>