Shades of San Juan #435D6A
Tints of San Juan #435D6A
RGB
CMYK
RGB Variations
Color information
#435D6A (or 0x435D6A) is known color: San Juan. HEX triplet: 43, 5D and 6A. RGB value is (67,93,106). Sum of RGB (Red+Green+Blue) = 67+93+106=266 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.19% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 106 - color contains mainly: blue. Hex color #435D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435D6A is #BCA295. Grayscale: #565656. Windows color (decimal): -12362390 or 6970691. OLE color: 6970691.
HSL color Cylindrical-coordinate representation of color #435D6A: hue angle of 200º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #435D6A is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 67 | 93 | 106 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.58 |
| HSL | 200º | 0.23% | 0.34% | - |
| HSV(B) | 200º | 0.37% | 0.42% | - |
| XYZ | 8.83 | 10.06 | 15.11 | - |
| YUV | 86.71 | 138.89 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 93 | 106 | 0.37 | 0.12 | 0 | 0.58 | 200 | 0.23 | 0.34 |
| Hex | 43 | 5D | 6A | 25 | C | 0 | 3A | C8 | 17 | 22 |
| Octal | 103 | 135 | 152 | 45 | 14 | 0 | 72 | 310 | 27 | 42 |
| Binary | 1000011 | 1011101 | 1101010 | 100101 | 1100 | 0 | 111010 | 11001000 | 10111 | 100010 |
Color Harmonies of #435D6A
Complementary color
Monochromatic Colors of #435D6A
Black with #435D6A
Text Example
Text Example
White with #435D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435D6A; }
p { color: rgb(67,93,106); }
H1.HeaderClassName
{
color: #435D6A;
}
.AnyTagClassName
{
color: #435D6A;
}
</style>
background-color css
<style>
a { background-color: #435D6A; }
a { background-color: rgb(67,93,106); }
div.DivClassName
{
background-color: #435D6A;
}
.BgClassName
{
background-color: #435D6A;
}
</style>
border-color css
<style>
span { border-color: #435D6A; }
span { border-color: rgb(67,93,106); }
td.TdClassName
{
border-color: #435D6A;
}
.TagClassName
{
border-color: #435D6A;
}
</style>