Shades of San Juan #43586C
Tints of San Juan #43586C
RGB
CMYK
RGB Variations
Color information
#43586C (or 0x43586C) is known color: San Juan. HEX triplet: 43, 58 and 6C. RGB value is (67,88,108). Sum of RGB (Red+Green+Blue) = 67+88+108=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 108 - color contains mainly: blue. Hex color #43586C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43586C is #BCA793. Grayscale: #535353. Windows color (decimal): -12363668 or 7100483. OLE color: 7100483.
HSL color Cylindrical-coordinate representation of color #43586C: hue angle of 209.27º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #43586C is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 67 | 88 | 108 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.58 |
| HSL | 209.27º | 0.23% | 0.34% | - |
| HSV(B) | 209.27º | 0.38% | 0.42% | - |
| XYZ | 8.51 | 9.26 | 15.53 | - |
| YUV | 84 | 141.54 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 88 | 108 | 0.38 | 0.19 | 0 | 0.58 | 209.27 | 0.23 | 0.34 |
| Hex | 43 | 58 | 6C | 26 | 13 | 0 | 3A | D1 | 17 | 22 |
| Octal | 103 | 130 | 154 | 46 | 23 | 0 | 72 | 321 | 27 | 42 |
| Binary | 1000011 | 1011000 | 1101100 | 100110 | 10011 | 0 | 111010 | 11010001 | 10111 | 100010 |
Color Harmonies of #43586C
Complementary color
Monochromatic Colors of #43586C
Black with #43586C
Text Example
Text Example
White with #43586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43586C; }
p { color: rgb(67,88,108); }
H1.HeaderClassName
{
color: #43586C;
}
.AnyTagClassName
{
color: #43586C;
}
</style>
background-color css
<style>
a { background-color: #43586C; }
a { background-color: rgb(67,88,108); }
div.DivClassName
{
background-color: #43586C;
}
.BgClassName
{
background-color: #43586C;
}
</style>
border-color css
<style>
span { border-color: #43586C; }
span { border-color: rgb(67,88,108); }
td.TdClassName
{
border-color: #43586C;
}
.TagClassName
{
border-color: #43586C;
}
</style>