Shades of San Juan #405B67
Tints of San Juan #405B67
RGB
CMYK
RGB Variations
Color information
#405B67 (or 0x405B67) is known color: San Juan. HEX triplet: 40, 5B and 67. RGB value is (64,91,103). Sum of RGB (Red+Green+Blue) = 64+91+103=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 103 (40.62% from 255 or 39.92% from 258); Max value from RGB is 103 - color contains mainly: blue. Hex color #405B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405B67 is #BFA498. Grayscale: #545454. Windows color (decimal): -12559513 or 6773568. OLE color: 6773568.
HSL color Cylindrical-coordinate representation of color #405B67: hue angle of 198.46º 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 #405B67 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 91 | 103 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.60 |
| HSL | 198.46º | 0.23% | 0.33% | - |
| HSV(B) | 198.46º | 0.38% | 0.4% | - |
| XYZ | 8.3 | 9.55 | 14.24 | - |
| YUV | 84.3 | 138.55 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 103 | 0.38 | 0.12 | 0 | 0.60 | 198.46 | 0.23 | 0.33 |
| Hex | 40 | 5B | 67 | 26 | C | 0 | 3C | C6 | 17 | 21 |
| Octal | 100 | 133 | 147 | 46 | 14 | 0 | 74 | 306 | 27 | 41 |
| Binary | 1000000 | 1011011 | 1100111 | 100110 | 1100 | 0 | 111100 | 11000110 | 10111 | 100001 |
Color Harmonies of #405B67
Complementary color
Monochromatic Colors of #405B67
Black with #405B67
Text Example
Text Example
White with #405B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405B67; }
p { color: rgb(64,91,103); }
H1.HeaderClassName
{
color: #405B67;
}
.AnyTagClassName
{
color: #405B67;
}
</style>
background-color css
<style>
a { background-color: #405B67; }
a { background-color: rgb(64,91,103); }
div.DivClassName
{
background-color: #405B67;
}
.BgClassName
{
background-color: #405B67;
}
</style>
border-color css
<style>
span { border-color: #405B67; }
span { border-color: rgb(64,91,103); }
td.TdClassName
{
border-color: #405B67;
}
.TagClassName
{
border-color: #405B67;
}
</style>