Shades of San Juan #415B67
Tints of San Juan #415B67
RGB
CMYK
RGB Variations
Color information
#415B67 (or 0x415B67) is known color: San Juan. HEX triplet: 41, 5B and 67. RGB value is (65,91,103). Sum of RGB (Red+Green+Blue) = 65+91+103=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 103 (40.62% from 255 or 39.77% from 259); Max value from RGB is 103 - color contains mainly: blue. Hex color #415B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B67 is #BEA498. Grayscale: #545454. Windows color (decimal): -12493977 or 6773569. OLE color: 6773569.
HSL color Cylindrical-coordinate representation of color #415B67: hue angle of 198.95º 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 #415B67 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 91 | 103 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.60 |
| HSL | 198.95º | 0.23% | 0.33% | - |
| HSV(B) | 198.95º | 0.37% | 0.4% | - |
| XYZ | 8.37 | 9.59 | 14.24 | - |
| YUV | 84.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 91 | 103 | 0.37 | 0.12 | 0 | 0.60 | 198.95 | 0.23 | 0.33 |
| Hex | 41 | 5B | 67 | 25 | C | 0 | 3C | C7 | 17 | 21 |
| Octal | 101 | 133 | 147 | 45 | 14 | 0 | 74 | 307 | 27 | 41 |
| Binary | 1000001 | 1011011 | 1100111 | 100101 | 1100 | 0 | 111100 | 11000111 | 10111 | 100001 |
Color Harmonies of #415B67
Complementary color
Monochromatic Colors of #415B67
Black with #415B67
Text Example
Text Example
White with #415B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415B67; }
p { color: rgb(65,91,103); }
H1.HeaderClassName
{
color: #415B67;
}
.AnyTagClassName
{
color: #415B67;
}
</style>
background-color css
<style>
a { background-color: #415B67; }
a { background-color: rgb(65,91,103); }
div.DivClassName
{
background-color: #415B67;
}
.BgClassName
{
background-color: #415B67;
}
</style>
border-color css
<style>
span { border-color: #415B67; }
span { border-color: rgb(65,91,103); }
td.TdClassName
{
border-color: #415B67;
}
.TagClassName
{
border-color: #415B67;
}
</style>