Shades of San Juan #395A67
Tints of San Juan #395A67
RGB
CMYK
RGB Variations
Color information
#395A67 (or 0x395A67) is known color: San Juan. HEX triplet: 39, 5A and 67. RGB value is (57,90,103). Sum of RGB (Red+Green+Blue) = 57+90+103=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 103 - color contains mainly: blue. Hex color #395A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395A67 is #C6A598. Grayscale: #515151. Windows color (decimal): -13018521 or 6773305. OLE color: 6773305.
HSL color Cylindrical-coordinate representation of color #395A67: hue angle of 196.96º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #395A67 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 57 | 90 | 103 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.60 |
| HSL | 196.96º | 0.29% | 0.31% | - |
| HSV(B) | 196.96º | 0.45% | 0.4% | - |
| XYZ | 7.79 | 9.16 | 14.19 | - |
| YUV | 81.62 | 140.07 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 90 | 103 | 0.45 | 0.13 | 0 | 0.60 | 196.96 | 0.29 | 0.31 |
| Hex | 39 | 5A | 67 | 2D | D | 0 | 3C | C5 | 1D | 1F |
| Octal | 71 | 132 | 147 | 55 | 15 | 0 | 74 | 305 | 35 | 37 |
| Binary | 111001 | 1011010 | 1100111 | 101101 | 1101 | 0 | 111100 | 11000101 | 11101 | 11111 |
Color Harmonies of #395A67
Complementary color
Monochromatic Colors of #395A67
Black with #395A67
Text Example
Text Example
White with #395A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395A67; }
p { color: rgb(57,90,103); }
H1.HeaderClassName
{
color: #395A67;
}
.AnyTagClassName
{
color: #395A67;
}
</style>
background-color css
<style>
a { background-color: #395A67; }
a { background-color: rgb(57,90,103); }
div.DivClassName
{
background-color: #395A67;
}
.BgClassName
{
background-color: #395A67;
}
</style>
border-color css
<style>
span { border-color: #395A67; }
span { border-color: rgb(57,90,103); }
td.TdClassName
{
border-color: #395A67;
}
.TagClassName
{
border-color: #395A67;
}
</style>