Shades of San Juan #3F5866
Tints of San Juan #3F5866
RGB
CMYK
RGB Variations
Color information
#3F5866 (or 0x3F5866) is known color: San Juan. HEX triplet: 3F, 58 and 66. RGB value is (63,88,102). Sum of RGB (Red+Green+Blue) = 63+88+102=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 102 - color contains mainly: blue. Hex color #3F5866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5866 is #C0A799. Grayscale: #525252. Windows color (decimal): -12625818 or 6707263. OLE color: 6707263.
HSL color Cylindrical-coordinate representation of color #3F5866: hue angle of 201.54º degrees, saturation: 0.24, 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 #3F5866 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 63 | 88 | 102 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.6 |
| HSL | 201.54º | 0.24% | 0.32% | - |
| HSV(B) | 201.54º | 0.38% | 0.4% | - |
| XYZ | 7.94 | 9 | 13.89 | - |
| YUV | 82.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 88 | 102 | 0.38 | 0.14 | 0 | 0.6 | 201.54 | 0.24 | 0.32 |
| Hex | 3F | 58 | 66 | 26 | E | 0 | 3C | CA | 18 | 20 |
| Octal | 77 | 130 | 146 | 46 | 16 | 0 | 74 | 312 | 30 | 40 |
| Binary | 111111 | 1011000 | 1100110 | 100110 | 1110 | 0 | 111100 | 11001010 | 11000 | 100000 |
Color Harmonies of #3F5866
Complementary color
Monochromatic Colors of #3F5866
Black with #3F5866
Text Example
Text Example
White with #3F5866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5866; }
p { color: rgb(63,88,102); }
H1.HeaderClassName
{
color: #3F5866;
}
.AnyTagClassName
{
color: #3F5866;
}
</style>
background-color css
<style>
a { background-color: #3F5866; }
a { background-color: rgb(63,88,102); }
div.DivClassName
{
background-color: #3F5866;
}
.BgClassName
{
background-color: #3F5866;
}
</style>
border-color css
<style>
span { border-color: #3F5866; }
span { border-color: rgb(63,88,102); }
td.TdClassName
{
border-color: #3F5866;
}
.TagClassName
{
border-color: #3F5866;
}
</style>