Shades of San Juan #415C6D
Tints of San Juan #415C6D
RGB
CMYK
RGB Variations
Color information
#415C6D (or 0x415C6D) is known color: San Juan. HEX triplet: 41, 5C and 6D. RGB value is (65,92,109). Sum of RGB (Red+Green+Blue) = 65+92+109=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 109 - color contains mainly: blue. Hex color #415C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415C6D is #BEA392. Grayscale: #555555. Windows color (decimal): -12493715 or 7167041. OLE color: 7167041.
HSL color Cylindrical-coordinate representation of color #415C6D: hue angle of 203.18º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #415C6D is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 92 | 109 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.57 |
| HSL | 203.18º | 0.25% | 0.34% | - |
| HSV(B) | 203.18º | 0.4% | 0.43% | - |
| XYZ | 8.77 | 9.88 | 15.91 | - |
| YUV | 85.87 | 141.05 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 109 | 0.40 | 0.16 | 0 | 0.57 | 203.18 | 0.25 | 0.34 |
| Hex | 41 | 5C | 6D | 28 | 10 | 0 | 39 | CB | 19 | 22 |
| Octal | 101 | 134 | 155 | 50 | 20 | 0 | 71 | 313 | 31 | 42 |
| Binary | 1000001 | 1011100 | 1101101 | 101000 | 10000 | 0 | 111001 | 11001011 | 11001 | 100010 |
Color Harmonies of #415C6D
Complementary color
Monochromatic Colors of #415C6D
Black with #415C6D
Text Example
Text Example
White with #415C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415C6D; }
p { color: rgb(65,92,109); }
H1.HeaderClassName
{
color: #415C6D;
}
.AnyTagClassName
{
color: #415C6D;
}
</style>
background-color css
<style>
a { background-color: #415C6D; }
a { background-color: rgb(65,92,109); }
div.DivClassName
{
background-color: #415C6D;
}
.BgClassName
{
background-color: #415C6D;
}
</style>
border-color css
<style>
span { border-color: #415C6D; }
span { border-color: rgb(65,92,109); }
td.TdClassName
{
border-color: #415C6D;
}
.TagClassName
{
border-color: #415C6D;
}
</style>