Shades of San Juan #445865
Tints of San Juan #445865
RGB
CMYK
RGB Variations
Color information
#445865 (or 0x445865) is known color: San Juan. HEX triplet: 44, 58 and 65. RGB value is (68,88,101). Sum of RGB (Red+Green+Blue) = 68+88+101=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 101 - color contains mainly: blue. Hex color #445865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445865 is #BBA79A. Grayscale: #535353. Windows color (decimal): -12298139 or 6641732. OLE color: 6641732.
HSL color Cylindrical-coordinate representation of color #445865: hue angle of 203.64º 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 #445865 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 88 | 101 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.60 |
| HSL | 203.64º | 0.2% | 0.33% | - |
| HSV(B) | 203.64º | 0.33% | 0.4% | - |
| XYZ | 8.22 | 9.15 | 13.64 | - |
| YUV | 83.5 | 137.87 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 88 | 101 | 0.33 | 0.13 | 0 | 0.60 | 203.64 | 0.2 | 0.33 |
| Hex | 44 | 58 | 65 | 21 | D | 0 | 3C | CC | 14 | 21 |
| Octal | 104 | 130 | 145 | 41 | 15 | 0 | 74 | 314 | 24 | 41 |
| Binary | 1000100 | 1011000 | 1100101 | 100001 | 1101 | 0 | 111100 | 11001100 | 10100 | 100001 |
Color Harmonies of #445865
Complementary color
Monochromatic Colors of #445865
Black with #445865
Text Example
Text Example
White with #445865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445865; }
p { color: rgb(68,88,101); }
H1.HeaderClassName
{
color: #445865;
}
.AnyTagClassName
{
color: #445865;
}
</style>
background-color css
<style>
a { background-color: #445865; }
a { background-color: rgb(68,88,101); }
div.DivClassName
{
background-color: #445865;
}
.BgClassName
{
background-color: #445865;
}
</style>
border-color css
<style>
span { border-color: #445865; }
span { border-color: rgb(68,88,101); }
td.TdClassName
{
border-color: #445865;
}
.TagClassName
{
border-color: #445865;
}
</style>