Shades of San Juan #3D586B
Tints of San Juan #3D586B
RGB
CMYK
RGB Variations
Color information
#3D586B (or 0x3D586B) is known color: San Juan. HEX triplet: 3D, 58 and 6B. RGB value is (61,88,107). Sum of RGB (Red+Green+Blue) = 61+88+107=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 107 - color contains mainly: blue. Hex color #3D586B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D586B is #C2A794. Grayscale: #515151. Windows color (decimal): -12756885 or 7034941. OLE color: 7034941.
HSL color Cylindrical-coordinate representation of color #3D586B: hue angle of 204.78º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3D586B is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 88 | 107 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.58 |
| HSL | 204.78º | 0.27% | 0.33% | - |
| HSV(B) | 204.78º | 0.43% | 0.42% | - |
| XYZ | 8.07 | 9.03 | 15.23 | - |
| YUV | 82.09 | 142.05 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 88 | 107 | 0.43 | 0.18 | 0 | 0.58 | 204.78 | 0.27 | 0.33 |
| Hex | 3D | 58 | 6B | 2B | 12 | 0 | 3A | CD | 1B | 21 |
| Octal | 75 | 130 | 153 | 53 | 22 | 0 | 72 | 315 | 33 | 41 |
| Binary | 111101 | 1011000 | 1101011 | 101011 | 10010 | 0 | 111010 | 11001101 | 11011 | 100001 |
Color Harmonies of #3D586B
Complementary color
Monochromatic Colors of #3D586B
Black with #3D586B
Text Example
Text Example
White with #3D586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D586B; }
p { color: rgb(61,88,107); }
H1.HeaderClassName
{
color: #3D586B;
}
.AnyTagClassName
{
color: #3D586B;
}
</style>
background-color css
<style>
a { background-color: #3D586B; }
a { background-color: rgb(61,88,107); }
div.DivClassName
{
background-color: #3D586B;
}
.BgClassName
{
background-color: #3D586B;
}
</style>
border-color css
<style>
span { border-color: #3D586B; }
span { border-color: rgb(61,88,107); }
td.TdClassName
{
border-color: #3D586B;
}
.TagClassName
{
border-color: #3D586B;
}
</style>