Shades of San Juan #42576C
Tints of San Juan #42576C
RGB
CMYK
RGB Variations
Color information
#42576C (or 0x42576C) is known color: San Juan. HEX triplet: 42, 57 and 6C. RGB value is (66,87,108). Sum of RGB (Red+Green+Blue) = 66+87+108=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 108 - color contains mainly: blue. Hex color #42576C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42576C is #BDA893. Grayscale: #535353. Windows color (decimal): -12429460 or 7100226. OLE color: 7100226.
HSL color Cylindrical-coordinate representation of color #42576C: hue angle of 210º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42576C is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 87 | 108 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.58 |
| HSL | 210º | 0.24% | 0.34% | - |
| HSV(B) | 210º | 0.39% | 0.42% | - |
| XYZ | 8.36 | 9.06 | 15.49 | - |
| YUV | 83.12 | 142.04 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 87 | 108 | 0.39 | 0.19 | 0 | 0.58 | 210 | 0.24 | 0.34 |
| Hex | 42 | 57 | 6C | 27 | 13 | 0 | 3A | D2 | 18 | 22 |
| Octal | 102 | 127 | 154 | 47 | 23 | 0 | 72 | 322 | 30 | 42 |
| Binary | 1000010 | 1010111 | 1101100 | 100111 | 10011 | 0 | 111010 | 11010010 | 11000 | 100010 |
Color Harmonies of #42576C
Complementary color
Monochromatic Colors of #42576C
Black with #42576C
Text Example
Text Example
White with #42576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42576C; }
p { color: rgb(66,87,108); }
H1.HeaderClassName
{
color: #42576C;
}
.AnyTagClassName
{
color: #42576C;
}
</style>
background-color css
<style>
a { background-color: #42576C; }
a { background-color: rgb(66,87,108); }
div.DivClassName
{
background-color: #42576C;
}
.BgClassName
{
background-color: #42576C;
}
</style>
border-color css
<style>
span { border-color: #42576C; }
span { border-color: rgb(66,87,108); }
td.TdClassName
{
border-color: #42576C;
}
.TagClassName
{
border-color: #42576C;
}
</style>