Shades of San Juan #3F5968
Tints of San Juan #3F5968
RGB
CMYK
RGB Variations
Color information
#3F5968 (or 0x3F5968) is known color: San Juan. HEX triplet: 3F, 59 and 68. RGB value is (63,89,104). Sum of RGB (Red+Green+Blue) = 63+89+104=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F5968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5968 is #C0A697. Grayscale: #525252. Windows color (decimal): -12625560 or 6838591. OLE color: 6838591.
HSL color Cylindrical-coordinate representation of color #3F5968: hue angle of 201.95º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F5968 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 89 | 104 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.59 |
| HSL | 201.95º | 0.25% | 0.33% | - |
| HSV(B) | 201.95º | 0.39% | 0.41% | - |
| XYZ | 8.12 | 9.2 | 14.44 | - |
| YUV | 82.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 104 | 0.39 | 0.14 | 0 | 0.59 | 201.95 | 0.25 | 0.33 |
| Hex | 3F | 59 | 68 | 27 | E | 0 | 3B | CA | 19 | 21 |
| Octal | 77 | 131 | 150 | 47 | 16 | 0 | 73 | 312 | 31 | 41 |
| Binary | 111111 | 1011001 | 1101000 | 100111 | 1110 | 0 | 111011 | 11001010 | 11001 | 100001 |
Color Harmonies of #3F5968
Complementary color
Monochromatic Colors of #3F5968
Black with #3F5968
Text Example
Text Example
White with #3F5968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5968; }
p { color: rgb(63,89,104); }
H1.HeaderClassName
{
color: #3F5968;
}
.AnyTagClassName
{
color: #3F5968;
}
</style>
background-color css
<style>
a { background-color: #3F5968; }
a { background-color: rgb(63,89,104); }
div.DivClassName
{
background-color: #3F5968;
}
.BgClassName
{
background-color: #3F5968;
}
</style>
border-color css
<style>
span { border-color: #3F5968; }
span { border-color: rgb(63,89,104); }
td.TdClassName
{
border-color: #3F5968;
}
.TagClassName
{
border-color: #3F5968;
}
</style>