Shades of San Juan #3F5965
Tints of San Juan #3F5965
RGB
CMYK
RGB Variations
Color information
#3F5965 (or 0x3F5965) is known color: San Juan. HEX triplet: 3F, 59 and 65. RGB value is (63,89,101). Sum of RGB (Red+Green+Blue) = 63+89+101=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 101 - color contains mainly: blue. Hex color #3F5965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5965 is #C0A69A. Grayscale: #525252. Windows color (decimal): -12625563 or 6641983. OLE color: 6641983.
HSL color Cylindrical-coordinate representation of color #3F5965: hue angle of 198.95º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F5965 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 89 | 101 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.60 |
| HSL | 198.95º | 0.23% | 0.32% | - |
| HSV(B) | 198.95º | 0.38% | 0.4% | - |
| XYZ | 7.97 | 9.14 | 13.66 | - |
| YUV | 82.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 101 | 0.38 | 0.12 | 0 | 0.60 | 198.95 | 0.23 | 0.32 |
| Hex | 3F | 59 | 65 | 26 | C | 0 | 3C | C7 | 17 | 20 |
| Octal | 77 | 131 | 145 | 46 | 14 | 0 | 74 | 307 | 27 | 40 |
| Binary | 111111 | 1011001 | 1100101 | 100110 | 1100 | 0 | 111100 | 11000111 | 10111 | 100000 |
Color Harmonies of #3F5965
Complementary color
Monochromatic Colors of #3F5965
Black with #3F5965
Text Example
Text Example
White with #3F5965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5965; }
p { color: rgb(63,89,101); }
H1.HeaderClassName
{
color: #3F5965;
}
.AnyTagClassName
{
color: #3F5965;
}
</style>
background-color css
<style>
a { background-color: #3F5965; }
a { background-color: rgb(63,89,101); }
div.DivClassName
{
background-color: #3F5965;
}
.BgClassName
{
background-color: #3F5965;
}
</style>
border-color css
<style>
span { border-color: #3F5965; }
span { border-color: rgb(63,89,101); }
td.TdClassName
{
border-color: #3F5965;
}
.TagClassName
{
border-color: #3F5965;
}
</style>