Shades of San Juan #3F576D
Tints of San Juan #3F576D
RGB
CMYK
RGB Variations
Color information
#3F576D (or 0x3F576D) is known color: San Juan. HEX triplet: 3F, 57 and 6D. RGB value is (63,87,109). Sum of RGB (Red+Green+Blue) = 63+87+109=259 (34% of max value = 765). Red value is 63 (25% from 255 or 24.32% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F576D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F576D is #C0A892. Grayscale: #525252. Windows color (decimal): -12626067 or 7165759. OLE color: 7165759.
HSL color Cylindrical-coordinate representation of color #3F576D: hue angle of 208.7º 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 #3F576D is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 87 | 109 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.57 |
| HSL | 208.7º | 0.27% | 0.34% | - |
| HSV(B) | 208.7º | 0.42% | 0.43% | - |
| XYZ | 8.22 | 8.98 | 15.77 | - |
| YUV | 82.33 | 143.05 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 87 | 109 | 0.42 | 0.20 | 0 | 0.57 | 208.7 | 0.27 | 0.34 |
| Hex | 3F | 57 | 6D | 2A | 14 | 0 | 39 | D1 | 1B | 22 |
| Octal | 77 | 127 | 155 | 52 | 24 | 0 | 71 | 321 | 33 | 42 |
| Binary | 111111 | 1010111 | 1101101 | 101010 | 10100 | 0 | 111001 | 11010001 | 11011 | 100010 |
Color Harmonies of #3F576D
Complementary color
Monochromatic Colors of #3F576D
Black with #3F576D
Text Example
Text Example
White with #3F576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F576D; }
p { color: rgb(63,87,109); }
H1.HeaderClassName
{
color: #3F576D;
}
.AnyTagClassName
{
color: #3F576D;
}
</style>
background-color css
<style>
a { background-color: #3F576D; }
a { background-color: rgb(63,87,109); }
div.DivClassName
{
background-color: #3F576D;
}
.BgClassName
{
background-color: #3F576D;
}
</style>
border-color css
<style>
span { border-color: #3F576D; }
span { border-color: rgb(63,87,109); }
td.TdClassName
{
border-color: #3F576D;
}
.TagClassName
{
border-color: #3F576D;
}
</style>