Shades of San Juan #43525C
Tints of San Juan #43525C
RGB
CMYK
RGB Variations
Color information
#43525C (or 0x43525C) is known color: San Juan. HEX triplet: 43, 52 and 5C. RGB value is (67,82,92). Sum of RGB (Red+Green+Blue) = 67+82+92=241 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.80% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 92 - color contains mainly: blue. Hex color #43525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43525C is #BCADA3. Grayscale: #4E4E4E. Windows color (decimal): -12365220 or 6050371. OLE color: 6050371.
HSL color Cylindrical-coordinate representation of color #43525C: hue angle of 204º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #43525C is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 82 | 92 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.64 |
| HSL | 204º | 0.16% | 0.31% | - |
| HSV(B) | 204º | 0.27% | 0.36% | - |
| XYZ | 7.26 | 8 | 11.29 | - |
| YUV | 78.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 82 | 92 | 0.27 | 0.11 | 0 | 0.64 | 204 | 0.16 | 0.31 |
| Hex | 43 | 52 | 5C | 1B | B | 0 | 40 | CC | 10 | 1F |
| Octal | 103 | 122 | 134 | 33 | 13 | 0 | 100 | 314 | 20 | 37 |
| Binary | 1000011 | 1010010 | 1011100 | 11011 | 1011 | 0 | 1000000 | 11001100 | 10000 | 11111 |
Color Harmonies of #43525C
Complementary color
Monochromatic Colors of #43525C
Black with #43525C
Text Example
Text Example
White with #43525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43525C; }
p { color: rgb(67,82,92); }
H1.HeaderClassName
{
color: #43525C;
}
.AnyTagClassName
{
color: #43525C;
}
</style>
background-color css
<style>
a { background-color: #43525C; }
a { background-color: rgb(67,82,92); }
div.DivClassName
{
background-color: #43525C;
}
.BgClassName
{
background-color: #43525C;
}
</style>
border-color css
<style>
span { border-color: #43525C; }
span { border-color: rgb(67,82,92); }
td.TdClassName
{
border-color: #43525C;
}
.TagClassName
{
border-color: #43525C;
}
</style>