Shades of San Juan #405664
Tints of San Juan #405664
RGB
CMYK
RGB Variations
Color information
#405664 (or 0x405664) is known color: San Juan. HEX triplet: 40, 56 and 64. RGB value is (64,86,100). Sum of RGB (Red+Green+Blue) = 64+86+100=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 100 - color contains mainly: blue. Hex color #405664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405664 is #BFA99B. Grayscale: #505050. Windows color (decimal): -12560796 or 6575680. OLE color: 6575680.
HSL color Cylindrical-coordinate representation of color #405664: hue angle of 203.33º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #405664 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 86 | 100 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.61 |
| HSL | 203.33º | 0.22% | 0.32% | - |
| HSV(B) | 203.33º | 0.36% | 0.39% | - |
| XYZ | 7.74 | 8.67 | 13.32 | - |
| YUV | 81.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 86 | 100 | 0.36 | 0.14 | 0 | 0.61 | 203.33 | 0.22 | 0.32 |
| Hex | 40 | 56 | 64 | 24 | E | 0 | 3D | CB | 16 | 20 |
| Octal | 100 | 126 | 144 | 44 | 16 | 0 | 75 | 313 | 26 | 40 |
| Binary | 1000000 | 1010110 | 1100100 | 100100 | 1110 | 0 | 111101 | 11001011 | 10110 | 100000 |
Color Harmonies of #405664
Complementary color
Monochromatic Colors of #405664
Black with #405664
Text Example
Text Example
White with #405664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405664; }
p { color: rgb(64,86,100); }
H1.HeaderClassName
{
color: #405664;
}
.AnyTagClassName
{
color: #405664;
}
</style>
background-color css
<style>
a { background-color: #405664; }
a { background-color: rgb(64,86,100); }
div.DivClassName
{
background-color: #405664;
}
.BgClassName
{
background-color: #405664;
}
</style>
border-color css
<style>
span { border-color: #405664; }
span { border-color: rgb(64,86,100); }
td.TdClassName
{
border-color: #405664;
}
.TagClassName
{
border-color: #405664;
}
</style>