Shades of San Juan #445E68
Tints of San Juan #445E68
RGB
CMYK
RGB Variations
Color information
#445E68 (or 0x445E68) is known color: San Juan. HEX triplet: 44, 5E and 68. RGB value is (68,94,104). Sum of RGB (Red+Green+Blue) = 68+94+104=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 104 - color contains mainly: blue. Hex color #445E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445E68 is #BBA197. Grayscale: #575757. Windows color (decimal): -12296600 or 6839876. OLE color: 6839876.
HSL color Cylindrical-coordinate representation of color #445E68: hue angle of 196.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #445E68 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 94 | 104 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.59 |
| HSL | 196.67º | 0.21% | 0.34% | - |
| HSV(B) | 196.67º | 0.35% | 0.41% | - |
| XYZ | 8.89 | 10.23 | 14.6 | - |
| YUV | 87.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 94 | 104 | 0.35 | 0.10 | 0 | 0.59 | 196.67 | 0.21 | 0.34 |
| Hex | 44 | 5E | 68 | 23 | A | 0 | 3B | C5 | 15 | 22 |
| Octal | 104 | 136 | 150 | 43 | 12 | 0 | 73 | 305 | 25 | 42 |
| Binary | 1000100 | 1011110 | 1101000 | 100011 | 1010 | 0 | 111011 | 11000101 | 10101 | 100010 |
Color Harmonies of #445E68
Complementary color
Monochromatic Colors of #445E68
Black with #445E68
Text Example
Text Example
White with #445E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445E68; }
p { color: rgb(68,94,104); }
H1.HeaderClassName
{
color: #445E68;
}
.AnyTagClassName
{
color: #445E68;
}
</style>
background-color css
<style>
a { background-color: #445E68; }
a { background-color: rgb(68,94,104); }
div.DivClassName
{
background-color: #445E68;
}
.BgClassName
{
background-color: #445E68;
}
</style>
border-color css
<style>
span { border-color: #445E68; }
span { border-color: rgb(68,94,104); }
td.TdClassName
{
border-color: #445E68;
}
.TagClassName
{
border-color: #445E68;
}
</style>