Shades of San Juan #41596D
Tints of San Juan #41596D
RGB
CMYK
RGB Variations
Color information
#41596D (or 0x41596D) is known color: San Juan. HEX triplet: 41, 59 and 6D. RGB value is (65,89,109). Sum of RGB (Red+Green+Blue) = 65+89+109=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 109 - color contains mainly: blue. Hex color #41596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41596D is #BEA692. Grayscale: #535353. Windows color (decimal): -12494483 or 7166273. OLE color: 7166273.
HSL color Cylindrical-coordinate representation of color #41596D: hue angle of 207.27º 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 #41596D is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 89 | 109 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.57 |
| HSL | 207.27º | 0.25% | 0.34% | - |
| HSV(B) | 207.27º | 0.4% | 0.43% | - |
| XYZ | 8.51 | 9.37 | 15.83 | - |
| YUV | 84.1 | 142.05 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 89 | 109 | 0.40 | 0.18 | 0 | 0.57 | 207.27 | 0.25 | 0.34 |
| Hex | 41 | 59 | 6D | 28 | 12 | 0 | 39 | CF | 19 | 22 |
| Octal | 101 | 131 | 155 | 50 | 22 | 0 | 71 | 317 | 31 | 42 |
| Binary | 1000001 | 1011001 | 1101101 | 101000 | 10010 | 0 | 111001 | 11001111 | 11001 | 100010 |
Color Harmonies of #41596D
Complementary color
Monochromatic Colors of #41596D
Black with #41596D
Text Example
Text Example
White with #41596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41596D; }
p { color: rgb(65,89,109); }
H1.HeaderClassName
{
color: #41596D;
}
.AnyTagClassName
{
color: #41596D;
}
</style>
background-color css
<style>
a { background-color: #41596D; }
a { background-color: rgb(65,89,109); }
div.DivClassName
{
background-color: #41596D;
}
.BgClassName
{
background-color: #41596D;
}
</style>
border-color css
<style>
span { border-color: #41596D; }
span { border-color: rgb(65,89,109); }
td.TdClassName
{
border-color: #41596D;
}
.TagClassName
{
border-color: #41596D;
}
</style>