Shades of San Juan #43545E
Tints of San Juan #43545E
RGB
CMYK
RGB Variations
Color information
#43545E (or 0x43545E) is known color: San Juan. HEX triplet: 43, 54 and 5E. RGB value is (67,84,94). Sum of RGB (Red+Green+Blue) = 67+84+94=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 94 - color contains mainly: blue. Hex color #43545E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43545E is #BCABA1. Grayscale: #505050. Windows color (decimal): -12364706 or 6181955. OLE color: 6181955.
HSL color Cylindrical-coordinate representation of color #43545E: hue angle of 202.22º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #43545E is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 84 | 94 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.63 |
| HSL | 202.22º | 0.17% | 0.32% | - |
| HSV(B) | 202.22º | 0.29% | 0.37% | - |
| XYZ | 7.51 | 8.34 | 11.8 | - |
| YUV | 80.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 94 | 0.29 | 0.11 | 0 | 0.63 | 202.22 | 0.17 | 0.32 |
| Hex | 43 | 54 | 5E | 1D | B | 0 | 3F | CA | 11 | 20 |
| Octal | 103 | 124 | 136 | 35 | 13 | 0 | 77 | 312 | 21 | 40 |
| Binary | 1000011 | 1010100 | 1011110 | 11101 | 1011 | 0 | 111111 | 11001010 | 10001 | 100000 |
Color Harmonies of #43545E
Complementary color
Monochromatic Colors of #43545E
Black with #43545E
Text Example
Text Example
White with #43545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43545E; }
p { color: rgb(67,84,94); }
H1.HeaderClassName
{
color: #43545E;
}
.AnyTagClassName
{
color: #43545E;
}
</style>
background-color css
<style>
a { background-color: #43545E; }
a { background-color: rgb(67,84,94); }
div.DivClassName
{
background-color: #43545E;
}
.BgClassName
{
background-color: #43545E;
}
</style>
border-color css
<style>
span { border-color: #43545E; }
span { border-color: rgb(67,84,94); }
td.TdClassName
{
border-color: #43545E;
}
.TagClassName
{
border-color: #43545E;
}
</style>