Shades of San Juan #3F5967
Tints of San Juan #3F5967
RGB
CMYK
RGB Variations
Color information
#3F5967 (or 0x3F5967) is known color: San Juan. HEX triplet: 3F, 59 and 67. RGB value is (63,89,103). Sum of RGB (Red+Green+Blue) = 63+89+103=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F5967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5967 is #C0A698. Grayscale: #525252. Windows color (decimal): -12625561 or 6773055. OLE color: 6773055.
HSL color Cylindrical-coordinate representation of color #3F5967: hue angle of 201º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F5967 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 89 | 103 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.60 |
| HSL | 201º | 0.24% | 0.33% | - |
| HSV(B) | 201º | 0.39% | 0.4% | - |
| XYZ | 8.07 | 9.18 | 14.18 | - |
| YUV | 82.82 | 139.39 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 103 | 0.39 | 0.14 | 0 | 0.60 | 201 | 0.24 | 0.33 |
| Hex | 3F | 59 | 67 | 27 | E | 0 | 3C | C9 | 18 | 21 |
| Octal | 77 | 131 | 147 | 47 | 16 | 0 | 74 | 311 | 30 | 41 |
| Binary | 111111 | 1011001 | 1100111 | 100111 | 1110 | 0 | 111100 | 11001001 | 11000 | 100001 |
Color Harmonies of #3F5967
Complementary color
Monochromatic Colors of #3F5967
Black with #3F5967
Text Example
Text Example
White with #3F5967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5967; }
p { color: rgb(63,89,103); }
H1.HeaderClassName
{
color: #3F5967;
}
.AnyTagClassName
{
color: #3F5967;
}
</style>
background-color css
<style>
a { background-color: #3F5967; }
a { background-color: rgb(63,89,103); }
div.DivClassName
{
background-color: #3F5967;
}
.BgClassName
{
background-color: #3F5967;
}
</style>
border-color css
<style>
span { border-color: #3F5967; }
span { border-color: rgb(63,89,103); }
td.TdClassName
{
border-color: #3F5967;
}
.TagClassName
{
border-color: #3F5967;
}
</style>