Shades of San Juan #3F5767
Tints of San Juan #3F5767
RGB
CMYK
RGB Variations
Color information
#3F5767 (or 0x3F5767) is known color: San Juan. HEX triplet: 3F, 57 and 67. RGB value is (63,87,103). Sum of RGB (Red+Green+Blue) = 63+87+103=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F5767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5767 is #C0A898. Grayscale: #515151. Windows color (decimal): -12626073 or 6772543. OLE color: 6772543.
HSL color Cylindrical-coordinate representation of color #3F5767: hue angle of 204º 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 #3F5767 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 87 | 103 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.60 |
| HSL | 204º | 0.24% | 0.33% | - |
| HSV(B) | 204º | 0.39% | 0.4% | - |
| XYZ | 7.91 | 8.85 | 14.12 | - |
| YUV | 81.65 | 140.05 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 87 | 103 | 0.39 | 0.16 | 0 | 0.60 | 204 | 0.24 | 0.33 |
| Hex | 3F | 57 | 67 | 27 | 10 | 0 | 3C | CC | 18 | 21 |
| Octal | 77 | 127 | 147 | 47 | 20 | 0 | 74 | 314 | 30 | 41 |
| Binary | 111111 | 1010111 | 1100111 | 100111 | 10000 | 0 | 111100 | 11001100 | 11000 | 100001 |
Color Harmonies of #3F5767
Complementary color
Monochromatic Colors of #3F5767
Black with #3F5767
Text Example
Text Example
White with #3F5767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5767; }
p { color: rgb(63,87,103); }
H1.HeaderClassName
{
color: #3F5767;
}
.AnyTagClassName
{
color: #3F5767;
}
</style>
background-color css
<style>
a { background-color: #3F5767; }
a { background-color: rgb(63,87,103); }
div.DivClassName
{
background-color: #3F5767;
}
.BgClassName
{
background-color: #3F5767;
}
</style>
border-color css
<style>
span { border-color: #3F5767; }
span { border-color: rgb(63,87,103); }
td.TdClassName
{
border-color: #3F5767;
}
.TagClassName
{
border-color: #3F5767;
}
</style>