Shades of San Juan #42586B
Tints of San Juan #42586B
RGB
CMYK
RGB Variations
Color information
#42586B (or 0x42586B) is known color: San Juan. HEX triplet: 42, 58 and 6B. RGB value is (66,88,107). Sum of RGB (Red+Green+Blue) = 66+88+107=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 107 - color contains mainly: blue. Hex color #42586B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42586B is #BDA794. Grayscale: #535353. Windows color (decimal): -12429205 or 7034946. OLE color: 7034946.
HSL color Cylindrical-coordinate representation of color #42586B: hue angle of 207.8º degrees, saturation: 0.24, 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 #42586B is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 88 | 107 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.58 |
| HSL | 207.8º | 0.24% | 0.34% | - |
| HSV(B) | 207.8º | 0.38% | 0.42% | - |
| XYZ | 8.39 | 9.2 | 15.24 | - |
| YUV | 83.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 107 | 0.38 | 0.18 | 0 | 0.58 | 207.8 | 0.24 | 0.34 |
| Hex | 42 | 58 | 6B | 26 | 12 | 0 | 3A | D0 | 18 | 22 |
| Octal | 102 | 130 | 153 | 46 | 22 | 0 | 72 | 320 | 30 | 42 |
| Binary | 1000010 | 1011000 | 1101011 | 100110 | 10010 | 0 | 111010 | 11010000 | 11000 | 100010 |
Color Harmonies of #42586B
Complementary color
Monochromatic Colors of #42586B
Black with #42586B
Text Example
Text Example
White with #42586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42586B; }
p { color: rgb(66,88,107); }
H1.HeaderClassName
{
color: #42586B;
}
.AnyTagClassName
{
color: #42586B;
}
</style>
background-color css
<style>
a { background-color: #42586B; }
a { background-color: rgb(66,88,107); }
div.DivClassName
{
background-color: #42586B;
}
.BgClassName
{
background-color: #42586B;
}
</style>
border-color css
<style>
span { border-color: #42586B; }
span { border-color: rgb(66,88,107); }
td.TdClassName
{
border-color: #42586B;
}
.TagClassName
{
border-color: #42586B;
}
</style>