Shades of San Juan #41586B
Tints of San Juan #41586B
RGB
CMYK
RGB Variations
Color information
#41586B (or 0x41586B) is known color: San Juan. HEX triplet: 41, 58 and 6B. RGB value is (65,88,107). Sum of RGB (Red+Green+Blue) = 65+88+107=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 107 - color contains mainly: blue. Hex color #41586B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41586B is #BEA794. Grayscale: #535353. Windows color (decimal): -12494741 or 7034945. OLE color: 7034945.
HSL color Cylindrical-coordinate representation of color #41586B: hue angle of 207.14º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #41586B is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 88 | 107 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.58 |
| HSL | 207.14º | 0.24% | 0.34% | - |
| HSV(B) | 207.14º | 0.39% | 0.42% | - |
| XYZ | 8.32 | 9.16 | 15.24 | - |
| YUV | 83.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 88 | 107 | 0.39 | 0.18 | 0 | 0.58 | 207.14 | 0.24 | 0.34 |
| Hex | 41 | 58 | 6B | 27 | 12 | 0 | 3A | CF | 18 | 22 |
| Octal | 101 | 130 | 153 | 47 | 22 | 0 | 72 | 317 | 30 | 42 |
| Binary | 1000001 | 1011000 | 1101011 | 100111 | 10010 | 0 | 111010 | 11001111 | 11000 | 100010 |
Color Harmonies of #41586B
Complementary color
Monochromatic Colors of #41586B
Black with #41586B
Text Example
Text Example
White with #41586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41586B; }
p { color: rgb(65,88,107); }
H1.HeaderClassName
{
color: #41586B;
}
.AnyTagClassName
{
color: #41586B;
}
</style>
background-color css
<style>
a { background-color: #41586B; }
a { background-color: rgb(65,88,107); }
div.DivClassName
{
background-color: #41586B;
}
.BgClassName
{
background-color: #41586B;
}
</style>
border-color css
<style>
span { border-color: #41586B; }
span { border-color: rgb(65,88,107); }
td.TdClassName
{
border-color: #41586B;
}
.TagClassName
{
border-color: #41586B;
}
</style>