Shades of San Juan #415665
Tints of San Juan #415665
RGB
CMYK
RGB Variations
Color information
#415665 (or 0x415665) is known color: San Juan. HEX triplet: 41, 56 and 65. RGB value is (65,86,101). Sum of RGB (Red+Green+Blue) = 65+86+101=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 101 - color contains mainly: blue. Hex color #415665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415665 is #BEA99A. Grayscale: #515151. Windows color (decimal): -12495259 or 6641217. OLE color: 6641217.
HSL color Cylindrical-coordinate representation of color #415665: hue angle of 205º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #415665 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 86 | 101 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.60 |
| HSL | 205º | 0.22% | 0.33% | - |
| HSV(B) | 205º | 0.36% | 0.4% | - |
| XYZ | 7.86 | 8.72 | 13.58 | - |
| YUV | 81.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 86 | 101 | 0.36 | 0.15 | 0 | 0.60 | 205 | 0.22 | 0.33 |
| Hex | 41 | 56 | 65 | 24 | F | 0 | 3C | CD | 16 | 21 |
| Octal | 101 | 126 | 145 | 44 | 17 | 0 | 74 | 315 | 26 | 41 |
| Binary | 1000001 | 1010110 | 1100101 | 100100 | 1111 | 0 | 111100 | 11001101 | 10110 | 100001 |
Color Harmonies of #415665
Complementary color
Monochromatic Colors of #415665
Black with #415665
Text Example
Text Example
White with #415665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415665; }
p { color: rgb(65,86,101); }
H1.HeaderClassName
{
color: #415665;
}
.AnyTagClassName
{
color: #415665;
}
</style>
background-color css
<style>
a { background-color: #415665; }
a { background-color: rgb(65,86,101); }
div.DivClassName
{
background-color: #415665;
}
.BgClassName
{
background-color: #415665;
}
</style>
border-color css
<style>
span { border-color: #415665; }
span { border-color: rgb(65,86,101); }
td.TdClassName
{
border-color: #415665;
}
.TagClassName
{
border-color: #415665;
}
</style>