Shades of San Juan #405D67
Tints of San Juan #405D67
RGB
CMYK
RGB Variations
Color information
#405D67 (or 0x405D67) is known color: San Juan. HEX triplet: 40, 5D and 67. RGB value is (64,93,103). Sum of RGB (Red+Green+Blue) = 64+93+103=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 103 - color contains mainly: blue. Hex color #405D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405D67 is #BFA298. Grayscale: #555555. Windows color (decimal): -12559001 or 6774080. OLE color: 6774080.
HSL color Cylindrical-coordinate representation of color #405D67: hue angle of 195.38º 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 #405D67 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 93 | 103 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.60 |
| HSL | 195.38º | 0.23% | 0.33% | - |
| HSV(B) | 195.38º | 0.38% | 0.4% | - |
| XYZ | 8.48 | 9.9 | 14.3 | - |
| YUV | 85.47 | 137.89 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 103 | 0.38 | 0.10 | 0 | 0.60 | 195.38 | 0.23 | 0.33 |
| Hex | 40 | 5D | 67 | 26 | A | 0 | 3C | C3 | 17 | 21 |
| Octal | 100 | 135 | 147 | 46 | 12 | 0 | 74 | 303 | 27 | 41 |
| Binary | 1000000 | 1011101 | 1100111 | 100110 | 1010 | 0 | 111100 | 11000011 | 10111 | 100001 |
Color Harmonies of #405D67
Complementary color
Monochromatic Colors of #405D67
Black with #405D67
Text Example
Text Example
White with #405D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405D67; }
p { color: rgb(64,93,103); }
H1.HeaderClassName
{
color: #405D67;
}
.AnyTagClassName
{
color: #405D67;
}
</style>
background-color css
<style>
a { background-color: #405D67; }
a { background-color: rgb(64,93,103); }
div.DivClassName
{
background-color: #405D67;
}
.BgClassName
{
background-color: #405D67;
}
</style>
border-color css
<style>
span { border-color: #405D67; }
span { border-color: rgb(64,93,103); }
td.TdClassName
{
border-color: #405D67;
}
.TagClassName
{
border-color: #405D67;
}
</style>