Shades of San Juan #435D68
Tints of San Juan #435D68
RGB
CMYK
RGB Variations
Color information
#435D68 (or 0x435D68) is known color: San Juan. HEX triplet: 43, 5D and 68. RGB value is (67,93,104). Sum of RGB (Red+Green+Blue) = 67+93+104=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 104 - color contains mainly: blue. Hex color #435D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435D68 is #BCA297. Grayscale: #565656. Windows color (decimal): -12362392 or 6839619. OLE color: 6839619.
HSL color Cylindrical-coordinate representation of color #435D68: hue angle of 197.84º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #435D68 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 93 | 104 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.59 |
| HSL | 197.84º | 0.22% | 0.34% | - |
| HSV(B) | 197.84º | 0.36% | 0.41% | - |
| XYZ | 8.73 | 10.02 | 14.57 | - |
| YUV | 86.48 | 137.89 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 93 | 104 | 0.36 | 0.11 | 0 | 0.59 | 197.84 | 0.22 | 0.34 |
| Hex | 43 | 5D | 68 | 24 | B | 0 | 3B | C6 | 16 | 22 |
| Octal | 103 | 135 | 150 | 44 | 13 | 0 | 73 | 306 | 26 | 42 |
| Binary | 1000011 | 1011101 | 1101000 | 100100 | 1011 | 0 | 111011 | 11000110 | 10110 | 100010 |
Color Harmonies of #435D68
Complementary color
Monochromatic Colors of #435D68
Black with #435D68
Text Example
Text Example
White with #435D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435D68; }
p { color: rgb(67,93,104); }
H1.HeaderClassName
{
color: #435D68;
}
.AnyTagClassName
{
color: #435D68;
}
</style>
background-color css
<style>
a { background-color: #435D68; }
a { background-color: rgb(67,93,104); }
div.DivClassName
{
background-color: #435D68;
}
.BgClassName
{
background-color: #435D68;
}
</style>
border-color css
<style>
span { border-color: #435D68; }
span { border-color: rgb(67,93,104); }
td.TdClassName
{
border-color: #435D68;
}
.TagClassName
{
border-color: #435D68;
}
</style>