Shades of San Juan #405B6D
Tints of San Juan #405B6D
RGB
CMYK
RGB Variations
Color information
#405B6D (or 0x405B6D) is known color: San Juan. HEX triplet: 40, 5B and 6D. RGB value is (64,91,109). Sum of RGB (Red+Green+Blue) = 64+91+109=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 91 (35.94% from 255 or 34.47% 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 #405B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405B6D is #BFA492. Grayscale: #545454. Windows color (decimal): -12559507 or 7166784. OLE color: 7166784.
HSL color Cylindrical-coordinate representation of color #405B6D: hue angle of 204º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #405B6D is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 91 | 109 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.57 |
| HSL | 204º | 0.26% | 0.34% | - |
| HSV(B) | 204º | 0.41% | 0.43% | - |
| XYZ | 8.62 | 9.68 | 15.88 | - |
| YUV | 84.98 | 141.55 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 109 | 0.41 | 0.17 | 0 | 0.57 | 204 | 0.26 | 0.34 |
| Hex | 40 | 5B | 6D | 29 | 11 | 0 | 39 | CC | 1A | 22 |
| Octal | 100 | 133 | 155 | 51 | 21 | 0 | 71 | 314 | 32 | 42 |
| Binary | 1000000 | 1011011 | 1101101 | 101001 | 10001 | 0 | 111001 | 11001100 | 11010 | 100010 |
Color Harmonies of #405B6D
Complementary color
Monochromatic Colors of #405B6D
Black with #405B6D
Text Example
Text Example
White with #405B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405B6D; }
p { color: rgb(64,91,109); }
H1.HeaderClassName
{
color: #405B6D;
}
.AnyTagClassName
{
color: #405B6D;
}
</style>
background-color css
<style>
a { background-color: #405B6D; }
a { background-color: rgb(64,91,109); }
div.DivClassName
{
background-color: #405B6D;
}
.BgClassName
{
background-color: #405B6D;
}
</style>
border-color css
<style>
span { border-color: #405B6D; }
span { border-color: rgb(64,91,109); }
td.TdClassName
{
border-color: #405B6D;
}
.TagClassName
{
border-color: #405B6D;
}
</style>