Shades of San Juan #415D67
Tints of San Juan #415D67
RGB
CMYK
RGB Variations
Color information
#415D67 (or 0x415D67) is known color: San Juan. HEX triplet: 41, 5D and 67. RGB value is (65,93,103). Sum of RGB (Red+Green+Blue) = 65+93+103=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 103 - color contains mainly: blue. Hex color #415D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415D67 is #BEA298. Grayscale: #555555. Windows color (decimal): -12493465 or 6774081. OLE color: 6774081.
HSL color Cylindrical-coordinate representation of color #415D67: hue angle of 195.79º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #415D67 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 93 | 103 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.60 |
| HSL | 195.79º | 0.23% | 0.33% | - |
| HSV(B) | 195.79º | 0.37% | 0.4% | - |
| XYZ | 8.54 | 9.93 | 14.3 | - |
| YUV | 85.77 | 137.72 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 93 | 103 | 0.37 | 0.10 | 0 | 0.60 | 195.79 | 0.23 | 0.33 |
| Hex | 41 | 5D | 67 | 25 | A | 0 | 3C | C4 | 17 | 21 |
| Octal | 101 | 135 | 147 | 45 | 12 | 0 | 74 | 304 | 27 | 41 |
| Binary | 1000001 | 1011101 | 1100111 | 100101 | 1010 | 0 | 111100 | 11000100 | 10111 | 100001 |
Color Harmonies of #415D67
Complementary color
Monochromatic Colors of #415D67
Black with #415D67
Text Example
Text Example
White with #415D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415D67; }
p { color: rgb(65,93,103); }
H1.HeaderClassName
{
color: #415D67;
}
.AnyTagClassName
{
color: #415D67;
}
</style>
background-color css
<style>
a { background-color: #415D67; }
a { background-color: rgb(65,93,103); }
div.DivClassName
{
background-color: #415D67;
}
.BgClassName
{
background-color: #415D67;
}
</style>
border-color css
<style>
span { border-color: #415D67; }
span { border-color: rgb(65,93,103); }
td.TdClassName
{
border-color: #415D67;
}
.TagClassName
{
border-color: #415D67;
}
</style>