Shades of San Juan #405C67
Tints of San Juan #405C67
RGB
CMYK
RGB Variations
Color information
#405C67 (or 0x405C67) is known color: San Juan. HEX triplet: 40, 5C and 67. RGB value is (64,92,103). Sum of RGB (Red+Green+Blue) = 64+92+103=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 92 (36.33% from 255 or 35.52% 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 #405C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405C67 is #BFA398. Grayscale: #545454. Windows color (decimal): -12559257 or 6773824. OLE color: 6773824.
HSL color Cylindrical-coordinate representation of color #405C67: hue angle of 196.92º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #405C67 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 92 | 103 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.60 |
| HSL | 196.92º | 0.23% | 0.33% | - |
| HSV(B) | 196.92º | 0.38% | 0.4% | - |
| XYZ | 8.39 | 9.72 | 14.27 | - |
| YUV | 84.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 103 | 0.38 | 0.11 | 0 | 0.60 | 196.92 | 0.23 | 0.33 |
| Hex | 40 | 5C | 67 | 26 | B | 0 | 3C | C5 | 17 | 21 |
| Octal | 100 | 134 | 147 | 46 | 13 | 0 | 74 | 305 | 27 | 41 |
| Binary | 1000000 | 1011100 | 1100111 | 100110 | 1011 | 0 | 111100 | 11000101 | 10111 | 100001 |
Color Harmonies of #405C67
Complementary color
Monochromatic Colors of #405C67
Black with #405C67
Text Example
Text Example
White with #405C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405C67; }
p { color: rgb(64,92,103); }
H1.HeaderClassName
{
color: #405C67;
}
.AnyTagClassName
{
color: #405C67;
}
</style>
background-color css
<style>
a { background-color: #405C67; }
a { background-color: rgb(64,92,103); }
div.DivClassName
{
background-color: #405C67;
}
.BgClassName
{
background-color: #405C67;
}
</style>
border-color css
<style>
span { border-color: #405C67; }
span { border-color: rgb(64,92,103); }
td.TdClassName
{
border-color: #405C67;
}
.TagClassName
{
border-color: #405C67;
}
</style>