Shades of San Juan #415C6B
Tints of San Juan #415C6B
RGB
CMYK
RGB Variations
Color information
#415C6B (or 0x415C6B) is known color: San Juan. HEX triplet: 41, 5C and 6B. RGB value is (65,92,107). Sum of RGB (Red+Green+Blue) = 65+92+107=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 107 - color contains mainly: blue. Hex color #415C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415C6B is #BEA394. Grayscale: #555555. Windows color (decimal): -12493717 or 7035969. OLE color: 7035969.
HSL color Cylindrical-coordinate representation of color #415C6B: hue angle of 201.43º 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 #415C6B is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 92 | 107 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.58 |
| HSL | 201.43º | 0.24% | 0.34% | - |
| HSV(B) | 201.43º | 0.39% | 0.42% | - |
| XYZ | 8.66 | 9.84 | 15.35 | - |
| YUV | 85.64 | 140.05 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 107 | 0.39 | 0.14 | 0 | 0.58 | 201.43 | 0.24 | 0.34 |
| Hex | 41 | 5C | 6B | 27 | E | 0 | 3A | C9 | 18 | 22 |
| Octal | 101 | 134 | 153 | 47 | 16 | 0 | 72 | 311 | 30 | 42 |
| Binary | 1000001 | 1011100 | 1101011 | 100111 | 1110 | 0 | 111010 | 11001001 | 11000 | 100010 |
Color Harmonies of #415C6B
Complementary color
Monochromatic Colors of #415C6B
Black with #415C6B
Text Example
Text Example
White with #415C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415C6B; }
p { color: rgb(65,92,107); }
H1.HeaderClassName
{
color: #415C6B;
}
.AnyTagClassName
{
color: #415C6B;
}
</style>
background-color css
<style>
a { background-color: #415C6B; }
a { background-color: rgb(65,92,107); }
div.DivClassName
{
background-color: #415C6B;
}
.BgClassName
{
background-color: #415C6B;
}
</style>
border-color css
<style>
span { border-color: #415C6B; }
span { border-color: rgb(65,92,107); }
td.TdClassName
{
border-color: #415C6B;
}
.TagClassName
{
border-color: #415C6B;
}
</style>