Shades of San Juan #3F5D6D
Tints of San Juan #3F5D6D
RGB
CMYK
RGB Variations
Color information
#3F5D6D (or 0x3F5D6D) is known color: San Juan. HEX triplet: 3F, 5D and 6D. RGB value is (63,93,109). Sum of RGB (Red+Green+Blue) = 63+93+109=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F5D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5D6D is #C0A292. Grayscale: #555555. Windows color (decimal): -12624531 or 7167295. OLE color: 7167295.
HSL color Cylindrical-coordinate representation of color #3F5D6D: hue angle of 200.87º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F5D6D is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 93 | 109 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.57 |
| HSL | 200.87º | 0.27% | 0.34% | - |
| HSV(B) | 200.87º | 0.42% | 0.43% | - |
| XYZ | 8.72 | 9.99 | 15.94 | - |
| YUV | 85.85 | 141.06 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 93 | 109 | 0.42 | 0.15 | 0 | 0.57 | 200.87 | 0.27 | 0.34 |
| Hex | 3F | 5D | 6D | 2A | F | 0 | 39 | C9 | 1B | 22 |
| Octal | 77 | 135 | 155 | 52 | 17 | 0 | 71 | 311 | 33 | 42 |
| Binary | 111111 | 1011101 | 1101101 | 101010 | 1111 | 0 | 111001 | 11001001 | 11011 | 100010 |
Color Harmonies of #3F5D6D
Complementary color
Monochromatic Colors of #3F5D6D
Black with #3F5D6D
Text Example
Text Example
White with #3F5D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5D6D; }
p { color: rgb(63,93,109); }
H1.HeaderClassName
{
color: #3F5D6D;
}
.AnyTagClassName
{
color: #3F5D6D;
}
</style>
background-color css
<style>
a { background-color: #3F5D6D; }
a { background-color: rgb(63,93,109); }
div.DivClassName
{
background-color: #3F5D6D;
}
.BgClassName
{
background-color: #3F5D6D;
}
</style>
border-color css
<style>
span { border-color: #3F5D6D; }
span { border-color: rgb(63,93,109); }
td.TdClassName
{
border-color: #3F5D6D;
}
.TagClassName
{
border-color: #3F5D6D;
}
</style>