Shades of San Juan #3F5460
Tints of San Juan #3F5460
RGB
CMYK
RGB Variations
Color information
#3F5460 (or 0x3F5460) is known color: San Juan. HEX triplet: 3F, 54 and 60. RGB value is (63,84,96). Sum of RGB (Red+Green+Blue) = 63+84+96=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #3F5460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5460 is #C0AB9F. Grayscale: #4F4F4F. Windows color (decimal): -12626848 or 6313023. OLE color: 6313023.
HSL color Cylindrical-coordinate representation of color #3F5460: hue angle of 201.82º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F5460 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 84 | 96 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.62 |
| HSL | 201.82º | 0.21% | 0.31% | - |
| HSV(B) | 201.82º | 0.34% | 0.38% | - |
| XYZ | 7.33 | 8.24 | 12.27 | - |
| YUV | 79.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 84 | 96 | 0.34 | 0.12 | 0 | 0.62 | 201.82 | 0.21 | 0.31 |
| Hex | 3F | 54 | 60 | 22 | C | 0 | 3E | CA | 15 | 1F |
| Octal | 77 | 124 | 140 | 42 | 14 | 0 | 76 | 312 | 25 | 37 |
| Binary | 111111 | 1010100 | 1100000 | 100010 | 1100 | 0 | 111110 | 11001010 | 10101 | 11111 |
Color Harmonies of #3F5460
Complementary color
Monochromatic Colors of #3F5460
Black with #3F5460
Text Example
Text Example
White with #3F5460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5460; }
p { color: rgb(63,84,96); }
H1.HeaderClassName
{
color: #3F5460;
}
.AnyTagClassName
{
color: #3F5460;
}
</style>
background-color css
<style>
a { background-color: #3F5460; }
a { background-color: rgb(63,84,96); }
div.DivClassName
{
background-color: #3F5460;
}
.BgClassName
{
background-color: #3F5460;
}
</style>
border-color css
<style>
span { border-color: #3F5460; }
span { border-color: rgb(63,84,96); }
td.TdClassName
{
border-color: #3F5460;
}
.TagClassName
{
border-color: #3F5460;
}
</style>