Shades of San Juan #435360
Tints of San Juan #435360
RGB
CMYK
RGB Variations
Color information
#435360 (or 0x435360) is known color: San Juan. HEX triplet: 43, 53 and 60. RGB value is (67,83,96). Sum of RGB (Red+Green+Blue) = 67+83+96=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 96 - color contains mainly: blue. Hex color #435360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435360 is #BCAC9F. Grayscale: #4F4F4F. Windows color (decimal): -12364960 or 6312771. OLE color: 6312771.
HSL color Cylindrical-coordinate representation of color #435360: hue angle of 206.9º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #435360 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 83 | 96 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.62 |
| HSL | 206.9º | 0.18% | 0.32% | - |
| HSV(B) | 206.9º | 0.3% | 0.38% | - |
| XYZ | 7.52 | 8.22 | 12.26 | - |
| YUV | 79.7 | 137.2 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 83 | 96 | 0.30 | 0.14 | 0 | 0.62 | 206.9 | 0.18 | 0.32 |
| Hex | 43 | 53 | 60 | 1E | E | 0 | 3E | CF | 12 | 20 |
| Octal | 103 | 123 | 140 | 36 | 16 | 0 | 76 | 317 | 22 | 40 |
| Binary | 1000011 | 1010011 | 1100000 | 11110 | 1110 | 0 | 111110 | 11001111 | 10010 | 100000 |
Color Harmonies of #435360
Complementary color
Monochromatic Colors of #435360
Black with #435360
Text Example
Text Example
White with #435360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435360; }
p { color: rgb(67,83,96); }
H1.HeaderClassName
{
color: #435360;
}
.AnyTagClassName
{
color: #435360;
}
</style>
background-color css
<style>
a { background-color: #435360; }
a { background-color: rgb(67,83,96); }
div.DivClassName
{
background-color: #435360;
}
.BgClassName
{
background-color: #435360;
}
</style>
border-color css
<style>
span { border-color: #435360; }
span { border-color: rgb(67,83,96); }
td.TdClassName
{
border-color: #435360;
}
.TagClassName
{
border-color: #435360;
}
</style>