Shades of San Juan #415663
Tints of San Juan #415663
RGB
CMYK
RGB Variations
Color information
#415663 (or 0x415663) is known color: San Juan. HEX triplet: 41, 56 and 63. RGB value is (65,86,99). Sum of RGB (Red+Green+Blue) = 65+86+99=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 99 - color contains mainly: blue. Hex color #415663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415663 is #BEA99C. Grayscale: #515151. Windows color (decimal): -12495261 or 6510145. OLE color: 6510145.
HSL color Cylindrical-coordinate representation of color #415663: hue angle of 202.94º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #415663 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 65 | 86 | 99 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.61 |
| HSL | 202.94º | 0.21% | 0.32% | - |
| HSV(B) | 202.94º | 0.34% | 0.39% | - |
| XYZ | 7.76 | 8.68 | 13.07 | - |
| YUV | 81.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 86 | 99 | 0.34 | 0.13 | 0 | 0.61 | 202.94 | 0.21 | 0.32 |
| Hex | 41 | 56 | 63 | 22 | D | 0 | 3D | CB | 15 | 20 |
| Octal | 101 | 126 | 143 | 42 | 15 | 0 | 75 | 313 | 25 | 40 |
| Binary | 1000001 | 1010110 | 1100011 | 100010 | 1101 | 0 | 111101 | 11001011 | 10101 | 100000 |
Color Harmonies of #415663
Complementary color
Monochromatic Colors of #415663
Black with #415663
Text Example
Text Example
White with #415663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415663; }
p { color: rgb(65,86,99); }
H1.HeaderClassName
{
color: #415663;
}
.AnyTagClassName
{
color: #415663;
}
</style>
background-color css
<style>
a { background-color: #415663; }
a { background-color: rgb(65,86,99); }
div.DivClassName
{
background-color: #415663;
}
.BgClassName
{
background-color: #415663;
}
</style>
border-color css
<style>
span { border-color: #415663; }
span { border-color: rgb(65,86,99); }
td.TdClassName
{
border-color: #415663;
}
.TagClassName
{
border-color: #415663;
}
</style>