Shades of Casal #3F555A
Tints of Casal #3F555A
RGB
CMYK
RGB Variations
Color information
#3F555A (or 0x3F555A) is known color: Casal. HEX triplet: 3F, 55 and 5A. RGB value is (63,85,90). Sum of RGB (Red+Green+Blue) = 63+85+90=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 90 - color contains mainly: blue. Hex color #3F555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F555A is #C0AAA5. Grayscale: #4E4E4E. Windows color (decimal): -12626598 or 5920063. OLE color: 5920063.
HSL color Cylindrical-coordinate representation of color #3F555A: hue angle of 191.11º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F555A is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 85 | 90 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.65 |
| HSL | 191.11º | 0.18% | 0.3% | - |
| HSV(B) | 191.11º | 0.3% | 0.35% | - |
| XYZ | 7.14 | 8.29 | 10.9 | - |
| YUV | 78.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 90 | 0.30 | 0.06 | 0 | 0.65 | 191.11 | 0.18 | 0.3 |
| Hex | 3F | 55 | 5A | 1E | 6 | 0 | 41 | BF | 12 | 1E |
| Octal | 77 | 125 | 132 | 36 | 6 | 0 | 101 | 277 | 22 | 36 |
| Binary | 111111 | 1010101 | 1011010 | 11110 | 110 | 0 | 1000001 | 10111111 | 10010 | 11110 |
Color Harmonies of #3F555A
Complementary color
Monochromatic Colors of #3F555A
Black with #3F555A
Text Example
Text Example
White with #3F555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F555A; }
p { color: rgb(63,85,90); }
H1.HeaderClassName
{
color: #3F555A;
}
.AnyTagClassName
{
color: #3F555A;
}
</style>
background-color css
<style>
a { background-color: #3F555A; }
a { background-color: rgb(63,85,90); }
div.DivClassName
{
background-color: #3F555A;
}
.BgClassName
{
background-color: #3F555A;
}
</style>
border-color css
<style>
span { border-color: #3F555A; }
span { border-color: rgb(63,85,90); }
td.TdClassName
{
border-color: #3F555A;
}
.TagClassName
{
border-color: #3F555A;
}
</style>