Shades of San Juan #3D5869
Tints of San Juan #3D5869
RGB
CMYK
RGB Variations
Color information
#3D5869 (or 0x3D5869) is known color: San Juan. HEX triplet: 3D, 58 and 69. RGB value is (61,88,105). Sum of RGB (Red+Green+Blue) = 61+88+105=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 105 - color contains mainly: blue. Hex color #3D5869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5869 is #C2A796. Grayscale: #515151. Windows color (decimal): -12756887 or 6903869. OLE color: 6903869.
HSL color Cylindrical-coordinate representation of color #3D5869: hue angle of 203.18º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3D5869 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 61 | 88 | 105 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.59 |
| HSL | 203.18º | 0.27% | 0.33% | - |
| HSV(B) | 203.18º | 0.42% | 0.41% | - |
| XYZ | 7.96 | 8.99 | 14.68 | - |
| YUV | 81.87 | 141.05 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 88 | 105 | 0.42 | 0.16 | 0 | 0.59 | 203.18 | 0.27 | 0.33 |
| Hex | 3D | 58 | 69 | 2A | 10 | 0 | 3B | CB | 1B | 21 |
| Octal | 75 | 130 | 151 | 52 | 20 | 0 | 73 | 313 | 33 | 41 |
| Binary | 111101 | 1011000 | 1101001 | 101010 | 10000 | 0 | 111011 | 11001011 | 11011 | 100001 |
Color Harmonies of #3D5869
Complementary color
Monochromatic Colors of #3D5869
Black with #3D5869
Text Example
Text Example
White with #3D5869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5869; }
p { color: rgb(61,88,105); }
H1.HeaderClassName
{
color: #3D5869;
}
.AnyTagClassName
{
color: #3D5869;
}
</style>
background-color css
<style>
a { background-color: #3D5869; }
a { background-color: rgb(61,88,105); }
div.DivClassName
{
background-color: #3D5869;
}
.BgClassName
{
background-color: #3D5869;
}
</style>
border-color css
<style>
span { border-color: #3D5869; }
span { border-color: rgb(61,88,105); }
td.TdClassName
{
border-color: #3D5869;
}
.TagClassName
{
border-color: #3D5869;
}
</style>