Shades of San Juan #415A6D
Tints of San Juan #415A6D
RGB
CMYK
RGB Variations
Color information
#415A6D (or 0x415A6D) is known color: San Juan. HEX triplet: 41, 5A and 6D. RGB value is (65,90,109). Sum of RGB (Red+Green+Blue) = 65+90+109=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #415A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415A6D is #BEA592. Grayscale: #545454. Windows color (decimal): -12494227 or 7166529. OLE color: 7166529.
HSL color Cylindrical-coordinate representation of color #415A6D: hue angle of 205.91º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #415A6D is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 90 | 109 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.57 |
| HSL | 205.91º | 0.25% | 0.34% | - |
| HSV(B) | 205.91º | 0.4% | 0.43% | - |
| XYZ | 8.6 | 9.54 | 15.86 | - |
| YUV | 84.69 | 141.72 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 90 | 109 | 0.40 | 0.17 | 0 | 0.57 | 205.91 | 0.25 | 0.34 |
| Hex | 41 | 5A | 6D | 28 | 11 | 0 | 39 | CE | 19 | 22 |
| Octal | 101 | 132 | 155 | 50 | 21 | 0 | 71 | 316 | 31 | 42 |
| Binary | 1000001 | 1011010 | 1101101 | 101000 | 10001 | 0 | 111001 | 11001110 | 11001 | 100010 |
Color Harmonies of #415A6D
Complementary color
Monochromatic Colors of #415A6D
Black with #415A6D
Text Example
Text Example
White with #415A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415A6D; }
p { color: rgb(65,90,109); }
H1.HeaderClassName
{
color: #415A6D;
}
.AnyTagClassName
{
color: #415A6D;
}
</style>
background-color css
<style>
a { background-color: #415A6D; }
a { background-color: rgb(65,90,109); }
div.DivClassName
{
background-color: #415A6D;
}
.BgClassName
{
background-color: #415A6D;
}
</style>
border-color css
<style>
span { border-color: #415A6D; }
span { border-color: rgb(65,90,109); }
td.TdClassName
{
border-color: #415A6D;
}
.TagClassName
{
border-color: #415A6D;
}
</style>