Shades of San Juan #445867
Tints of San Juan #445867
RGB
CMYK
RGB Variations
Color information
#445867 (or 0x445867) is known color: San Juan. HEX triplet: 44, 58 and 67. RGB value is (68,88,103). Sum of RGB (Red+Green+Blue) = 68+88+103=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 103 (40.62% from 255 or 39.77% from 259); Max value from RGB is 103 - color contains mainly: blue. Hex color #445867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445867 is #BBA798. Grayscale: #535353. Windows color (decimal): -12298137 or 6772804. OLE color: 6772804.
HSL color Cylindrical-coordinate representation of color #445867: hue angle of 205.71º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #445867 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 88 | 103 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.60 |
| HSL | 205.71º | 0.2% | 0.34% | - |
| HSV(B) | 205.71º | 0.34% | 0.4% | - |
| XYZ | 8.32 | 9.19 | 14.17 | - |
| YUV | 83.73 | 138.87 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 88 | 103 | 0.34 | 0.15 | 0 | 0.60 | 205.71 | 0.2 | 0.34 |
| Hex | 44 | 58 | 67 | 22 | F | 0 | 3C | CE | 14 | 22 |
| Octal | 104 | 130 | 147 | 42 | 17 | 0 | 74 | 316 | 24 | 42 |
| Binary | 1000100 | 1011000 | 1100111 | 100010 | 1111 | 0 | 111100 | 11001110 | 10100 | 100010 |
Color Harmonies of #445867
Complementary color
Monochromatic Colors of #445867
Black with #445867
Text Example
Text Example
White with #445867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445867; }
p { color: rgb(68,88,103); }
H1.HeaderClassName
{
color: #445867;
}
.AnyTagClassName
{
color: #445867;
}
</style>
background-color css
<style>
a { background-color: #445867; }
a { background-color: rgb(68,88,103); }
div.DivClassName
{
background-color: #445867;
}
.BgClassName
{
background-color: #445867;
}
</style>
border-color css
<style>
span { border-color: #445867; }
span { border-color: rgb(68,88,103); }
td.TdClassName
{
border-color: #445867;
}
.TagClassName
{
border-color: #445867;
}
</style>