Shades of San Juan #405C69
Tints of San Juan #405C69
RGB
CMYK
RGB Variations
Color information
#405C69 (or 0x405C69) is known color: San Juan. HEX triplet: 40, 5C and 69. RGB value is (64,92,105). Sum of RGB (Red+Green+Blue) = 64+92+105=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 105 - color contains mainly: blue. Hex color #405C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405C69 is #BFA396. Grayscale: #555555. Windows color (decimal): -12559255 or 6904896. OLE color: 6904896.
HSL color Cylindrical-coordinate representation of color #405C69: hue angle of 199.02º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #405C69 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 92 | 105 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.59 |
| HSL | 199.02º | 0.24% | 0.33% | - |
| HSV(B) | 199.02º | 0.39% | 0.41% | - |
| XYZ | 8.49 | 9.76 | 14.8 | - |
| YUV | 85.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 105 | 0.39 | 0.12 | 0 | 0.59 | 199.02 | 0.24 | 0.33 |
| Hex | 40 | 5C | 69 | 27 | C | 0 | 3B | C7 | 18 | 21 |
| Octal | 100 | 134 | 151 | 47 | 14 | 0 | 73 | 307 | 30 | 41 |
| Binary | 1000000 | 1011100 | 1101001 | 100111 | 1100 | 0 | 111011 | 11000111 | 11000 | 100001 |
Color Harmonies of #405C69
Complementary color
Monochromatic Colors of #405C69
Black with #405C69
Text Example
Text Example
White with #405C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405C69; }
p { color: rgb(64,92,105); }
H1.HeaderClassName
{
color: #405C69;
}
.AnyTagClassName
{
color: #405C69;
}
</style>
background-color css
<style>
a { background-color: #405C69; }
a { background-color: rgb(64,92,105); }
div.DivClassName
{
background-color: #405C69;
}
.BgClassName
{
background-color: #405C69;
}
</style>
border-color css
<style>
span { border-color: #405C69; }
span { border-color: rgb(64,92,105); }
td.TdClassName
{
border-color: #405C69;
}
.TagClassName
{
border-color: #405C69;
}
</style>