Shades of San Juan #3F525D
Tints of San Juan #3F525D
RGB
CMYK
RGB Variations
Color information
#3F525D (or 0x3F525D) is known color: San Juan. HEX triplet: 3F, 52 and 5D. RGB value is (63,82,93). Sum of RGB (Red+Green+Blue) = 63+82+93=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F525D is #C0ADA2. Grayscale: #4D4D4D. Windows color (decimal): -12627363 or 6115903. OLE color: 6115903.
HSL color Cylindrical-coordinate representation of color #3F525D: hue angle of 202º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F525D is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 82 | 93 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.64 |
| HSL | 202º | 0.19% | 0.31% | - |
| HSV(B) | 202º | 0.32% | 0.36% | - |
| XYZ | 7.04 | 7.88 | 11.51 | - |
| YUV | 77.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 82 | 93 | 0.32 | 0.12 | 0 | 0.64 | 202 | 0.19 | 0.31 |
| Hex | 3F | 52 | 5D | 20 | C | 0 | 40 | CA | 13 | 1F |
| Octal | 77 | 122 | 135 | 40 | 14 | 0 | 100 | 312 | 23 | 37 |
| Binary | 111111 | 1010010 | 1011101 | 100000 | 1100 | 0 | 1000000 | 11001010 | 10011 | 11111 |
Color Harmonies of #3F525D
Complementary color
Monochromatic Colors of #3F525D
Black with #3F525D
Text Example
Text Example
White with #3F525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F525D; }
p { color: rgb(63,82,93); }
H1.HeaderClassName
{
color: #3F525D;
}
.AnyTagClassName
{
color: #3F525D;
}
</style>
background-color css
<style>
a { background-color: #3F525D; }
a { background-color: rgb(63,82,93); }
div.DivClassName
{
background-color: #3F525D;
}
.BgClassName
{
background-color: #3F525D;
}
</style>
border-color css
<style>
span { border-color: #3F525D; }
span { border-color: rgb(63,82,93); }
td.TdClassName
{
border-color: #3F525D;
}
.TagClassName
{
border-color: #3F525D;
}
</style>