Shades of San Juan #3F5765
Tints of San Juan #3F5765
RGB
CMYK
RGB Variations
Color information
#3F5765 (or 0x3F5765) is known color: San Juan. HEX triplet: 3F, 57 and 65. RGB value is (63,87,101). Sum of RGB (Red+Green+Blue) = 63+87+101=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 101 - color contains mainly: blue. Hex color #3F5765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5765 is #C0A89A. Grayscale: #515151. Windows color (decimal): -12626075 or 6641471. OLE color: 6641471.
HSL color Cylindrical-coordinate representation of color #3F5765: hue angle of 202.11º 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 #3F5765 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 87 | 101 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.60 |
| HSL | 202.11º | 0.23% | 0.32% | - |
| HSV(B) | 202.11º | 0.38% | 0.4% | - |
| XYZ | 7.81 | 8.81 | 13.6 | - |
| YUV | 81.42 | 139.05 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 87 | 101 | 0.38 | 0.14 | 0 | 0.60 | 202.11 | 0.23 | 0.32 |
| Hex | 3F | 57 | 65 | 26 | E | 0 | 3C | CA | 17 | 20 |
| Octal | 77 | 127 | 145 | 46 | 16 | 0 | 74 | 312 | 27 | 40 |
| Binary | 111111 | 1010111 | 1100101 | 100110 | 1110 | 0 | 111100 | 11001010 | 10111 | 100000 |
Color Harmonies of #3F5765
Complementary color
Monochromatic Colors of #3F5765
Black with #3F5765
Text Example
Text Example
White with #3F5765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5765; }
p { color: rgb(63,87,101); }
H1.HeaderClassName
{
color: #3F5765;
}
.AnyTagClassName
{
color: #3F5765;
}
</style>
background-color css
<style>
a { background-color: #3F5765; }
a { background-color: rgb(63,87,101); }
div.DivClassName
{
background-color: #3F5765;
}
.BgClassName
{
background-color: #3F5765;
}
</style>
border-color css
<style>
span { border-color: #3F5765; }
span { border-color: rgb(63,87,101); }
td.TdClassName
{
border-color: #3F5765;
}
.TagClassName
{
border-color: #3F5765;
}
</style>