Shades of San Juan #445A68
Tints of San Juan #445A68
RGB
CMYK
RGB Variations
Color information
#445A68 (or 0x445A68) is known color: San Juan. HEX triplet: 44, 5A and 68. RGB value is (68,90,104). Sum of RGB (Red+Green+Blue) = 68+90+104=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 104 - color contains mainly: blue. Hex color #445A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445A68 is #BBA597. Grayscale: #545454. Windows color (decimal): -12297624 or 6838852. OLE color: 6838852.
HSL color Cylindrical-coordinate representation of color #445A68: hue angle of 203.33º 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 #445A68 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 90 | 104 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.59 |
| HSL | 203.33º | 0.21% | 0.34% | - |
| HSV(B) | 203.33º | 0.35% | 0.41% | - |
| XYZ | 8.54 | 9.54 | 14.49 | - |
| YUV | 85.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 104 | 0.35 | 0.13 | 0 | 0.59 | 203.33 | 0.21 | 0.34 |
| Hex | 44 | 5A | 68 | 23 | D | 0 | 3B | CB | 15 | 22 |
| Octal | 104 | 132 | 150 | 43 | 15 | 0 | 73 | 313 | 25 | 42 |
| Binary | 1000100 | 1011010 | 1101000 | 100011 | 1101 | 0 | 111011 | 11001011 | 10101 | 100010 |
Color Harmonies of #445A68
Complementary color
Monochromatic Colors of #445A68
Black with #445A68
Text Example
Text Example
White with #445A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445A68; }
p { color: rgb(68,90,104); }
H1.HeaderClassName
{
color: #445A68;
}
.AnyTagClassName
{
color: #445A68;
}
</style>
background-color css
<style>
a { background-color: #445A68; }
a { background-color: rgb(68,90,104); }
div.DivClassName
{
background-color: #445A68;
}
.BgClassName
{
background-color: #445A68;
}
</style>
border-color css
<style>
span { border-color: #445A68; }
span { border-color: rgb(68,90,104); }
td.TdClassName
{
border-color: #445A68;
}
.TagClassName
{
border-color: #445A68;
}
</style>