Shades of San Juan #445665
Tints of San Juan #445665
RGB
CMYK
RGB Variations
Color information
#445665 (or 0x445665) is known color: San Juan. HEX triplet: 44, 56 and 65. RGB value is (68,86,101). Sum of RGB (Red+Green+Blue) = 68+86+101=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 101 - color contains mainly: blue. Hex color #445665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445665 is #BBA99A. Grayscale: #525252. Windows color (decimal): -12298651 or 6641220. OLE color: 6641220.
HSL color Cylindrical-coordinate representation of color #445665: hue angle of 207.27º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #445665 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 86 | 101 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.60 |
| HSL | 207.27º | 0.2% | 0.33% | - |
| HSV(B) | 207.27º | 0.33% | 0.4% | - |
| XYZ | 8.06 | 8.82 | 13.59 | - |
| YUV | 82.33 | 138.54 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 86 | 101 | 0.33 | 0.15 | 0 | 0.60 | 207.27 | 0.2 | 0.33 |
| Hex | 44 | 56 | 65 | 21 | F | 0 | 3C | CF | 14 | 21 |
| Octal | 104 | 126 | 145 | 41 | 17 | 0 | 74 | 317 | 24 | 41 |
| Binary | 1000100 | 1010110 | 1100101 | 100001 | 1111 | 0 | 111100 | 11001111 | 10100 | 100001 |
Color Harmonies of #445665
Complementary color
Monochromatic Colors of #445665
Black with #445665
Text Example
Text Example
White with #445665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445665; }
p { color: rgb(68,86,101); }
H1.HeaderClassName
{
color: #445665;
}
.AnyTagClassName
{
color: #445665;
}
</style>
background-color css
<style>
a { background-color: #445665; }
a { background-color: rgb(68,86,101); }
div.DivClassName
{
background-color: #445665;
}
.BgClassName
{
background-color: #445665;
}
</style>
border-color css
<style>
span { border-color: #445665; }
span { border-color: rgb(68,86,101); }
td.TdClassName
{
border-color: #445665;
}
.TagClassName
{
border-color: #445665;
}
</style>