Shades of San Juan #3F5B6F
Tints of San Juan #3F5B6F
RGB
CMYK
RGB Variations
Color information
#3F5B6F (or 0x3F5B6F) is known color: San Juan. HEX triplet: 3F, 5B and 6F. RGB value is (63,91,111). Sum of RGB (Red+Green+Blue) = 63+91+111=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F5B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5B6F is #C0A490. Grayscale: #545454. Windows color (decimal): -12625041 or 7297855. OLE color: 7297855.
HSL color Cylindrical-coordinate representation of color #3F5B6F: hue angle of 205º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F5B6F is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 91 | 111 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.56 |
| HSL | 205º | 0.28% | 0.34% | - |
| HSV(B) | 205º | 0.43% | 0.44% | - |
| XYZ | 8.66 | 9.69 | 16.45 | - |
| YUV | 84.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 91 | 111 | 0.43 | 0.18 | 0 | 0.56 | 205 | 0.28 | 0.34 |
| Hex | 3F | 5B | 6F | 2B | 12 | 0 | 38 | CD | 1C | 22 |
| Octal | 77 | 133 | 157 | 53 | 22 | 0 | 70 | 315 | 34 | 42 |
| Binary | 111111 | 1011011 | 1101111 | 101011 | 10010 | 0 | 111000 | 11001101 | 11100 | 100010 |
Color Harmonies of #3F5B6F
Complementary color
Monochromatic Colors of #3F5B6F
Black with #3F5B6F
Text Example
Text Example
White with #3F5B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5B6F; }
p { color: rgb(63,91,111); }
H1.HeaderClassName
{
color: #3F5B6F;
}
.AnyTagClassName
{
color: #3F5B6F;
}
</style>
background-color css
<style>
a { background-color: #3F5B6F; }
a { background-color: rgb(63,91,111); }
div.DivClassName
{
background-color: #3F5B6F;
}
.BgClassName
{
background-color: #3F5B6F;
}
</style>
border-color css
<style>
span { border-color: #3F5B6F; }
span { border-color: rgb(63,91,111); }
td.TdClassName
{
border-color: #3F5B6F;
}
.TagClassName
{
border-color: #3F5B6F;
}
</style>