Shades of San Juan #3F576A
Tints of San Juan #3F576A
RGB
CMYK
RGB Variations
Color information
#3F576A (or 0x3F576A) is known color: San Juan. HEX triplet: 3F, 57 and 6A. RGB value is (63,87,106). Sum of RGB (Red+Green+Blue) = 63+87+106=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 106 - color contains mainly: blue. Hex color #3F576A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F576A is #C0A895. Grayscale: #515151. Windows color (decimal): -12626070 or 6969151. OLE color: 6969151.
HSL color Cylindrical-coordinate representation of color #3F576A: hue angle of 206.51º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F576A is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 87 | 106 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.58 |
| HSL | 206.51º | 0.25% | 0.33% | - |
| HSV(B) | 206.51º | 0.41% | 0.42% | - |
| XYZ | 8.06 | 8.91 | 14.93 | - |
| YUV | 81.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 87 | 106 | 0.41 | 0.18 | 0 | 0.58 | 206.51 | 0.25 | 0.33 |
| Hex | 3F | 57 | 6A | 29 | 12 | 0 | 3A | CF | 19 | 21 |
| Octal | 77 | 127 | 152 | 51 | 22 | 0 | 72 | 317 | 31 | 41 |
| Binary | 111111 | 1010111 | 1101010 | 101001 | 10010 | 0 | 111010 | 11001111 | 11001 | 100001 |
Color Harmonies of #3F576A
Complementary color
Monochromatic Colors of #3F576A
Black with #3F576A
Text Example
Text Example
White with #3F576A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F576A; }
p { color: rgb(63,87,106); }
H1.HeaderClassName
{
color: #3F576A;
}
.AnyTagClassName
{
color: #3F576A;
}
</style>
background-color css
<style>
a { background-color: #3F576A; }
a { background-color: rgb(63,87,106); }
div.DivClassName
{
background-color: #3F576A;
}
.BgClassName
{
background-color: #3F576A;
}
</style>
border-color css
<style>
span { border-color: #3F576A; }
span { border-color: rgb(63,87,106); }
td.TdClassName
{
border-color: #3F576A;
}
.TagClassName
{
border-color: #3F576A;
}
</style>