Shades of San Juan #415C66
Tints of San Juan #415C66
RGB
CMYK
RGB Variations
Color information
#415C66 (or 0x415C66) is known color: San Juan. HEX triplet: 41, 5C and 66. RGB value is (65,92,102). Sum of RGB (Red+Green+Blue) = 65+92+102=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 102 - color contains mainly: blue. Hex color #415C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415C66 is #BEA399. Grayscale: #555555. Windows color (decimal): -12493722 or 6708289. OLE color: 6708289.
HSL color Cylindrical-coordinate representation of color #415C66: hue angle of 196.22º 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 #415C66 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 65 | 92 | 102 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.6 |
| HSL | 196.22º | 0.22% | 0.33% | - |
| HSV(B) | 196.22º | 0.36% | 0.4% | - |
| XYZ | 8.41 | 9.74 | 14.01 | - |
| YUV | 85.07 | 137.55 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 102 | 0.36 | 0.10 | 0 | 0.6 | 196.22 | 0.22 | 0.33 |
| Hex | 41 | 5C | 66 | 24 | A | 0 | 3C | C4 | 16 | 21 |
| Octal | 101 | 134 | 146 | 44 | 12 | 0 | 74 | 304 | 26 | 41 |
| Binary | 1000001 | 1011100 | 1100110 | 100100 | 1010 | 0 | 111100 | 11000100 | 10110 | 100001 |
Color Harmonies of #415C66
Complementary color
Monochromatic Colors of #415C66
Black with #415C66
Text Example
Text Example
White with #415C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415C66; }
p { color: rgb(65,92,102); }
H1.HeaderClassName
{
color: #415C66;
}
.AnyTagClassName
{
color: #415C66;
}
</style>
background-color css
<style>
a { background-color: #415C66; }
a { background-color: rgb(65,92,102); }
div.DivClassName
{
background-color: #415C66;
}
.BgClassName
{
background-color: #415C66;
}
</style>
border-color css
<style>
span { border-color: #415C66; }
span { border-color: rgb(65,92,102); }
td.TdClassName
{
border-color: #415C66;
}
.TagClassName
{
border-color: #415C66;
}
</style>