Shades of San Juan #435C65
Tints of San Juan #435C65
RGB
CMYK
RGB Variations
Color information
#435C65 (or 0x435C65) is known color: San Juan. HEX triplet: 43, 5C and 65. RGB value is (67,92,101). Sum of RGB (Red+Green+Blue) = 67+92+101=260 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.77% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 101 - color contains mainly: blue. Hex color #435C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435C65 is #BCA39A. Grayscale: #555555. Windows color (decimal): -12362651 or 6642755. OLE color: 6642755.
HSL color Cylindrical-coordinate representation of color #435C65: hue angle of 195.88º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #435C65 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 67 | 92 | 101 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.60 |
| HSL | 195.88º | 0.2% | 0.33% | - |
| HSV(B) | 195.88º | 0.34% | 0.4% | - |
| XYZ | 8.49 | 9.79 | 13.75 | - |
| YUV | 85.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 92 | 101 | 0.34 | 0.09 | 0 | 0.60 | 195.88 | 0.2 | 0.33 |
| Hex | 43 | 5C | 65 | 22 | 9 | 0 | 3C | C4 | 14 | 21 |
| Octal | 103 | 134 | 145 | 42 | 11 | 0 | 74 | 304 | 24 | 41 |
| Binary | 1000011 | 1011100 | 1100101 | 100010 | 1001 | 0 | 111100 | 11000100 | 10100 | 100001 |
Color Harmonies of #435C65
Complementary color
Monochromatic Colors of #435C65
Black with #435C65
Text Example
Text Example
White with #435C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435C65; }
p { color: rgb(67,92,101); }
H1.HeaderClassName
{
color: #435C65;
}
.AnyTagClassName
{
color: #435C65;
}
</style>
background-color css
<style>
a { background-color: #435C65; }
a { background-color: rgb(67,92,101); }
div.DivClassName
{
background-color: #435C65;
}
.BgClassName
{
background-color: #435C65;
}
</style>
border-color css
<style>
span { border-color: #435C65; }
span { border-color: rgb(67,92,101); }
td.TdClassName
{
border-color: #435C65;
}
.TagClassName
{
border-color: #435C65;
}
</style>