Shades of San Juan #415D68
Tints of San Juan #415D68
RGB
CMYK
RGB Variations
Color information
#415D68 (or 0x415D68) is known color: San Juan. HEX triplet: 41, 5D and 68. RGB value is (65,93,104). Sum of RGB (Red+Green+Blue) = 65+93+104=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 104 - color contains mainly: blue. Hex color #415D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415D68 is #BEA297. Grayscale: #555555. Windows color (decimal): -12493464 or 6839617. OLE color: 6839617.
HSL color Cylindrical-coordinate representation of color #415D68: hue angle of 196.92º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #415D68 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 93 | 104 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.59 |
| HSL | 196.92º | 0.23% | 0.33% | - |
| HSV(B) | 196.92º | 0.38% | 0.41% | - |
| XYZ | 8.59 | 9.95 | 14.56 | - |
| YUV | 85.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 93 | 104 | 0.38 | 0.11 | 0 | 0.59 | 196.92 | 0.23 | 0.33 |
| Hex | 41 | 5D | 68 | 26 | B | 0 | 3B | C5 | 17 | 21 |
| Octal | 101 | 135 | 150 | 46 | 13 | 0 | 73 | 305 | 27 | 41 |
| Binary | 1000001 | 1011101 | 1101000 | 100110 | 1011 | 0 | 111011 | 11000101 | 10111 | 100001 |
Color Harmonies of #415D68
Complementary color
Monochromatic Colors of #415D68
Black with #415D68
Text Example
Text Example
White with #415D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415D68; }
p { color: rgb(65,93,104); }
H1.HeaderClassName
{
color: #415D68;
}
.AnyTagClassName
{
color: #415D68;
}
</style>
background-color css
<style>
a { background-color: #415D68; }
a { background-color: rgb(65,93,104); }
div.DivClassName
{
background-color: #415D68;
}
.BgClassName
{
background-color: #415D68;
}
</style>
border-color css
<style>
span { border-color: #415D68; }
span { border-color: rgb(65,93,104); }
td.TdClassName
{
border-color: #415D68;
}
.TagClassName
{
border-color: #415D68;
}
</style>